ESPHome  2025.3.3
api_pb2.cpp
Go to the documentation of this file.
1 // This file was automatically generated with a tool.
2 // See scripts/api_protobuf/api_protobuf.py
3 #include "api_pb2.h"
4 #include "esphome/core/log.h"
5 
6 #include <cinttypes>
7 
8 namespace esphome {
9 namespace api {
10 
11 #ifdef HAS_PROTO_MESSAGE_DUMP
12 template<> const char *proto_enum_to_string<enums::EntityCategory>(enums::EntityCategory value) {
13  switch (value) {
15  return "ENTITY_CATEGORY_NONE";
17  return "ENTITY_CATEGORY_CONFIG";
19  return "ENTITY_CATEGORY_DIAGNOSTIC";
20  default:
21  return "UNKNOWN";
22  }
23 }
24 #endif
25 #ifdef HAS_PROTO_MESSAGE_DUMP
26 template<> const char *proto_enum_to_string<enums::LegacyCoverState>(enums::LegacyCoverState value) {
27  switch (value) {
29  return "LEGACY_COVER_STATE_OPEN";
31  return "LEGACY_COVER_STATE_CLOSED";
32  default:
33  return "UNKNOWN";
34  }
35 }
36 #endif
37 #ifdef HAS_PROTO_MESSAGE_DUMP
38 template<> const char *proto_enum_to_string<enums::CoverOperation>(enums::CoverOperation value) {
39  switch (value) {
41  return "COVER_OPERATION_IDLE";
43  return "COVER_OPERATION_IS_OPENING";
45  return "COVER_OPERATION_IS_CLOSING";
46  default:
47  return "UNKNOWN";
48  }
49 }
50 #endif
51 #ifdef HAS_PROTO_MESSAGE_DUMP
52 template<> const char *proto_enum_to_string<enums::LegacyCoverCommand>(enums::LegacyCoverCommand value) {
53  switch (value) {
55  return "LEGACY_COVER_COMMAND_OPEN";
57  return "LEGACY_COVER_COMMAND_CLOSE";
59  return "LEGACY_COVER_COMMAND_STOP";
60  default:
61  return "UNKNOWN";
62  }
63 }
64 #endif
65 #ifdef HAS_PROTO_MESSAGE_DUMP
66 template<> const char *proto_enum_to_string<enums::FanSpeed>(enums::FanSpeed value) {
67  switch (value) {
69  return "FAN_SPEED_LOW";
71  return "FAN_SPEED_MEDIUM";
73  return "FAN_SPEED_HIGH";
74  default:
75  return "UNKNOWN";
76  }
77 }
78 #endif
79 #ifdef HAS_PROTO_MESSAGE_DUMP
80 template<> const char *proto_enum_to_string<enums::FanDirection>(enums::FanDirection value) {
81  switch (value) {
83  return "FAN_DIRECTION_FORWARD";
85  return "FAN_DIRECTION_REVERSE";
86  default:
87  return "UNKNOWN";
88  }
89 }
90 #endif
91 #ifdef HAS_PROTO_MESSAGE_DUMP
92 template<> const char *proto_enum_to_string<enums::ColorMode>(enums::ColorMode value) {
93  switch (value) {
95  return "COLOR_MODE_UNKNOWN";
97  return "COLOR_MODE_ON_OFF";
99  return "COLOR_MODE_BRIGHTNESS";
101  return "COLOR_MODE_WHITE";
103  return "COLOR_MODE_COLOR_TEMPERATURE";
105  return "COLOR_MODE_COLD_WARM_WHITE";
107  return "COLOR_MODE_RGB";
109  return "COLOR_MODE_RGB_WHITE";
111  return "COLOR_MODE_RGB_COLOR_TEMPERATURE";
113  return "COLOR_MODE_RGB_COLD_WARM_WHITE";
114  default:
115  return "UNKNOWN";
116  }
117 }
118 #endif
119 #ifdef HAS_PROTO_MESSAGE_DUMP
120 template<> const char *proto_enum_to_string<enums::SensorStateClass>(enums::SensorStateClass value) {
121  switch (value) {
123  return "STATE_CLASS_NONE";
125  return "STATE_CLASS_MEASUREMENT";
127  return "STATE_CLASS_TOTAL_INCREASING";
129  return "STATE_CLASS_TOTAL";
130  default:
131  return "UNKNOWN";
132  }
133 }
134 #endif
135 #ifdef HAS_PROTO_MESSAGE_DUMP
136 template<> const char *proto_enum_to_string<enums::SensorLastResetType>(enums::SensorLastResetType value) {
137  switch (value) {
139  return "LAST_RESET_NONE";
141  return "LAST_RESET_NEVER";
143  return "LAST_RESET_AUTO";
144  default:
145  return "UNKNOWN";
146  }
147 }
148 #endif
149 #ifdef HAS_PROTO_MESSAGE_DUMP
150 template<> const char *proto_enum_to_string<enums::LogLevel>(enums::LogLevel value) {
151  switch (value) {
153  return "LOG_LEVEL_NONE";
155  return "LOG_LEVEL_ERROR";
157  return "LOG_LEVEL_WARN";
159  return "LOG_LEVEL_INFO";
161  return "LOG_LEVEL_CONFIG";
163  return "LOG_LEVEL_DEBUG";
165  return "LOG_LEVEL_VERBOSE";
167  return "LOG_LEVEL_VERY_VERBOSE";
168  default:
169  return "UNKNOWN";
170  }
171 }
172 #endif
173 #ifdef HAS_PROTO_MESSAGE_DUMP
174 template<> const char *proto_enum_to_string<enums::ServiceArgType>(enums::ServiceArgType value) {
175  switch (value) {
177  return "SERVICE_ARG_TYPE_BOOL";
179  return "SERVICE_ARG_TYPE_INT";
181  return "SERVICE_ARG_TYPE_FLOAT";
183  return "SERVICE_ARG_TYPE_STRING";
185  return "SERVICE_ARG_TYPE_BOOL_ARRAY";
187  return "SERVICE_ARG_TYPE_INT_ARRAY";
189  return "SERVICE_ARG_TYPE_FLOAT_ARRAY";
191  return "SERVICE_ARG_TYPE_STRING_ARRAY";
192  default:
193  return "UNKNOWN";
194  }
195 }
196 #endif
197 #ifdef HAS_PROTO_MESSAGE_DUMP
198 template<> const char *proto_enum_to_string<enums::ClimateMode>(enums::ClimateMode value) {
199  switch (value) {
201  return "CLIMATE_MODE_OFF";
203  return "CLIMATE_MODE_HEAT_COOL";
205  return "CLIMATE_MODE_COOL";
207  return "CLIMATE_MODE_HEAT";
209  return "CLIMATE_MODE_FAN_ONLY";
211  return "CLIMATE_MODE_DRY";
213  return "CLIMATE_MODE_AUTO";
214  default:
215  return "UNKNOWN";
216  }
217 }
218 #endif
219 #ifdef HAS_PROTO_MESSAGE_DUMP
220 template<> const char *proto_enum_to_string<enums::ClimateFanMode>(enums::ClimateFanMode value) {
221  switch (value) {
223  return "CLIMATE_FAN_ON";
225  return "CLIMATE_FAN_OFF";
227  return "CLIMATE_FAN_AUTO";
229  return "CLIMATE_FAN_LOW";
231  return "CLIMATE_FAN_MEDIUM";
233  return "CLIMATE_FAN_HIGH";
235  return "CLIMATE_FAN_MIDDLE";
237  return "CLIMATE_FAN_FOCUS";
239  return "CLIMATE_FAN_DIFFUSE";
241  return "CLIMATE_FAN_QUIET";
242  default:
243  return "UNKNOWN";
244  }
245 }
246 #endif
247 #ifdef HAS_PROTO_MESSAGE_DUMP
248 template<> const char *proto_enum_to_string<enums::ClimateSwingMode>(enums::ClimateSwingMode value) {
249  switch (value) {
251  return "CLIMATE_SWING_OFF";
253  return "CLIMATE_SWING_BOTH";
255  return "CLIMATE_SWING_VERTICAL";
257  return "CLIMATE_SWING_HORIZONTAL";
258  default:
259  return "UNKNOWN";
260  }
261 }
262 #endif
263 #ifdef HAS_PROTO_MESSAGE_DUMP
264 template<> const char *proto_enum_to_string<enums::ClimateAction>(enums::ClimateAction value) {
265  switch (value) {
267  return "CLIMATE_ACTION_OFF";
269  return "CLIMATE_ACTION_COOLING";
271  return "CLIMATE_ACTION_HEATING";
273  return "CLIMATE_ACTION_IDLE";
275  return "CLIMATE_ACTION_DRYING";
277  return "CLIMATE_ACTION_FAN";
278  default:
279  return "UNKNOWN";
280  }
281 }
282 #endif
283 #ifdef HAS_PROTO_MESSAGE_DUMP
284 template<> const char *proto_enum_to_string<enums::ClimatePreset>(enums::ClimatePreset value) {
285  switch (value) {
287  return "CLIMATE_PRESET_NONE";
289  return "CLIMATE_PRESET_HOME";
291  return "CLIMATE_PRESET_AWAY";
293  return "CLIMATE_PRESET_BOOST";
295  return "CLIMATE_PRESET_COMFORT";
297  return "CLIMATE_PRESET_ECO";
299  return "CLIMATE_PRESET_SLEEP";
301  return "CLIMATE_PRESET_ACTIVITY";
302  default:
303  return "UNKNOWN";
304  }
305 }
306 #endif
307 #ifdef HAS_PROTO_MESSAGE_DUMP
308 template<> const char *proto_enum_to_string<enums::NumberMode>(enums::NumberMode value) {
309  switch (value) {
311  return "NUMBER_MODE_AUTO";
313  return "NUMBER_MODE_BOX";
315  return "NUMBER_MODE_SLIDER";
316  default:
317  return "UNKNOWN";
318  }
319 }
320 #endif
321 #ifdef HAS_PROTO_MESSAGE_DUMP
322 template<> const char *proto_enum_to_string<enums::LockState>(enums::LockState value) {
323  switch (value) {
325  return "LOCK_STATE_NONE";
327  return "LOCK_STATE_LOCKED";
329  return "LOCK_STATE_UNLOCKED";
331  return "LOCK_STATE_JAMMED";
333  return "LOCK_STATE_LOCKING";
335  return "LOCK_STATE_UNLOCKING";
336  default:
337  return "UNKNOWN";
338  }
339 }
340 #endif
341 #ifdef HAS_PROTO_MESSAGE_DUMP
342 template<> const char *proto_enum_to_string<enums::LockCommand>(enums::LockCommand value) {
343  switch (value) {
344  case enums::LOCK_UNLOCK:
345  return "LOCK_UNLOCK";
346  case enums::LOCK_LOCK:
347  return "LOCK_LOCK";
348  case enums::LOCK_OPEN:
349  return "LOCK_OPEN";
350  default:
351  return "UNKNOWN";
352  }
353 }
354 #endif
355 #ifdef HAS_PROTO_MESSAGE_DUMP
356 template<> const char *proto_enum_to_string<enums::MediaPlayerState>(enums::MediaPlayerState value) {
357  switch (value) {
359  return "MEDIA_PLAYER_STATE_NONE";
361  return "MEDIA_PLAYER_STATE_IDLE";
363  return "MEDIA_PLAYER_STATE_PLAYING";
365  return "MEDIA_PLAYER_STATE_PAUSED";
366  default:
367  return "UNKNOWN";
368  }
369 }
370 #endif
371 #ifdef HAS_PROTO_MESSAGE_DUMP
372 template<> const char *proto_enum_to_string<enums::MediaPlayerCommand>(enums::MediaPlayerCommand value) {
373  switch (value) {
375  return "MEDIA_PLAYER_COMMAND_PLAY";
377  return "MEDIA_PLAYER_COMMAND_PAUSE";
379  return "MEDIA_PLAYER_COMMAND_STOP";
381  return "MEDIA_PLAYER_COMMAND_MUTE";
383  return "MEDIA_PLAYER_COMMAND_UNMUTE";
384  default:
385  return "UNKNOWN";
386  }
387 }
388 #endif
389 #ifdef HAS_PROTO_MESSAGE_DUMP
390 template<> const char *proto_enum_to_string<enums::MediaPlayerFormatPurpose>(enums::MediaPlayerFormatPurpose value) {
391  switch (value) {
393  return "MEDIA_PLAYER_FORMAT_PURPOSE_DEFAULT";
395  return "MEDIA_PLAYER_FORMAT_PURPOSE_ANNOUNCEMENT";
396  default:
397  return "UNKNOWN";
398  }
399 }
400 #endif
401 #ifdef HAS_PROTO_MESSAGE_DUMP
402 template<>
403 const char *proto_enum_to_string<enums::BluetoothDeviceRequestType>(enums::BluetoothDeviceRequestType value) {
404  switch (value) {
406  return "BLUETOOTH_DEVICE_REQUEST_TYPE_CONNECT";
408  return "BLUETOOTH_DEVICE_REQUEST_TYPE_DISCONNECT";
410  return "BLUETOOTH_DEVICE_REQUEST_TYPE_PAIR";
412  return "BLUETOOTH_DEVICE_REQUEST_TYPE_UNPAIR";
414  return "BLUETOOTH_DEVICE_REQUEST_TYPE_CONNECT_V3_WITH_CACHE";
416  return "BLUETOOTH_DEVICE_REQUEST_TYPE_CONNECT_V3_WITHOUT_CACHE";
418  return "BLUETOOTH_DEVICE_REQUEST_TYPE_CLEAR_CACHE";
419  default:
420  return "UNKNOWN";
421  }
422 }
423 #endif
424 #ifdef HAS_PROTO_MESSAGE_DUMP
425 template<>
426 const char *proto_enum_to_string<enums::VoiceAssistantSubscribeFlag>(enums::VoiceAssistantSubscribeFlag value) {
427  switch (value) {
429  return "VOICE_ASSISTANT_SUBSCRIBE_NONE";
431  return "VOICE_ASSISTANT_SUBSCRIBE_API_AUDIO";
432  default:
433  return "UNKNOWN";
434  }
435 }
436 #endif
437 #ifdef HAS_PROTO_MESSAGE_DUMP
438 template<> const char *proto_enum_to_string<enums::VoiceAssistantRequestFlag>(enums::VoiceAssistantRequestFlag value) {
439  switch (value) {
441  return "VOICE_ASSISTANT_REQUEST_NONE";
443  return "VOICE_ASSISTANT_REQUEST_USE_VAD";
445  return "VOICE_ASSISTANT_REQUEST_USE_WAKE_WORD";
446  default:
447  return "UNKNOWN";
448  }
449 }
450 #endif
451 #ifdef HAS_PROTO_MESSAGE_DUMP
452 template<> const char *proto_enum_to_string<enums::VoiceAssistantEvent>(enums::VoiceAssistantEvent value) {
453  switch (value) {
455  return "VOICE_ASSISTANT_ERROR";
457  return "VOICE_ASSISTANT_RUN_START";
459  return "VOICE_ASSISTANT_RUN_END";
461  return "VOICE_ASSISTANT_STT_START";
463  return "VOICE_ASSISTANT_STT_END";
465  return "VOICE_ASSISTANT_INTENT_START";
467  return "VOICE_ASSISTANT_INTENT_END";
469  return "VOICE_ASSISTANT_TTS_START";
471  return "VOICE_ASSISTANT_TTS_END";
473  return "VOICE_ASSISTANT_WAKE_WORD_START";
475  return "VOICE_ASSISTANT_WAKE_WORD_END";
477  return "VOICE_ASSISTANT_STT_VAD_START";
479  return "VOICE_ASSISTANT_STT_VAD_END";
481  return "VOICE_ASSISTANT_TTS_STREAM_START";
483  return "VOICE_ASSISTANT_TTS_STREAM_END";
484  default:
485  return "UNKNOWN";
486  }
487 }
488 #endif
489 #ifdef HAS_PROTO_MESSAGE_DUMP
490 template<> const char *proto_enum_to_string<enums::VoiceAssistantTimerEvent>(enums::VoiceAssistantTimerEvent value) {
491  switch (value) {
493  return "VOICE_ASSISTANT_TIMER_STARTED";
495  return "VOICE_ASSISTANT_TIMER_UPDATED";
497  return "VOICE_ASSISTANT_TIMER_CANCELLED";
499  return "VOICE_ASSISTANT_TIMER_FINISHED";
500  default:
501  return "UNKNOWN";
502  }
503 }
504 #endif
505 #ifdef HAS_PROTO_MESSAGE_DUMP
506 template<> const char *proto_enum_to_string<enums::AlarmControlPanelState>(enums::AlarmControlPanelState value) {
507  switch (value) {
509  return "ALARM_STATE_DISARMED";
511  return "ALARM_STATE_ARMED_HOME";
513  return "ALARM_STATE_ARMED_AWAY";
515  return "ALARM_STATE_ARMED_NIGHT";
517  return "ALARM_STATE_ARMED_VACATION";
519  return "ALARM_STATE_ARMED_CUSTOM_BYPASS";
521  return "ALARM_STATE_PENDING";
523  return "ALARM_STATE_ARMING";
525  return "ALARM_STATE_DISARMING";
527  return "ALARM_STATE_TRIGGERED";
528  default:
529  return "UNKNOWN";
530  }
531 }
532 #endif
533 #ifdef HAS_PROTO_MESSAGE_DUMP
534 template<>
535 const char *proto_enum_to_string<enums::AlarmControlPanelStateCommand>(enums::AlarmControlPanelStateCommand value) {
536  switch (value) {
538  return "ALARM_CONTROL_PANEL_DISARM";
540  return "ALARM_CONTROL_PANEL_ARM_AWAY";
542  return "ALARM_CONTROL_PANEL_ARM_HOME";
544  return "ALARM_CONTROL_PANEL_ARM_NIGHT";
546  return "ALARM_CONTROL_PANEL_ARM_VACATION";
548  return "ALARM_CONTROL_PANEL_ARM_CUSTOM_BYPASS";
550  return "ALARM_CONTROL_PANEL_TRIGGER";
551  default:
552  return "UNKNOWN";
553  }
554 }
555 #endif
556 #ifdef HAS_PROTO_MESSAGE_DUMP
557 template<> const char *proto_enum_to_string<enums::TextMode>(enums::TextMode value) {
558  switch (value) {
560  return "TEXT_MODE_TEXT";
562  return "TEXT_MODE_PASSWORD";
563  default:
564  return "UNKNOWN";
565  }
566 }
567 #endif
568 #ifdef HAS_PROTO_MESSAGE_DUMP
569 template<> const char *proto_enum_to_string<enums::ValveOperation>(enums::ValveOperation value) {
570  switch (value) {
572  return "VALVE_OPERATION_IDLE";
574  return "VALVE_OPERATION_IS_OPENING";
576  return "VALVE_OPERATION_IS_CLOSING";
577  default:
578  return "UNKNOWN";
579  }
580 }
581 #endif
582 #ifdef HAS_PROTO_MESSAGE_DUMP
583 template<> const char *proto_enum_to_string<enums::UpdateCommand>(enums::UpdateCommand value) {
584  switch (value) {
586  return "UPDATE_COMMAND_NONE";
588  return "UPDATE_COMMAND_UPDATE";
590  return "UPDATE_COMMAND_CHECK";
591  default:
592  return "UNKNOWN";
593  }
594 }
595 #endif
596 bool HelloRequest::decode_varint(uint32_t field_id, ProtoVarInt value) {
597  switch (field_id) {
598  case 2: {
599  this->api_version_major = value.as_uint32();
600  return true;
601  }
602  case 3: {
603  this->api_version_minor = value.as_uint32();
604  return true;
605  }
606  default:
607  return false;
608  }
609 }
610 bool HelloRequest::decode_length(uint32_t field_id, ProtoLengthDelimited value) {
611  switch (field_id) {
612  case 1: {
613  this->client_info = value.as_string();
614  return true;
615  }
616  default:
617  return false;
618  }
619 }
621  buffer.encode_string(1, this->client_info);
622  buffer.encode_uint32(2, this->api_version_major);
623  buffer.encode_uint32(3, this->api_version_minor);
624 }
625 #ifdef HAS_PROTO_MESSAGE_DUMP
626 void HelloRequest::dump_to(std::string &out) const {
627  __attribute__((unused)) char buffer[64];
628  out.append("HelloRequest {\n");
629  out.append(" client_info: ");
630  out.append("'").append(this->client_info).append("'");
631  out.append("\n");
632 
633  out.append(" api_version_major: ");
634  sprintf(buffer, "%" PRIu32, this->api_version_major);
635  out.append(buffer);
636  out.append("\n");
637 
638  out.append(" api_version_minor: ");
639  sprintf(buffer, "%" PRIu32, this->api_version_minor);
640  out.append(buffer);
641  out.append("\n");
642  out.append("}");
643 }
644 #endif
645 bool HelloResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
646  switch (field_id) {
647  case 1: {
648  this->api_version_major = value.as_uint32();
649  return true;
650  }
651  case 2: {
652  this->api_version_minor = value.as_uint32();
653  return true;
654  }
655  default:
656  return false;
657  }
658 }
659 bool HelloResponse::decode_length(uint32_t field_id, ProtoLengthDelimited value) {
660  switch (field_id) {
661  case 3: {
662  this->server_info = value.as_string();
663  return true;
664  }
665  case 4: {
666  this->name = value.as_string();
667  return true;
668  }
669  default:
670  return false;
671  }
672 }
674  buffer.encode_uint32(1, this->api_version_major);
675  buffer.encode_uint32(2, this->api_version_minor);
676  buffer.encode_string(3, this->server_info);
677  buffer.encode_string(4, this->name);
678 }
679 #ifdef HAS_PROTO_MESSAGE_DUMP
680 void HelloResponse::dump_to(std::string &out) const {
681  __attribute__((unused)) char buffer[64];
682  out.append("HelloResponse {\n");
683  out.append(" api_version_major: ");
684  sprintf(buffer, "%" PRIu32, this->api_version_major);
685  out.append(buffer);
686  out.append("\n");
687 
688  out.append(" api_version_minor: ");
689  sprintf(buffer, "%" PRIu32, this->api_version_minor);
690  out.append(buffer);
691  out.append("\n");
692 
693  out.append(" server_info: ");
694  out.append("'").append(this->server_info).append("'");
695  out.append("\n");
696 
697  out.append(" name: ");
698  out.append("'").append(this->name).append("'");
699  out.append("\n");
700  out.append("}");
701 }
702 #endif
703 bool ConnectRequest::decode_length(uint32_t field_id, ProtoLengthDelimited value) {
704  switch (field_id) {
705  case 1: {
706  this->password = value.as_string();
707  return true;
708  }
709  default:
710  return false;
711  }
712 }
713 void ConnectRequest::encode(ProtoWriteBuffer buffer) const { buffer.encode_string(1, this->password); }
714 #ifdef HAS_PROTO_MESSAGE_DUMP
715 void ConnectRequest::dump_to(std::string &out) const {
716  __attribute__((unused)) char buffer[64];
717  out.append("ConnectRequest {\n");
718  out.append(" password: ");
719  out.append("'").append(this->password).append("'");
720  out.append("\n");
721  out.append("}");
722 }
723 #endif
724 bool ConnectResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
725  switch (field_id) {
726  case 1: {
727  this->invalid_password = value.as_bool();
728  return true;
729  }
730  default:
731  return false;
732  }
733 }
734 void ConnectResponse::encode(ProtoWriteBuffer buffer) const { buffer.encode_bool(1, this->invalid_password); }
735 #ifdef HAS_PROTO_MESSAGE_DUMP
736 void ConnectResponse::dump_to(std::string &out) const {
737  __attribute__((unused)) char buffer[64];
738  out.append("ConnectResponse {\n");
739  out.append(" invalid_password: ");
740  out.append(YESNO(this->invalid_password));
741  out.append("\n");
742  out.append("}");
743 }
744 #endif
746 #ifdef HAS_PROTO_MESSAGE_DUMP
747 void DisconnectRequest::dump_to(std::string &out) const { out.append("DisconnectRequest {}"); }
748 #endif
750 #ifdef HAS_PROTO_MESSAGE_DUMP
751 void DisconnectResponse::dump_to(std::string &out) const { out.append("DisconnectResponse {}"); }
752 #endif
754 #ifdef HAS_PROTO_MESSAGE_DUMP
755 void PingRequest::dump_to(std::string &out) const { out.append("PingRequest {}"); }
756 #endif
758 #ifdef HAS_PROTO_MESSAGE_DUMP
759 void PingResponse::dump_to(std::string &out) const { out.append("PingResponse {}"); }
760 #endif
762 #ifdef HAS_PROTO_MESSAGE_DUMP
763 void DeviceInfoRequest::dump_to(std::string &out) const { out.append("DeviceInfoRequest {}"); }
764 #endif
765 bool DeviceInfoResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
766  switch (field_id) {
767  case 1: {
768  this->uses_password = value.as_bool();
769  return true;
770  }
771  case 7: {
772  this->has_deep_sleep = value.as_bool();
773  return true;
774  }
775  case 10: {
776  this->webserver_port = value.as_uint32();
777  return true;
778  }
779  case 11: {
780  this->legacy_bluetooth_proxy_version = value.as_uint32();
781  return true;
782  }
783  case 15: {
784  this->bluetooth_proxy_feature_flags = value.as_uint32();
785  return true;
786  }
787  case 14: {
788  this->legacy_voice_assistant_version = value.as_uint32();
789  return true;
790  }
791  case 17: {
792  this->voice_assistant_feature_flags = value.as_uint32();
793  return true;
794  }
795  default:
796  return false;
797  }
798 }
800  switch (field_id) {
801  case 2: {
802  this->name = value.as_string();
803  return true;
804  }
805  case 3: {
806  this->mac_address = value.as_string();
807  return true;
808  }
809  case 4: {
810  this->esphome_version = value.as_string();
811  return true;
812  }
813  case 5: {
814  this->compilation_time = value.as_string();
815  return true;
816  }
817  case 6: {
818  this->model = value.as_string();
819  return true;
820  }
821  case 8: {
822  this->project_name = value.as_string();
823  return true;
824  }
825  case 9: {
826  this->project_version = value.as_string();
827  return true;
828  }
829  case 12: {
830  this->manufacturer = value.as_string();
831  return true;
832  }
833  case 13: {
834  this->friendly_name = value.as_string();
835  return true;
836  }
837  case 16: {
838  this->suggested_area = value.as_string();
839  return true;
840  }
841  case 18: {
842  this->bluetooth_mac_address = value.as_string();
843  return true;
844  }
845  default:
846  return false;
847  }
848 }
850  buffer.encode_bool(1, this->uses_password);
851  buffer.encode_string(2, this->name);
852  buffer.encode_string(3, this->mac_address);
853  buffer.encode_string(4, this->esphome_version);
854  buffer.encode_string(5, this->compilation_time);
855  buffer.encode_string(6, this->model);
856  buffer.encode_bool(7, this->has_deep_sleep);
857  buffer.encode_string(8, this->project_name);
858  buffer.encode_string(9, this->project_version);
859  buffer.encode_uint32(10, this->webserver_port);
860  buffer.encode_uint32(11, this->legacy_bluetooth_proxy_version);
861  buffer.encode_uint32(15, this->bluetooth_proxy_feature_flags);
862  buffer.encode_string(12, this->manufacturer);
863  buffer.encode_string(13, this->friendly_name);
864  buffer.encode_uint32(14, this->legacy_voice_assistant_version);
865  buffer.encode_uint32(17, this->voice_assistant_feature_flags);
866  buffer.encode_string(16, this->suggested_area);
867  buffer.encode_string(18, this->bluetooth_mac_address);
868 }
869 #ifdef HAS_PROTO_MESSAGE_DUMP
870 void DeviceInfoResponse::dump_to(std::string &out) const {
871  __attribute__((unused)) char buffer[64];
872  out.append("DeviceInfoResponse {\n");
873  out.append(" uses_password: ");
874  out.append(YESNO(this->uses_password));
875  out.append("\n");
876 
877  out.append(" name: ");
878  out.append("'").append(this->name).append("'");
879  out.append("\n");
880 
881  out.append(" mac_address: ");
882  out.append("'").append(this->mac_address).append("'");
883  out.append("\n");
884 
885  out.append(" esphome_version: ");
886  out.append("'").append(this->esphome_version).append("'");
887  out.append("\n");
888 
889  out.append(" compilation_time: ");
890  out.append("'").append(this->compilation_time).append("'");
891  out.append("\n");
892 
893  out.append(" model: ");
894  out.append("'").append(this->model).append("'");
895  out.append("\n");
896 
897  out.append(" has_deep_sleep: ");
898  out.append(YESNO(this->has_deep_sleep));
899  out.append("\n");
900 
901  out.append(" project_name: ");
902  out.append("'").append(this->project_name).append("'");
903  out.append("\n");
904 
905  out.append(" project_version: ");
906  out.append("'").append(this->project_version).append("'");
907  out.append("\n");
908 
909  out.append(" webserver_port: ");
910  sprintf(buffer, "%" PRIu32, this->webserver_port);
911  out.append(buffer);
912  out.append("\n");
913 
914  out.append(" legacy_bluetooth_proxy_version: ");
915  sprintf(buffer, "%" PRIu32, this->legacy_bluetooth_proxy_version);
916  out.append(buffer);
917  out.append("\n");
918 
919  out.append(" bluetooth_proxy_feature_flags: ");
920  sprintf(buffer, "%" PRIu32, this->bluetooth_proxy_feature_flags);
921  out.append(buffer);
922  out.append("\n");
923 
924  out.append(" manufacturer: ");
925  out.append("'").append(this->manufacturer).append("'");
926  out.append("\n");
927 
928  out.append(" friendly_name: ");
929  out.append("'").append(this->friendly_name).append("'");
930  out.append("\n");
931 
932  out.append(" legacy_voice_assistant_version: ");
933  sprintf(buffer, "%" PRIu32, this->legacy_voice_assistant_version);
934  out.append(buffer);
935  out.append("\n");
936 
937  out.append(" voice_assistant_feature_flags: ");
938  sprintf(buffer, "%" PRIu32, this->voice_assistant_feature_flags);
939  out.append(buffer);
940  out.append("\n");
941 
942  out.append(" suggested_area: ");
943  out.append("'").append(this->suggested_area).append("'");
944  out.append("\n");
945 
946  out.append(" bluetooth_mac_address: ");
947  out.append("'").append(this->bluetooth_mac_address).append("'");
948  out.append("\n");
949  out.append("}");
950 }
951 #endif
953 #ifdef HAS_PROTO_MESSAGE_DUMP
954 void ListEntitiesRequest::dump_to(std::string &out) const { out.append("ListEntitiesRequest {}"); }
955 #endif
957 #ifdef HAS_PROTO_MESSAGE_DUMP
958 void ListEntitiesDoneResponse::dump_to(std::string &out) const { out.append("ListEntitiesDoneResponse {}"); }
959 #endif
961 #ifdef HAS_PROTO_MESSAGE_DUMP
962 void SubscribeStatesRequest::dump_to(std::string &out) const { out.append("SubscribeStatesRequest {}"); }
963 #endif
965  switch (field_id) {
966  case 6: {
967  this->is_status_binary_sensor = value.as_bool();
968  return true;
969  }
970  case 7: {
971  this->disabled_by_default = value.as_bool();
972  return true;
973  }
974  case 9: {
975  this->entity_category = value.as_enum<enums::EntityCategory>();
976  return true;
977  }
978  default:
979  return false;
980  }
981 }
983  switch (field_id) {
984  case 1: {
985  this->object_id = value.as_string();
986  return true;
987  }
988  case 3: {
989  this->name = value.as_string();
990  return true;
991  }
992  case 4: {
993  this->unique_id = value.as_string();
994  return true;
995  }
996  case 5: {
997  this->device_class = value.as_string();
998  return true;
999  }
1000  case 8: {
1001  this->icon = value.as_string();
1002  return true;
1003  }
1004  default:
1005  return false;
1006  }
1007 }
1009  switch (field_id) {
1010  case 2: {
1011  this->key = value.as_fixed32();
1012  return true;
1013  }
1014  default:
1015  return false;
1016  }
1017 }
1019  buffer.encode_string(1, this->object_id);
1020  buffer.encode_fixed32(2, this->key);
1021  buffer.encode_string(3, this->name);
1022  buffer.encode_string(4, this->unique_id);
1023  buffer.encode_string(5, this->device_class);
1024  buffer.encode_bool(6, this->is_status_binary_sensor);
1025  buffer.encode_bool(7, this->disabled_by_default);
1026  buffer.encode_string(8, this->icon);
1027  buffer.encode_enum<enums::EntityCategory>(9, this->entity_category);
1028 }
1029 #ifdef HAS_PROTO_MESSAGE_DUMP
1030 void ListEntitiesBinarySensorResponse::dump_to(std::string &out) const {
1031  __attribute__((unused)) char buffer[64];
1032  out.append("ListEntitiesBinarySensorResponse {\n");
1033  out.append(" object_id: ");
1034  out.append("'").append(this->object_id).append("'");
1035  out.append("\n");
1036 
1037  out.append(" key: ");
1038  sprintf(buffer, "%" PRIu32, this->key);
1039  out.append(buffer);
1040  out.append("\n");
1041 
1042  out.append(" name: ");
1043  out.append("'").append(this->name).append("'");
1044  out.append("\n");
1045 
1046  out.append(" unique_id: ");
1047  out.append("'").append(this->unique_id).append("'");
1048  out.append("\n");
1049 
1050  out.append(" device_class: ");
1051  out.append("'").append(this->device_class).append("'");
1052  out.append("\n");
1053 
1054  out.append(" is_status_binary_sensor: ");
1055  out.append(YESNO(this->is_status_binary_sensor));
1056  out.append("\n");
1057 
1058  out.append(" disabled_by_default: ");
1059  out.append(YESNO(this->disabled_by_default));
1060  out.append("\n");
1061 
1062  out.append(" icon: ");
1063  out.append("'").append(this->icon).append("'");
1064  out.append("\n");
1065 
1066  out.append(" entity_category: ");
1067  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
1068  out.append("\n");
1069  out.append("}");
1070 }
1071 #endif
1073  switch (field_id) {
1074  case 2: {
1075  this->state = value.as_bool();
1076  return true;
1077  }
1078  case 3: {
1079  this->missing_state = value.as_bool();
1080  return true;
1081  }
1082  default:
1083  return false;
1084  }
1085 }
1086 bool BinarySensorStateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
1087  switch (field_id) {
1088  case 1: {
1089  this->key = value.as_fixed32();
1090  return true;
1091  }
1092  default:
1093  return false;
1094  }
1095 }
1097  buffer.encode_fixed32(1, this->key);
1098  buffer.encode_bool(2, this->state);
1099  buffer.encode_bool(3, this->missing_state);
1100 }
1101 #ifdef HAS_PROTO_MESSAGE_DUMP
1102 void BinarySensorStateResponse::dump_to(std::string &out) const {
1103  __attribute__((unused)) char buffer[64];
1104  out.append("BinarySensorStateResponse {\n");
1105  out.append(" key: ");
1106  sprintf(buffer, "%" PRIu32, this->key);
1107  out.append(buffer);
1108  out.append("\n");
1109 
1110  out.append(" state: ");
1111  out.append(YESNO(this->state));
1112  out.append("\n");
1113 
1114  out.append(" missing_state: ");
1115  out.append(YESNO(this->missing_state));
1116  out.append("\n");
1117  out.append("}");
1118 }
1119 #endif
1121  switch (field_id) {
1122  case 5: {
1123  this->assumed_state = value.as_bool();
1124  return true;
1125  }
1126  case 6: {
1127  this->supports_position = value.as_bool();
1128  return true;
1129  }
1130  case 7: {
1131  this->supports_tilt = value.as_bool();
1132  return true;
1133  }
1134  case 9: {
1135  this->disabled_by_default = value.as_bool();
1136  return true;
1137  }
1138  case 11: {
1139  this->entity_category = value.as_enum<enums::EntityCategory>();
1140  return true;
1141  }
1142  case 12: {
1143  this->supports_stop = value.as_bool();
1144  return true;
1145  }
1146  default:
1147  return false;
1148  }
1149 }
1151  switch (field_id) {
1152  case 1: {
1153  this->object_id = value.as_string();
1154  return true;
1155  }
1156  case 3: {
1157  this->name = value.as_string();
1158  return true;
1159  }
1160  case 4: {
1161  this->unique_id = value.as_string();
1162  return true;
1163  }
1164  case 8: {
1165  this->device_class = value.as_string();
1166  return true;
1167  }
1168  case 10: {
1169  this->icon = value.as_string();
1170  return true;
1171  }
1172  default:
1173  return false;
1174  }
1175 }
1176 bool ListEntitiesCoverResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
1177  switch (field_id) {
1178  case 2: {
1179  this->key = value.as_fixed32();
1180  return true;
1181  }
1182  default:
1183  return false;
1184  }
1185 }
1187  buffer.encode_string(1, this->object_id);
1188  buffer.encode_fixed32(2, this->key);
1189  buffer.encode_string(3, this->name);
1190  buffer.encode_string(4, this->unique_id);
1191  buffer.encode_bool(5, this->assumed_state);
1192  buffer.encode_bool(6, this->supports_position);
1193  buffer.encode_bool(7, this->supports_tilt);
1194  buffer.encode_string(8, this->device_class);
1195  buffer.encode_bool(9, this->disabled_by_default);
1196  buffer.encode_string(10, this->icon);
1197  buffer.encode_enum<enums::EntityCategory>(11, this->entity_category);
1198  buffer.encode_bool(12, this->supports_stop);
1199 }
1200 #ifdef HAS_PROTO_MESSAGE_DUMP
1201 void ListEntitiesCoverResponse::dump_to(std::string &out) const {
1202  __attribute__((unused)) char buffer[64];
1203  out.append("ListEntitiesCoverResponse {\n");
1204  out.append(" object_id: ");
1205  out.append("'").append(this->object_id).append("'");
1206  out.append("\n");
1207 
1208  out.append(" key: ");
1209  sprintf(buffer, "%" PRIu32, this->key);
1210  out.append(buffer);
1211  out.append("\n");
1212 
1213  out.append(" name: ");
1214  out.append("'").append(this->name).append("'");
1215  out.append("\n");
1216 
1217  out.append(" unique_id: ");
1218  out.append("'").append(this->unique_id).append("'");
1219  out.append("\n");
1220 
1221  out.append(" assumed_state: ");
1222  out.append(YESNO(this->assumed_state));
1223  out.append("\n");
1224 
1225  out.append(" supports_position: ");
1226  out.append(YESNO(this->supports_position));
1227  out.append("\n");
1228 
1229  out.append(" supports_tilt: ");
1230  out.append(YESNO(this->supports_tilt));
1231  out.append("\n");
1232 
1233  out.append(" device_class: ");
1234  out.append("'").append(this->device_class).append("'");
1235  out.append("\n");
1236 
1237  out.append(" disabled_by_default: ");
1238  out.append(YESNO(this->disabled_by_default));
1239  out.append("\n");
1240 
1241  out.append(" icon: ");
1242  out.append("'").append(this->icon).append("'");
1243  out.append("\n");
1244 
1245  out.append(" entity_category: ");
1246  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
1247  out.append("\n");
1248 
1249  out.append(" supports_stop: ");
1250  out.append(YESNO(this->supports_stop));
1251  out.append("\n");
1252  out.append("}");
1253 }
1254 #endif
1255 bool CoverStateResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
1256  switch (field_id) {
1257  case 2: {
1258  this->legacy_state = value.as_enum<enums::LegacyCoverState>();
1259  return true;
1260  }
1261  case 5: {
1262  this->current_operation = value.as_enum<enums::CoverOperation>();
1263  return true;
1264  }
1265  default:
1266  return false;
1267  }
1268 }
1269 bool CoverStateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
1270  switch (field_id) {
1271  case 1: {
1272  this->key = value.as_fixed32();
1273  return true;
1274  }
1275  case 3: {
1276  this->position = value.as_float();
1277  return true;
1278  }
1279  case 4: {
1280  this->tilt = value.as_float();
1281  return true;
1282  }
1283  default:
1284  return false;
1285  }
1286 }
1288  buffer.encode_fixed32(1, this->key);
1289  buffer.encode_enum<enums::LegacyCoverState>(2, this->legacy_state);
1290  buffer.encode_float(3, this->position);
1291  buffer.encode_float(4, this->tilt);
1292  buffer.encode_enum<enums::CoverOperation>(5, this->current_operation);
1293 }
1294 #ifdef HAS_PROTO_MESSAGE_DUMP
1295 void CoverStateResponse::dump_to(std::string &out) const {
1296  __attribute__((unused)) char buffer[64];
1297  out.append("CoverStateResponse {\n");
1298  out.append(" key: ");
1299  sprintf(buffer, "%" PRIu32, this->key);
1300  out.append(buffer);
1301  out.append("\n");
1302 
1303  out.append(" legacy_state: ");
1304  out.append(proto_enum_to_string<enums::LegacyCoverState>(this->legacy_state));
1305  out.append("\n");
1306 
1307  out.append(" position: ");
1308  sprintf(buffer, "%g", this->position);
1309  out.append(buffer);
1310  out.append("\n");
1311 
1312  out.append(" tilt: ");
1313  sprintf(buffer, "%g", this->tilt);
1314  out.append(buffer);
1315  out.append("\n");
1316 
1317  out.append(" current_operation: ");
1318  out.append(proto_enum_to_string<enums::CoverOperation>(this->current_operation));
1319  out.append("\n");
1320  out.append("}");
1321 }
1322 #endif
1323 bool CoverCommandRequest::decode_varint(uint32_t field_id, ProtoVarInt value) {
1324  switch (field_id) {
1325  case 2: {
1326  this->has_legacy_command = value.as_bool();
1327  return true;
1328  }
1329  case 3: {
1330  this->legacy_command = value.as_enum<enums::LegacyCoverCommand>();
1331  return true;
1332  }
1333  case 4: {
1334  this->has_position = value.as_bool();
1335  return true;
1336  }
1337  case 6: {
1338  this->has_tilt = value.as_bool();
1339  return true;
1340  }
1341  case 8: {
1342  this->stop = value.as_bool();
1343  return true;
1344  }
1345  default:
1346  return false;
1347  }
1348 }
1349 bool CoverCommandRequest::decode_32bit(uint32_t field_id, Proto32Bit value) {
1350  switch (field_id) {
1351  case 1: {
1352  this->key = value.as_fixed32();
1353  return true;
1354  }
1355  case 5: {
1356  this->position = value.as_float();
1357  return true;
1358  }
1359  case 7: {
1360  this->tilt = value.as_float();
1361  return true;
1362  }
1363  default:
1364  return false;
1365  }
1366 }
1368  buffer.encode_fixed32(1, this->key);
1369  buffer.encode_bool(2, this->has_legacy_command);
1370  buffer.encode_enum<enums::LegacyCoverCommand>(3, this->legacy_command);
1371  buffer.encode_bool(4, this->has_position);
1372  buffer.encode_float(5, this->position);
1373  buffer.encode_bool(6, this->has_tilt);
1374  buffer.encode_float(7, this->tilt);
1375  buffer.encode_bool(8, this->stop);
1376 }
1377 #ifdef HAS_PROTO_MESSAGE_DUMP
1378 void CoverCommandRequest::dump_to(std::string &out) const {
1379  __attribute__((unused)) char buffer[64];
1380  out.append("CoverCommandRequest {\n");
1381  out.append(" key: ");
1382  sprintf(buffer, "%" PRIu32, this->key);
1383  out.append(buffer);
1384  out.append("\n");
1385 
1386  out.append(" has_legacy_command: ");
1387  out.append(YESNO(this->has_legacy_command));
1388  out.append("\n");
1389 
1390  out.append(" legacy_command: ");
1391  out.append(proto_enum_to_string<enums::LegacyCoverCommand>(this->legacy_command));
1392  out.append("\n");
1393 
1394  out.append(" has_position: ");
1395  out.append(YESNO(this->has_position));
1396  out.append("\n");
1397 
1398  out.append(" position: ");
1399  sprintf(buffer, "%g", this->position);
1400  out.append(buffer);
1401  out.append("\n");
1402 
1403  out.append(" has_tilt: ");
1404  out.append(YESNO(this->has_tilt));
1405  out.append("\n");
1406 
1407  out.append(" tilt: ");
1408  sprintf(buffer, "%g", this->tilt);
1409  out.append(buffer);
1410  out.append("\n");
1411 
1412  out.append(" stop: ");
1413  out.append(YESNO(this->stop));
1414  out.append("\n");
1415  out.append("}");
1416 }
1417 #endif
1418 bool ListEntitiesFanResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
1419  switch (field_id) {
1420  case 5: {
1421  this->supports_oscillation = value.as_bool();
1422  return true;
1423  }
1424  case 6: {
1425  this->supports_speed = value.as_bool();
1426  return true;
1427  }
1428  case 7: {
1429  this->supports_direction = value.as_bool();
1430  return true;
1431  }
1432  case 8: {
1433  this->supported_speed_count = value.as_int32();
1434  return true;
1435  }
1436  case 9: {
1437  this->disabled_by_default = value.as_bool();
1438  return true;
1439  }
1440  case 11: {
1441  this->entity_category = value.as_enum<enums::EntityCategory>();
1442  return true;
1443  }
1444  default:
1445  return false;
1446  }
1447 }
1449  switch (field_id) {
1450  case 1: {
1451  this->object_id = value.as_string();
1452  return true;
1453  }
1454  case 3: {
1455  this->name = value.as_string();
1456  return true;
1457  }
1458  case 4: {
1459  this->unique_id = value.as_string();
1460  return true;
1461  }
1462  case 10: {
1463  this->icon = value.as_string();
1464  return true;
1465  }
1466  case 12: {
1467  this->supported_preset_modes.push_back(value.as_string());
1468  return true;
1469  }
1470  default:
1471  return false;
1472  }
1473 }
1474 bool ListEntitiesFanResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
1475  switch (field_id) {
1476  case 2: {
1477  this->key = value.as_fixed32();
1478  return true;
1479  }
1480  default:
1481  return false;
1482  }
1483 }
1485  buffer.encode_string(1, this->object_id);
1486  buffer.encode_fixed32(2, this->key);
1487  buffer.encode_string(3, this->name);
1488  buffer.encode_string(4, this->unique_id);
1489  buffer.encode_bool(5, this->supports_oscillation);
1490  buffer.encode_bool(6, this->supports_speed);
1491  buffer.encode_bool(7, this->supports_direction);
1492  buffer.encode_int32(8, this->supported_speed_count);
1493  buffer.encode_bool(9, this->disabled_by_default);
1494  buffer.encode_string(10, this->icon);
1495  buffer.encode_enum<enums::EntityCategory>(11, this->entity_category);
1496  for (auto &it : this->supported_preset_modes) {
1497  buffer.encode_string(12, it, true);
1498  }
1499 }
1500 #ifdef HAS_PROTO_MESSAGE_DUMP
1501 void ListEntitiesFanResponse::dump_to(std::string &out) const {
1502  __attribute__((unused)) char buffer[64];
1503  out.append("ListEntitiesFanResponse {\n");
1504  out.append(" object_id: ");
1505  out.append("'").append(this->object_id).append("'");
1506  out.append("\n");
1507 
1508  out.append(" key: ");
1509  sprintf(buffer, "%" PRIu32, this->key);
1510  out.append(buffer);
1511  out.append("\n");
1512 
1513  out.append(" name: ");
1514  out.append("'").append(this->name).append("'");
1515  out.append("\n");
1516 
1517  out.append(" unique_id: ");
1518  out.append("'").append(this->unique_id).append("'");
1519  out.append("\n");
1520 
1521  out.append(" supports_oscillation: ");
1522  out.append(YESNO(this->supports_oscillation));
1523  out.append("\n");
1524 
1525  out.append(" supports_speed: ");
1526  out.append(YESNO(this->supports_speed));
1527  out.append("\n");
1528 
1529  out.append(" supports_direction: ");
1530  out.append(YESNO(this->supports_direction));
1531  out.append("\n");
1532 
1533  out.append(" supported_speed_count: ");
1534  sprintf(buffer, "%" PRId32, this->supported_speed_count);
1535  out.append(buffer);
1536  out.append("\n");
1537 
1538  out.append(" disabled_by_default: ");
1539  out.append(YESNO(this->disabled_by_default));
1540  out.append("\n");
1541 
1542  out.append(" icon: ");
1543  out.append("'").append(this->icon).append("'");
1544  out.append("\n");
1545 
1546  out.append(" entity_category: ");
1547  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
1548  out.append("\n");
1549 
1550  for (const auto &it : this->supported_preset_modes) {
1551  out.append(" supported_preset_modes: ");
1552  out.append("'").append(it).append("'");
1553  out.append("\n");
1554  }
1555  out.append("}");
1556 }
1557 #endif
1558 bool FanStateResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
1559  switch (field_id) {
1560  case 2: {
1561  this->state = value.as_bool();
1562  return true;
1563  }
1564  case 3: {
1565  this->oscillating = value.as_bool();
1566  return true;
1567  }
1568  case 4: {
1569  this->speed = value.as_enum<enums::FanSpeed>();
1570  return true;
1571  }
1572  case 5: {
1573  this->direction = value.as_enum<enums::FanDirection>();
1574  return true;
1575  }
1576  case 6: {
1577  this->speed_level = value.as_int32();
1578  return true;
1579  }
1580  default:
1581  return false;
1582  }
1583 }
1585  switch (field_id) {
1586  case 7: {
1587  this->preset_mode = value.as_string();
1588  return true;
1589  }
1590  default:
1591  return false;
1592  }
1593 }
1594 bool FanStateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
1595  switch (field_id) {
1596  case 1: {
1597  this->key = value.as_fixed32();
1598  return true;
1599  }
1600  default:
1601  return false;
1602  }
1603 }
1605  buffer.encode_fixed32(1, this->key);
1606  buffer.encode_bool(2, this->state);
1607  buffer.encode_bool(3, this->oscillating);
1608  buffer.encode_enum<enums::FanSpeed>(4, this->speed);
1609  buffer.encode_enum<enums::FanDirection>(5, this->direction);
1610  buffer.encode_int32(6, this->speed_level);
1611  buffer.encode_string(7, this->preset_mode);
1612 }
1613 #ifdef HAS_PROTO_MESSAGE_DUMP
1614 void FanStateResponse::dump_to(std::string &out) const {
1615  __attribute__((unused)) char buffer[64];
1616  out.append("FanStateResponse {\n");
1617  out.append(" key: ");
1618  sprintf(buffer, "%" PRIu32, this->key);
1619  out.append(buffer);
1620  out.append("\n");
1621 
1622  out.append(" state: ");
1623  out.append(YESNO(this->state));
1624  out.append("\n");
1625 
1626  out.append(" oscillating: ");
1627  out.append(YESNO(this->oscillating));
1628  out.append("\n");
1629 
1630  out.append(" speed: ");
1631  out.append(proto_enum_to_string<enums::FanSpeed>(this->speed));
1632  out.append("\n");
1633 
1634  out.append(" direction: ");
1635  out.append(proto_enum_to_string<enums::FanDirection>(this->direction));
1636  out.append("\n");
1637 
1638  out.append(" speed_level: ");
1639  sprintf(buffer, "%" PRId32, this->speed_level);
1640  out.append(buffer);
1641  out.append("\n");
1642 
1643  out.append(" preset_mode: ");
1644  out.append("'").append(this->preset_mode).append("'");
1645  out.append("\n");
1646  out.append("}");
1647 }
1648 #endif
1649 bool FanCommandRequest::decode_varint(uint32_t field_id, ProtoVarInt value) {
1650  switch (field_id) {
1651  case 2: {
1652  this->has_state = value.as_bool();
1653  return true;
1654  }
1655  case 3: {
1656  this->state = value.as_bool();
1657  return true;
1658  }
1659  case 4: {
1660  this->has_speed = value.as_bool();
1661  return true;
1662  }
1663  case 5: {
1664  this->speed = value.as_enum<enums::FanSpeed>();
1665  return true;
1666  }
1667  case 6: {
1668  this->has_oscillating = value.as_bool();
1669  return true;
1670  }
1671  case 7: {
1672  this->oscillating = value.as_bool();
1673  return true;
1674  }
1675  case 8: {
1676  this->has_direction = value.as_bool();
1677  return true;
1678  }
1679  case 9: {
1680  this->direction = value.as_enum<enums::FanDirection>();
1681  return true;
1682  }
1683  case 10: {
1684  this->has_speed_level = value.as_bool();
1685  return true;
1686  }
1687  case 11: {
1688  this->speed_level = value.as_int32();
1689  return true;
1690  }
1691  case 12: {
1692  this->has_preset_mode = value.as_bool();
1693  return true;
1694  }
1695  default:
1696  return false;
1697  }
1698 }
1700  switch (field_id) {
1701  case 13: {
1702  this->preset_mode = value.as_string();
1703  return true;
1704  }
1705  default:
1706  return false;
1707  }
1708 }
1709 bool FanCommandRequest::decode_32bit(uint32_t field_id, Proto32Bit value) {
1710  switch (field_id) {
1711  case 1: {
1712  this->key = value.as_fixed32();
1713  return true;
1714  }
1715  default:
1716  return false;
1717  }
1718 }
1720  buffer.encode_fixed32(1, this->key);
1721  buffer.encode_bool(2, this->has_state);
1722  buffer.encode_bool(3, this->state);
1723  buffer.encode_bool(4, this->has_speed);
1724  buffer.encode_enum<enums::FanSpeed>(5, this->speed);
1725  buffer.encode_bool(6, this->has_oscillating);
1726  buffer.encode_bool(7, this->oscillating);
1727  buffer.encode_bool(8, this->has_direction);
1728  buffer.encode_enum<enums::FanDirection>(9, this->direction);
1729  buffer.encode_bool(10, this->has_speed_level);
1730  buffer.encode_int32(11, this->speed_level);
1731  buffer.encode_bool(12, this->has_preset_mode);
1732  buffer.encode_string(13, this->preset_mode);
1733 }
1734 #ifdef HAS_PROTO_MESSAGE_DUMP
1735 void FanCommandRequest::dump_to(std::string &out) const {
1736  __attribute__((unused)) char buffer[64];
1737  out.append("FanCommandRequest {\n");
1738  out.append(" key: ");
1739  sprintf(buffer, "%" PRIu32, this->key);
1740  out.append(buffer);
1741  out.append("\n");
1742 
1743  out.append(" has_state: ");
1744  out.append(YESNO(this->has_state));
1745  out.append("\n");
1746 
1747  out.append(" state: ");
1748  out.append(YESNO(this->state));
1749  out.append("\n");
1750 
1751  out.append(" has_speed: ");
1752  out.append(YESNO(this->has_speed));
1753  out.append("\n");
1754 
1755  out.append(" speed: ");
1756  out.append(proto_enum_to_string<enums::FanSpeed>(this->speed));
1757  out.append("\n");
1758 
1759  out.append(" has_oscillating: ");
1760  out.append(YESNO(this->has_oscillating));
1761  out.append("\n");
1762 
1763  out.append(" oscillating: ");
1764  out.append(YESNO(this->oscillating));
1765  out.append("\n");
1766 
1767  out.append(" has_direction: ");
1768  out.append(YESNO(this->has_direction));
1769  out.append("\n");
1770 
1771  out.append(" direction: ");
1772  out.append(proto_enum_to_string<enums::FanDirection>(this->direction));
1773  out.append("\n");
1774 
1775  out.append(" has_speed_level: ");
1776  out.append(YESNO(this->has_speed_level));
1777  out.append("\n");
1778 
1779  out.append(" speed_level: ");
1780  sprintf(buffer, "%" PRId32, this->speed_level);
1781  out.append(buffer);
1782  out.append("\n");
1783 
1784  out.append(" has_preset_mode: ");
1785  out.append(YESNO(this->has_preset_mode));
1786  out.append("\n");
1787 
1788  out.append(" preset_mode: ");
1789  out.append("'").append(this->preset_mode).append("'");
1790  out.append("\n");
1791  out.append("}");
1792 }
1793 #endif
1795  switch (field_id) {
1796  case 12: {
1797  this->supported_color_modes.push_back(value.as_enum<enums::ColorMode>());
1798  return true;
1799  }
1800  case 5: {
1801  this->legacy_supports_brightness = value.as_bool();
1802  return true;
1803  }
1804  case 6: {
1805  this->legacy_supports_rgb = value.as_bool();
1806  return true;
1807  }
1808  case 7: {
1809  this->legacy_supports_white_value = value.as_bool();
1810  return true;
1811  }
1812  case 8: {
1813  this->legacy_supports_color_temperature = value.as_bool();
1814  return true;
1815  }
1816  case 13: {
1817  this->disabled_by_default = value.as_bool();
1818  return true;
1819  }
1820  case 15: {
1821  this->entity_category = value.as_enum<enums::EntityCategory>();
1822  return true;
1823  }
1824  default:
1825  return false;
1826  }
1827 }
1829  switch (field_id) {
1830  case 1: {
1831  this->object_id = value.as_string();
1832  return true;
1833  }
1834  case 3: {
1835  this->name = value.as_string();
1836  return true;
1837  }
1838  case 4: {
1839  this->unique_id = value.as_string();
1840  return true;
1841  }
1842  case 11: {
1843  this->effects.push_back(value.as_string());
1844  return true;
1845  }
1846  case 14: {
1847  this->icon = value.as_string();
1848  return true;
1849  }
1850  default:
1851  return false;
1852  }
1853 }
1854 bool ListEntitiesLightResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
1855  switch (field_id) {
1856  case 2: {
1857  this->key = value.as_fixed32();
1858  return true;
1859  }
1860  case 9: {
1861  this->min_mireds = value.as_float();
1862  return true;
1863  }
1864  case 10: {
1865  this->max_mireds = value.as_float();
1866  return true;
1867  }
1868  default:
1869  return false;
1870  }
1871 }
1873  buffer.encode_string(1, this->object_id);
1874  buffer.encode_fixed32(2, this->key);
1875  buffer.encode_string(3, this->name);
1876  buffer.encode_string(4, this->unique_id);
1877  for (auto &it : this->supported_color_modes) {
1878  buffer.encode_enum<enums::ColorMode>(12, it, true);
1879  }
1880  buffer.encode_bool(5, this->legacy_supports_brightness);
1881  buffer.encode_bool(6, this->legacy_supports_rgb);
1882  buffer.encode_bool(7, this->legacy_supports_white_value);
1883  buffer.encode_bool(8, this->legacy_supports_color_temperature);
1884  buffer.encode_float(9, this->min_mireds);
1885  buffer.encode_float(10, this->max_mireds);
1886  for (auto &it : this->effects) {
1887  buffer.encode_string(11, it, true);
1888  }
1889  buffer.encode_bool(13, this->disabled_by_default);
1890  buffer.encode_string(14, this->icon);
1891  buffer.encode_enum<enums::EntityCategory>(15, this->entity_category);
1892 }
1893 #ifdef HAS_PROTO_MESSAGE_DUMP
1894 void ListEntitiesLightResponse::dump_to(std::string &out) const {
1895  __attribute__((unused)) char buffer[64];
1896  out.append("ListEntitiesLightResponse {\n");
1897  out.append(" object_id: ");
1898  out.append("'").append(this->object_id).append("'");
1899  out.append("\n");
1900 
1901  out.append(" key: ");
1902  sprintf(buffer, "%" PRIu32, this->key);
1903  out.append(buffer);
1904  out.append("\n");
1905 
1906  out.append(" name: ");
1907  out.append("'").append(this->name).append("'");
1908  out.append("\n");
1909 
1910  out.append(" unique_id: ");
1911  out.append("'").append(this->unique_id).append("'");
1912  out.append("\n");
1913 
1914  for (const auto &it : this->supported_color_modes) {
1915  out.append(" supported_color_modes: ");
1916  out.append(proto_enum_to_string<enums::ColorMode>(it));
1917  out.append("\n");
1918  }
1919 
1920  out.append(" legacy_supports_brightness: ");
1921  out.append(YESNO(this->legacy_supports_brightness));
1922  out.append("\n");
1923 
1924  out.append(" legacy_supports_rgb: ");
1925  out.append(YESNO(this->legacy_supports_rgb));
1926  out.append("\n");
1927 
1928  out.append(" legacy_supports_white_value: ");
1929  out.append(YESNO(this->legacy_supports_white_value));
1930  out.append("\n");
1931 
1932  out.append(" legacy_supports_color_temperature: ");
1933  out.append(YESNO(this->legacy_supports_color_temperature));
1934  out.append("\n");
1935 
1936  out.append(" min_mireds: ");
1937  sprintf(buffer, "%g", this->min_mireds);
1938  out.append(buffer);
1939  out.append("\n");
1940 
1941  out.append(" max_mireds: ");
1942  sprintf(buffer, "%g", this->max_mireds);
1943  out.append(buffer);
1944  out.append("\n");
1945 
1946  for (const auto &it : this->effects) {
1947  out.append(" effects: ");
1948  out.append("'").append(it).append("'");
1949  out.append("\n");
1950  }
1951 
1952  out.append(" disabled_by_default: ");
1953  out.append(YESNO(this->disabled_by_default));
1954  out.append("\n");
1955 
1956  out.append(" icon: ");
1957  out.append("'").append(this->icon).append("'");
1958  out.append("\n");
1959 
1960  out.append(" entity_category: ");
1961  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
1962  out.append("\n");
1963  out.append("}");
1964 }
1965 #endif
1966 bool LightStateResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
1967  switch (field_id) {
1968  case 2: {
1969  this->state = value.as_bool();
1970  return true;
1971  }
1972  case 11: {
1973  this->color_mode = value.as_enum<enums::ColorMode>();
1974  return true;
1975  }
1976  default:
1977  return false;
1978  }
1979 }
1981  switch (field_id) {
1982  case 9: {
1983  this->effect = value.as_string();
1984  return true;
1985  }
1986  default:
1987  return false;
1988  }
1989 }
1990 bool LightStateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
1991  switch (field_id) {
1992  case 1: {
1993  this->key = value.as_fixed32();
1994  return true;
1995  }
1996  case 3: {
1997  this->brightness = value.as_float();
1998  return true;
1999  }
2000  case 10: {
2001  this->color_brightness = value.as_float();
2002  return true;
2003  }
2004  case 4: {
2005  this->red = value.as_float();
2006  return true;
2007  }
2008  case 5: {
2009  this->green = value.as_float();
2010  return true;
2011  }
2012  case 6: {
2013  this->blue = value.as_float();
2014  return true;
2015  }
2016  case 7: {
2017  this->white = value.as_float();
2018  return true;
2019  }
2020  case 8: {
2021  this->color_temperature = value.as_float();
2022  return true;
2023  }
2024  case 12: {
2025  this->cold_white = value.as_float();
2026  return true;
2027  }
2028  case 13: {
2029  this->warm_white = value.as_float();
2030  return true;
2031  }
2032  default:
2033  return false;
2034  }
2035 }
2037  buffer.encode_fixed32(1, this->key);
2038  buffer.encode_bool(2, this->state);
2039  buffer.encode_float(3, this->brightness);
2040  buffer.encode_enum<enums::ColorMode>(11, this->color_mode);
2041  buffer.encode_float(10, this->color_brightness);
2042  buffer.encode_float(4, this->red);
2043  buffer.encode_float(5, this->green);
2044  buffer.encode_float(6, this->blue);
2045  buffer.encode_float(7, this->white);
2046  buffer.encode_float(8, this->color_temperature);
2047  buffer.encode_float(12, this->cold_white);
2048  buffer.encode_float(13, this->warm_white);
2049  buffer.encode_string(9, this->effect);
2050 }
2051 #ifdef HAS_PROTO_MESSAGE_DUMP
2052 void LightStateResponse::dump_to(std::string &out) const {
2053  __attribute__((unused)) char buffer[64];
2054  out.append("LightStateResponse {\n");
2055  out.append(" key: ");
2056  sprintf(buffer, "%" PRIu32, this->key);
2057  out.append(buffer);
2058  out.append("\n");
2059 
2060  out.append(" state: ");
2061  out.append(YESNO(this->state));
2062  out.append("\n");
2063 
2064  out.append(" brightness: ");
2065  sprintf(buffer, "%g", this->brightness);
2066  out.append(buffer);
2067  out.append("\n");
2068 
2069  out.append(" color_mode: ");
2070  out.append(proto_enum_to_string<enums::ColorMode>(this->color_mode));
2071  out.append("\n");
2072 
2073  out.append(" color_brightness: ");
2074  sprintf(buffer, "%g", this->color_brightness);
2075  out.append(buffer);
2076  out.append("\n");
2077 
2078  out.append(" red: ");
2079  sprintf(buffer, "%g", this->red);
2080  out.append(buffer);
2081  out.append("\n");
2082 
2083  out.append(" green: ");
2084  sprintf(buffer, "%g", this->green);
2085  out.append(buffer);
2086  out.append("\n");
2087 
2088  out.append(" blue: ");
2089  sprintf(buffer, "%g", this->blue);
2090  out.append(buffer);
2091  out.append("\n");
2092 
2093  out.append(" white: ");
2094  sprintf(buffer, "%g", this->white);
2095  out.append(buffer);
2096  out.append("\n");
2097 
2098  out.append(" color_temperature: ");
2099  sprintf(buffer, "%g", this->color_temperature);
2100  out.append(buffer);
2101  out.append("\n");
2102 
2103  out.append(" cold_white: ");
2104  sprintf(buffer, "%g", this->cold_white);
2105  out.append(buffer);
2106  out.append("\n");
2107 
2108  out.append(" warm_white: ");
2109  sprintf(buffer, "%g", this->warm_white);
2110  out.append(buffer);
2111  out.append("\n");
2112 
2113  out.append(" effect: ");
2114  out.append("'").append(this->effect).append("'");
2115  out.append("\n");
2116  out.append("}");
2117 }
2118 #endif
2119 bool LightCommandRequest::decode_varint(uint32_t field_id, ProtoVarInt value) {
2120  switch (field_id) {
2121  case 2: {
2122  this->has_state = value.as_bool();
2123  return true;
2124  }
2125  case 3: {
2126  this->state = value.as_bool();
2127  return true;
2128  }
2129  case 4: {
2130  this->has_brightness = value.as_bool();
2131  return true;
2132  }
2133  case 22: {
2134  this->has_color_mode = value.as_bool();
2135  return true;
2136  }
2137  case 23: {
2138  this->color_mode = value.as_enum<enums::ColorMode>();
2139  return true;
2140  }
2141  case 20: {
2142  this->has_color_brightness = value.as_bool();
2143  return true;
2144  }
2145  case 6: {
2146  this->has_rgb = value.as_bool();
2147  return true;
2148  }
2149  case 10: {
2150  this->has_white = value.as_bool();
2151  return true;
2152  }
2153  case 12: {
2154  this->has_color_temperature = value.as_bool();
2155  return true;
2156  }
2157  case 24: {
2158  this->has_cold_white = value.as_bool();
2159  return true;
2160  }
2161  case 26: {
2162  this->has_warm_white = value.as_bool();
2163  return true;
2164  }
2165  case 14: {
2166  this->has_transition_length = value.as_bool();
2167  return true;
2168  }
2169  case 15: {
2170  this->transition_length = value.as_uint32();
2171  return true;
2172  }
2173  case 16: {
2174  this->has_flash_length = value.as_bool();
2175  return true;
2176  }
2177  case 17: {
2178  this->flash_length = value.as_uint32();
2179  return true;
2180  }
2181  case 18: {
2182  this->has_effect = value.as_bool();
2183  return true;
2184  }
2185  default:
2186  return false;
2187  }
2188 }
2190  switch (field_id) {
2191  case 19: {
2192  this->effect = value.as_string();
2193  return true;
2194  }
2195  default:
2196  return false;
2197  }
2198 }
2199 bool LightCommandRequest::decode_32bit(uint32_t field_id, Proto32Bit value) {
2200  switch (field_id) {
2201  case 1: {
2202  this->key = value.as_fixed32();
2203  return true;
2204  }
2205  case 5: {
2206  this->brightness = value.as_float();
2207  return true;
2208  }
2209  case 21: {
2210  this->color_brightness = value.as_float();
2211  return true;
2212  }
2213  case 7: {
2214  this->red = value.as_float();
2215  return true;
2216  }
2217  case 8: {
2218  this->green = value.as_float();
2219  return true;
2220  }
2221  case 9: {
2222  this->blue = value.as_float();
2223  return true;
2224  }
2225  case 11: {
2226  this->white = value.as_float();
2227  return true;
2228  }
2229  case 13: {
2230  this->color_temperature = value.as_float();
2231  return true;
2232  }
2233  case 25: {
2234  this->cold_white = value.as_float();
2235  return true;
2236  }
2237  case 27: {
2238  this->warm_white = value.as_float();
2239  return true;
2240  }
2241  default:
2242  return false;
2243  }
2244 }
2246  buffer.encode_fixed32(1, this->key);
2247  buffer.encode_bool(2, this->has_state);
2248  buffer.encode_bool(3, this->state);
2249  buffer.encode_bool(4, this->has_brightness);
2250  buffer.encode_float(5, this->brightness);
2251  buffer.encode_bool(22, this->has_color_mode);
2252  buffer.encode_enum<enums::ColorMode>(23, this->color_mode);
2253  buffer.encode_bool(20, this->has_color_brightness);
2254  buffer.encode_float(21, this->color_brightness);
2255  buffer.encode_bool(6, this->has_rgb);
2256  buffer.encode_float(7, this->red);
2257  buffer.encode_float(8, this->green);
2258  buffer.encode_float(9, this->blue);
2259  buffer.encode_bool(10, this->has_white);
2260  buffer.encode_float(11, this->white);
2261  buffer.encode_bool(12, this->has_color_temperature);
2262  buffer.encode_float(13, this->color_temperature);
2263  buffer.encode_bool(24, this->has_cold_white);
2264  buffer.encode_float(25, this->cold_white);
2265  buffer.encode_bool(26, this->has_warm_white);
2266  buffer.encode_float(27, this->warm_white);
2267  buffer.encode_bool(14, this->has_transition_length);
2268  buffer.encode_uint32(15, this->transition_length);
2269  buffer.encode_bool(16, this->has_flash_length);
2270  buffer.encode_uint32(17, this->flash_length);
2271  buffer.encode_bool(18, this->has_effect);
2272  buffer.encode_string(19, this->effect);
2273 }
2274 #ifdef HAS_PROTO_MESSAGE_DUMP
2275 void LightCommandRequest::dump_to(std::string &out) const {
2276  __attribute__((unused)) char buffer[64];
2277  out.append("LightCommandRequest {\n");
2278  out.append(" key: ");
2279  sprintf(buffer, "%" PRIu32, this->key);
2280  out.append(buffer);
2281  out.append("\n");
2282 
2283  out.append(" has_state: ");
2284  out.append(YESNO(this->has_state));
2285  out.append("\n");
2286 
2287  out.append(" state: ");
2288  out.append(YESNO(this->state));
2289  out.append("\n");
2290 
2291  out.append(" has_brightness: ");
2292  out.append(YESNO(this->has_brightness));
2293  out.append("\n");
2294 
2295  out.append(" brightness: ");
2296  sprintf(buffer, "%g", this->brightness);
2297  out.append(buffer);
2298  out.append("\n");
2299 
2300  out.append(" has_color_mode: ");
2301  out.append(YESNO(this->has_color_mode));
2302  out.append("\n");
2303 
2304  out.append(" color_mode: ");
2305  out.append(proto_enum_to_string<enums::ColorMode>(this->color_mode));
2306  out.append("\n");
2307 
2308  out.append(" has_color_brightness: ");
2309  out.append(YESNO(this->has_color_brightness));
2310  out.append("\n");
2311 
2312  out.append(" color_brightness: ");
2313  sprintf(buffer, "%g", this->color_brightness);
2314  out.append(buffer);
2315  out.append("\n");
2316 
2317  out.append(" has_rgb: ");
2318  out.append(YESNO(this->has_rgb));
2319  out.append("\n");
2320 
2321  out.append(" red: ");
2322  sprintf(buffer, "%g", this->red);
2323  out.append(buffer);
2324  out.append("\n");
2325 
2326  out.append(" green: ");
2327  sprintf(buffer, "%g", this->green);
2328  out.append(buffer);
2329  out.append("\n");
2330 
2331  out.append(" blue: ");
2332  sprintf(buffer, "%g", this->blue);
2333  out.append(buffer);
2334  out.append("\n");
2335 
2336  out.append(" has_white: ");
2337  out.append(YESNO(this->has_white));
2338  out.append("\n");
2339 
2340  out.append(" white: ");
2341  sprintf(buffer, "%g", this->white);
2342  out.append(buffer);
2343  out.append("\n");
2344 
2345  out.append(" has_color_temperature: ");
2346  out.append(YESNO(this->has_color_temperature));
2347  out.append("\n");
2348 
2349  out.append(" color_temperature: ");
2350  sprintf(buffer, "%g", this->color_temperature);
2351  out.append(buffer);
2352  out.append("\n");
2353 
2354  out.append(" has_cold_white: ");
2355  out.append(YESNO(this->has_cold_white));
2356  out.append("\n");
2357 
2358  out.append(" cold_white: ");
2359  sprintf(buffer, "%g", this->cold_white);
2360  out.append(buffer);
2361  out.append("\n");
2362 
2363  out.append(" has_warm_white: ");
2364  out.append(YESNO(this->has_warm_white));
2365  out.append("\n");
2366 
2367  out.append(" warm_white: ");
2368  sprintf(buffer, "%g", this->warm_white);
2369  out.append(buffer);
2370  out.append("\n");
2371 
2372  out.append(" has_transition_length: ");
2373  out.append(YESNO(this->has_transition_length));
2374  out.append("\n");
2375 
2376  out.append(" transition_length: ");
2377  sprintf(buffer, "%" PRIu32, this->transition_length);
2378  out.append(buffer);
2379  out.append("\n");
2380 
2381  out.append(" has_flash_length: ");
2382  out.append(YESNO(this->has_flash_length));
2383  out.append("\n");
2384 
2385  out.append(" flash_length: ");
2386  sprintf(buffer, "%" PRIu32, this->flash_length);
2387  out.append(buffer);
2388  out.append("\n");
2389 
2390  out.append(" has_effect: ");
2391  out.append(YESNO(this->has_effect));
2392  out.append("\n");
2393 
2394  out.append(" effect: ");
2395  out.append("'").append(this->effect).append("'");
2396  out.append("\n");
2397  out.append("}");
2398 }
2399 #endif
2401  switch (field_id) {
2402  case 7: {
2403  this->accuracy_decimals = value.as_int32();
2404  return true;
2405  }
2406  case 8: {
2407  this->force_update = value.as_bool();
2408  return true;
2409  }
2410  case 10: {
2411  this->state_class = value.as_enum<enums::SensorStateClass>();
2412  return true;
2413  }
2414  case 11: {
2415  this->legacy_last_reset_type = value.as_enum<enums::SensorLastResetType>();
2416  return true;
2417  }
2418  case 12: {
2419  this->disabled_by_default = value.as_bool();
2420  return true;
2421  }
2422  case 13: {
2423  this->entity_category = value.as_enum<enums::EntityCategory>();
2424  return true;
2425  }
2426  default:
2427  return false;
2428  }
2429 }
2431  switch (field_id) {
2432  case 1: {
2433  this->object_id = value.as_string();
2434  return true;
2435  }
2436  case 3: {
2437  this->name = value.as_string();
2438  return true;
2439  }
2440  case 4: {
2441  this->unique_id = value.as_string();
2442  return true;
2443  }
2444  case 5: {
2445  this->icon = value.as_string();
2446  return true;
2447  }
2448  case 6: {
2449  this->unit_of_measurement = value.as_string();
2450  return true;
2451  }
2452  case 9: {
2453  this->device_class = value.as_string();
2454  return true;
2455  }
2456  default:
2457  return false;
2458  }
2459 }
2461  switch (field_id) {
2462  case 2: {
2463  this->key = value.as_fixed32();
2464  return true;
2465  }
2466  default:
2467  return false;
2468  }
2469 }
2471  buffer.encode_string(1, this->object_id);
2472  buffer.encode_fixed32(2, this->key);
2473  buffer.encode_string(3, this->name);
2474  buffer.encode_string(4, this->unique_id);
2475  buffer.encode_string(5, this->icon);
2476  buffer.encode_string(6, this->unit_of_measurement);
2477  buffer.encode_int32(7, this->accuracy_decimals);
2478  buffer.encode_bool(8, this->force_update);
2479  buffer.encode_string(9, this->device_class);
2480  buffer.encode_enum<enums::SensorStateClass>(10, this->state_class);
2481  buffer.encode_enum<enums::SensorLastResetType>(11, this->legacy_last_reset_type);
2482  buffer.encode_bool(12, this->disabled_by_default);
2483  buffer.encode_enum<enums::EntityCategory>(13, this->entity_category);
2484 }
2485 #ifdef HAS_PROTO_MESSAGE_DUMP
2486 void ListEntitiesSensorResponse::dump_to(std::string &out) const {
2487  __attribute__((unused)) char buffer[64];
2488  out.append("ListEntitiesSensorResponse {\n");
2489  out.append(" object_id: ");
2490  out.append("'").append(this->object_id).append("'");
2491  out.append("\n");
2492 
2493  out.append(" key: ");
2494  sprintf(buffer, "%" PRIu32, this->key);
2495  out.append(buffer);
2496  out.append("\n");
2497 
2498  out.append(" name: ");
2499  out.append("'").append(this->name).append("'");
2500  out.append("\n");
2501 
2502  out.append(" unique_id: ");
2503  out.append("'").append(this->unique_id).append("'");
2504  out.append("\n");
2505 
2506  out.append(" icon: ");
2507  out.append("'").append(this->icon).append("'");
2508  out.append("\n");
2509 
2510  out.append(" unit_of_measurement: ");
2511  out.append("'").append(this->unit_of_measurement).append("'");
2512  out.append("\n");
2513 
2514  out.append(" accuracy_decimals: ");
2515  sprintf(buffer, "%" PRId32, this->accuracy_decimals);
2516  out.append(buffer);
2517  out.append("\n");
2518 
2519  out.append(" force_update: ");
2520  out.append(YESNO(this->force_update));
2521  out.append("\n");
2522 
2523  out.append(" device_class: ");
2524  out.append("'").append(this->device_class).append("'");
2525  out.append("\n");
2526 
2527  out.append(" state_class: ");
2528  out.append(proto_enum_to_string<enums::SensorStateClass>(this->state_class));
2529  out.append("\n");
2530 
2531  out.append(" legacy_last_reset_type: ");
2532  out.append(proto_enum_to_string<enums::SensorLastResetType>(this->legacy_last_reset_type));
2533  out.append("\n");
2534 
2535  out.append(" disabled_by_default: ");
2536  out.append(YESNO(this->disabled_by_default));
2537  out.append("\n");
2538 
2539  out.append(" entity_category: ");
2540  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
2541  out.append("\n");
2542  out.append("}");
2543 }
2544 #endif
2545 bool SensorStateResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
2546  switch (field_id) {
2547  case 3: {
2548  this->missing_state = value.as_bool();
2549  return true;
2550  }
2551  default:
2552  return false;
2553  }
2554 }
2555 bool SensorStateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
2556  switch (field_id) {
2557  case 1: {
2558  this->key = value.as_fixed32();
2559  return true;
2560  }
2561  case 2: {
2562  this->state = value.as_float();
2563  return true;
2564  }
2565  default:
2566  return false;
2567  }
2568 }
2570  buffer.encode_fixed32(1, this->key);
2571  buffer.encode_float(2, this->state);
2572  buffer.encode_bool(3, this->missing_state);
2573 }
2574 #ifdef HAS_PROTO_MESSAGE_DUMP
2575 void SensorStateResponse::dump_to(std::string &out) const {
2576  __attribute__((unused)) char buffer[64];
2577  out.append("SensorStateResponse {\n");
2578  out.append(" key: ");
2579  sprintf(buffer, "%" PRIu32, this->key);
2580  out.append(buffer);
2581  out.append("\n");
2582 
2583  out.append(" state: ");
2584  sprintf(buffer, "%g", this->state);
2585  out.append(buffer);
2586  out.append("\n");
2587 
2588  out.append(" missing_state: ");
2589  out.append(YESNO(this->missing_state));
2590  out.append("\n");
2591  out.append("}");
2592 }
2593 #endif
2595  switch (field_id) {
2596  case 6: {
2597  this->assumed_state = value.as_bool();
2598  return true;
2599  }
2600  case 7: {
2601  this->disabled_by_default = value.as_bool();
2602  return true;
2603  }
2604  case 8: {
2605  this->entity_category = value.as_enum<enums::EntityCategory>();
2606  return true;
2607  }
2608  default:
2609  return false;
2610  }
2611 }
2613  switch (field_id) {
2614  case 1: {
2615  this->object_id = value.as_string();
2616  return true;
2617  }
2618  case 3: {
2619  this->name = value.as_string();
2620  return true;
2621  }
2622  case 4: {
2623  this->unique_id = value.as_string();
2624  return true;
2625  }
2626  case 5: {
2627  this->icon = value.as_string();
2628  return true;
2629  }
2630  case 9: {
2631  this->device_class = value.as_string();
2632  return true;
2633  }
2634  default:
2635  return false;
2636  }
2637 }
2639  switch (field_id) {
2640  case 2: {
2641  this->key = value.as_fixed32();
2642  return true;
2643  }
2644  default:
2645  return false;
2646  }
2647 }
2649  buffer.encode_string(1, this->object_id);
2650  buffer.encode_fixed32(2, this->key);
2651  buffer.encode_string(3, this->name);
2652  buffer.encode_string(4, this->unique_id);
2653  buffer.encode_string(5, this->icon);
2654  buffer.encode_bool(6, this->assumed_state);
2655  buffer.encode_bool(7, this->disabled_by_default);
2656  buffer.encode_enum<enums::EntityCategory>(8, this->entity_category);
2657  buffer.encode_string(9, this->device_class);
2658 }
2659 #ifdef HAS_PROTO_MESSAGE_DUMP
2660 void ListEntitiesSwitchResponse::dump_to(std::string &out) const {
2661  __attribute__((unused)) char buffer[64];
2662  out.append("ListEntitiesSwitchResponse {\n");
2663  out.append(" object_id: ");
2664  out.append("'").append(this->object_id).append("'");
2665  out.append("\n");
2666 
2667  out.append(" key: ");
2668  sprintf(buffer, "%" PRIu32, this->key);
2669  out.append(buffer);
2670  out.append("\n");
2671 
2672  out.append(" name: ");
2673  out.append("'").append(this->name).append("'");
2674  out.append("\n");
2675 
2676  out.append(" unique_id: ");
2677  out.append("'").append(this->unique_id).append("'");
2678  out.append("\n");
2679 
2680  out.append(" icon: ");
2681  out.append("'").append(this->icon).append("'");
2682  out.append("\n");
2683 
2684  out.append(" assumed_state: ");
2685  out.append(YESNO(this->assumed_state));
2686  out.append("\n");
2687 
2688  out.append(" disabled_by_default: ");
2689  out.append(YESNO(this->disabled_by_default));
2690  out.append("\n");
2691 
2692  out.append(" entity_category: ");
2693  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
2694  out.append("\n");
2695 
2696  out.append(" device_class: ");
2697  out.append("'").append(this->device_class).append("'");
2698  out.append("\n");
2699  out.append("}");
2700 }
2701 #endif
2702 bool SwitchStateResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
2703  switch (field_id) {
2704  case 2: {
2705  this->state = value.as_bool();
2706  return true;
2707  }
2708  default:
2709  return false;
2710  }
2711 }
2712 bool SwitchStateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
2713  switch (field_id) {
2714  case 1: {
2715  this->key = value.as_fixed32();
2716  return true;
2717  }
2718  default:
2719  return false;
2720  }
2721 }
2723  buffer.encode_fixed32(1, this->key);
2724  buffer.encode_bool(2, this->state);
2725 }
2726 #ifdef HAS_PROTO_MESSAGE_DUMP
2727 void SwitchStateResponse::dump_to(std::string &out) const {
2728  __attribute__((unused)) char buffer[64];
2729  out.append("SwitchStateResponse {\n");
2730  out.append(" key: ");
2731  sprintf(buffer, "%" PRIu32, this->key);
2732  out.append(buffer);
2733  out.append("\n");
2734 
2735  out.append(" state: ");
2736  out.append(YESNO(this->state));
2737  out.append("\n");
2738  out.append("}");
2739 }
2740 #endif
2741 bool SwitchCommandRequest::decode_varint(uint32_t field_id, ProtoVarInt value) {
2742  switch (field_id) {
2743  case 2: {
2744  this->state = value.as_bool();
2745  return true;
2746  }
2747  default:
2748  return false;
2749  }
2750 }
2751 bool SwitchCommandRequest::decode_32bit(uint32_t field_id, Proto32Bit value) {
2752  switch (field_id) {
2753  case 1: {
2754  this->key = value.as_fixed32();
2755  return true;
2756  }
2757  default:
2758  return false;
2759  }
2760 }
2762  buffer.encode_fixed32(1, this->key);
2763  buffer.encode_bool(2, this->state);
2764 }
2765 #ifdef HAS_PROTO_MESSAGE_DUMP
2766 void SwitchCommandRequest::dump_to(std::string &out) const {
2767  __attribute__((unused)) char buffer[64];
2768  out.append("SwitchCommandRequest {\n");
2769  out.append(" key: ");
2770  sprintf(buffer, "%" PRIu32, this->key);
2771  out.append(buffer);
2772  out.append("\n");
2773 
2774  out.append(" state: ");
2775  out.append(YESNO(this->state));
2776  out.append("\n");
2777  out.append("}");
2778 }
2779 #endif
2781  switch (field_id) {
2782  case 6: {
2783  this->disabled_by_default = value.as_bool();
2784  return true;
2785  }
2786  case 7: {
2787  this->entity_category = value.as_enum<enums::EntityCategory>();
2788  return true;
2789  }
2790  default:
2791  return false;
2792  }
2793 }
2795  switch (field_id) {
2796  case 1: {
2797  this->object_id = value.as_string();
2798  return true;
2799  }
2800  case 3: {
2801  this->name = value.as_string();
2802  return true;
2803  }
2804  case 4: {
2805  this->unique_id = value.as_string();
2806  return true;
2807  }
2808  case 5: {
2809  this->icon = value.as_string();
2810  return true;
2811  }
2812  case 8: {
2813  this->device_class = value.as_string();
2814  return true;
2815  }
2816  default:
2817  return false;
2818  }
2819 }
2821  switch (field_id) {
2822  case 2: {
2823  this->key = value.as_fixed32();
2824  return true;
2825  }
2826  default:
2827  return false;
2828  }
2829 }
2831  buffer.encode_string(1, this->object_id);
2832  buffer.encode_fixed32(2, this->key);
2833  buffer.encode_string(3, this->name);
2834  buffer.encode_string(4, this->unique_id);
2835  buffer.encode_string(5, this->icon);
2836  buffer.encode_bool(6, this->disabled_by_default);
2837  buffer.encode_enum<enums::EntityCategory>(7, this->entity_category);
2838  buffer.encode_string(8, this->device_class);
2839 }
2840 #ifdef HAS_PROTO_MESSAGE_DUMP
2841 void ListEntitiesTextSensorResponse::dump_to(std::string &out) const {
2842  __attribute__((unused)) char buffer[64];
2843  out.append("ListEntitiesTextSensorResponse {\n");
2844  out.append(" object_id: ");
2845  out.append("'").append(this->object_id).append("'");
2846  out.append("\n");
2847 
2848  out.append(" key: ");
2849  sprintf(buffer, "%" PRIu32, this->key);
2850  out.append(buffer);
2851  out.append("\n");
2852 
2853  out.append(" name: ");
2854  out.append("'").append(this->name).append("'");
2855  out.append("\n");
2856 
2857  out.append(" unique_id: ");
2858  out.append("'").append(this->unique_id).append("'");
2859  out.append("\n");
2860 
2861  out.append(" icon: ");
2862  out.append("'").append(this->icon).append("'");
2863  out.append("\n");
2864 
2865  out.append(" disabled_by_default: ");
2866  out.append(YESNO(this->disabled_by_default));
2867  out.append("\n");
2868 
2869  out.append(" entity_category: ");
2870  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
2871  out.append("\n");
2872 
2873  out.append(" device_class: ");
2874  out.append("'").append(this->device_class).append("'");
2875  out.append("\n");
2876  out.append("}");
2877 }
2878 #endif
2879 bool TextSensorStateResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
2880  switch (field_id) {
2881  case 3: {
2882  this->missing_state = value.as_bool();
2883  return true;
2884  }
2885  default:
2886  return false;
2887  }
2888 }
2890  switch (field_id) {
2891  case 2: {
2892  this->state = value.as_string();
2893  return true;
2894  }
2895  default:
2896  return false;
2897  }
2898 }
2899 bool TextSensorStateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
2900  switch (field_id) {
2901  case 1: {
2902  this->key = value.as_fixed32();
2903  return true;
2904  }
2905  default:
2906  return false;
2907  }
2908 }
2910  buffer.encode_fixed32(1, this->key);
2911  buffer.encode_string(2, this->state);
2912  buffer.encode_bool(3, this->missing_state);
2913 }
2914 #ifdef HAS_PROTO_MESSAGE_DUMP
2915 void TextSensorStateResponse::dump_to(std::string &out) const {
2916  __attribute__((unused)) char buffer[64];
2917  out.append("TextSensorStateResponse {\n");
2918  out.append(" key: ");
2919  sprintf(buffer, "%" PRIu32, this->key);
2920  out.append(buffer);
2921  out.append("\n");
2922 
2923  out.append(" state: ");
2924  out.append("'").append(this->state).append("'");
2925  out.append("\n");
2926 
2927  out.append(" missing_state: ");
2928  out.append(YESNO(this->missing_state));
2929  out.append("\n");
2930  out.append("}");
2931 }
2932 #endif
2933 bool SubscribeLogsRequest::decode_varint(uint32_t field_id, ProtoVarInt value) {
2934  switch (field_id) {
2935  case 1: {
2936  this->level = value.as_enum<enums::LogLevel>();
2937  return true;
2938  }
2939  case 2: {
2940  this->dump_config = value.as_bool();
2941  return true;
2942  }
2943  default:
2944  return false;
2945  }
2946 }
2948  buffer.encode_enum<enums::LogLevel>(1, this->level);
2949  buffer.encode_bool(2, this->dump_config);
2950 }
2951 #ifdef HAS_PROTO_MESSAGE_DUMP
2952 void SubscribeLogsRequest::dump_to(std::string &out) const {
2953  __attribute__((unused)) char buffer[64];
2954  out.append("SubscribeLogsRequest {\n");
2955  out.append(" level: ");
2956  out.append(proto_enum_to_string<enums::LogLevel>(this->level));
2957  out.append("\n");
2958 
2959  out.append(" dump_config: ");
2960  out.append(YESNO(this->dump_config));
2961  out.append("\n");
2962  out.append("}");
2963 }
2964 #endif
2965 bool SubscribeLogsResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
2966  switch (field_id) {
2967  case 1: {
2968  this->level = value.as_enum<enums::LogLevel>();
2969  return true;
2970  }
2971  case 4: {
2972  this->send_failed = value.as_bool();
2973  return true;
2974  }
2975  default:
2976  return false;
2977  }
2978 }
2980  switch (field_id) {
2981  case 3: {
2982  this->message = value.as_string();
2983  return true;
2984  }
2985  default:
2986  return false;
2987  }
2988 }
2990  buffer.encode_enum<enums::LogLevel>(1, this->level);
2991  buffer.encode_string(3, this->message);
2992  buffer.encode_bool(4, this->send_failed);
2993 }
2994 #ifdef HAS_PROTO_MESSAGE_DUMP
2995 void SubscribeLogsResponse::dump_to(std::string &out) const {
2996  __attribute__((unused)) char buffer[64];
2997  out.append("SubscribeLogsResponse {\n");
2998  out.append(" level: ");
2999  out.append(proto_enum_to_string<enums::LogLevel>(this->level));
3000  out.append("\n");
3001 
3002  out.append(" message: ");
3003  out.append("'").append(this->message).append("'");
3004  out.append("\n");
3005 
3006  out.append(" send_failed: ");
3007  out.append(YESNO(this->send_failed));
3008  out.append("\n");
3009  out.append("}");
3010 }
3011 #endif
3013 #ifdef HAS_PROTO_MESSAGE_DUMP
3015  out.append("SubscribeHomeassistantServicesRequest {}");
3016 }
3017 #endif
3019  switch (field_id) {
3020  case 1: {
3021  this->key = value.as_string();
3022  return true;
3023  }
3024  case 2: {
3025  this->value = value.as_string();
3026  return true;
3027  }
3028  default:
3029  return false;
3030  }
3031 }
3033  buffer.encode_string(1, this->key);
3034  buffer.encode_string(2, this->value);
3035 }
3036 #ifdef HAS_PROTO_MESSAGE_DUMP
3037 void HomeassistantServiceMap::dump_to(std::string &out) const {
3038  __attribute__((unused)) char buffer[64];
3039  out.append("HomeassistantServiceMap {\n");
3040  out.append(" key: ");
3041  out.append("'").append(this->key).append("'");
3042  out.append("\n");
3043 
3044  out.append(" value: ");
3045  out.append("'").append(this->value).append("'");
3046  out.append("\n");
3047  out.append("}");
3048 }
3049 #endif
3051  switch (field_id) {
3052  case 5: {
3053  this->is_event = value.as_bool();
3054  return true;
3055  }
3056  default:
3057  return false;
3058  }
3059 }
3061  switch (field_id) {
3062  case 1: {
3063  this->service = value.as_string();
3064  return true;
3065  }
3066  case 2: {
3067  this->data.push_back(value.as_message<HomeassistantServiceMap>());
3068  return true;
3069  }
3070  case 3: {
3071  this->data_template.push_back(value.as_message<HomeassistantServiceMap>());
3072  return true;
3073  }
3074  case 4: {
3075  this->variables.push_back(value.as_message<HomeassistantServiceMap>());
3076  return true;
3077  }
3078  default:
3079  return false;
3080  }
3081 }
3083  buffer.encode_string(1, this->service);
3084  for (auto &it : this->data) {
3085  buffer.encode_message<HomeassistantServiceMap>(2, it, true);
3086  }
3087  for (auto &it : this->data_template) {
3088  buffer.encode_message<HomeassistantServiceMap>(3, it, true);
3089  }
3090  for (auto &it : this->variables) {
3091  buffer.encode_message<HomeassistantServiceMap>(4, it, true);
3092  }
3093  buffer.encode_bool(5, this->is_event);
3094 }
3095 #ifdef HAS_PROTO_MESSAGE_DUMP
3096 void HomeassistantServiceResponse::dump_to(std::string &out) const {
3097  __attribute__((unused)) char buffer[64];
3098  out.append("HomeassistantServiceResponse {\n");
3099  out.append(" service: ");
3100  out.append("'").append(this->service).append("'");
3101  out.append("\n");
3102 
3103  for (const auto &it : this->data) {
3104  out.append(" data: ");
3105  it.dump_to(out);
3106  out.append("\n");
3107  }
3108 
3109  for (const auto &it : this->data_template) {
3110  out.append(" data_template: ");
3111  it.dump_to(out);
3112  out.append("\n");
3113  }
3114 
3115  for (const auto &it : this->variables) {
3116  out.append(" variables: ");
3117  it.dump_to(out);
3118  out.append("\n");
3119  }
3120 
3121  out.append(" is_event: ");
3122  out.append(YESNO(this->is_event));
3123  out.append("\n");
3124  out.append("}");
3125 }
3126 #endif
3128 #ifdef HAS_PROTO_MESSAGE_DUMP
3129 void SubscribeHomeAssistantStatesRequest::dump_to(std::string &out) const {
3130  out.append("SubscribeHomeAssistantStatesRequest {}");
3131 }
3132 #endif
3134  switch (field_id) {
3135  case 3: {
3136  this->once = value.as_bool();
3137  return true;
3138  }
3139  default:
3140  return false;
3141  }
3142 }
3144  switch (field_id) {
3145  case 1: {
3146  this->entity_id = value.as_string();
3147  return true;
3148  }
3149  case 2: {
3150  this->attribute = value.as_string();
3151  return true;
3152  }
3153  default:
3154  return false;
3155  }
3156 }
3158  buffer.encode_string(1, this->entity_id);
3159  buffer.encode_string(2, this->attribute);
3160  buffer.encode_bool(3, this->once);
3161 }
3162 #ifdef HAS_PROTO_MESSAGE_DUMP
3163 void SubscribeHomeAssistantStateResponse::dump_to(std::string &out) const {
3164  __attribute__((unused)) char buffer[64];
3165  out.append("SubscribeHomeAssistantStateResponse {\n");
3166  out.append(" entity_id: ");
3167  out.append("'").append(this->entity_id).append("'");
3168  out.append("\n");
3169 
3170  out.append(" attribute: ");
3171  out.append("'").append(this->attribute).append("'");
3172  out.append("\n");
3173 
3174  out.append(" once: ");
3175  out.append(YESNO(this->once));
3176  out.append("\n");
3177  out.append("}");
3178 }
3179 #endif
3181  switch (field_id) {
3182  case 1: {
3183  this->entity_id = value.as_string();
3184  return true;
3185  }
3186  case 2: {
3187  this->state = value.as_string();
3188  return true;
3189  }
3190  case 3: {
3191  this->attribute = value.as_string();
3192  return true;
3193  }
3194  default:
3195  return false;
3196  }
3197 }
3199  buffer.encode_string(1, this->entity_id);
3200  buffer.encode_string(2, this->state);
3201  buffer.encode_string(3, this->attribute);
3202 }
3203 #ifdef HAS_PROTO_MESSAGE_DUMP
3204 void HomeAssistantStateResponse::dump_to(std::string &out) const {
3205  __attribute__((unused)) char buffer[64];
3206  out.append("HomeAssistantStateResponse {\n");
3207  out.append(" entity_id: ");
3208  out.append("'").append(this->entity_id).append("'");
3209  out.append("\n");
3210 
3211  out.append(" state: ");
3212  out.append("'").append(this->state).append("'");
3213  out.append("\n");
3214 
3215  out.append(" attribute: ");
3216  out.append("'").append(this->attribute).append("'");
3217  out.append("\n");
3218  out.append("}");
3219 }
3220 #endif
3222 #ifdef HAS_PROTO_MESSAGE_DUMP
3223 void GetTimeRequest::dump_to(std::string &out) const { out.append("GetTimeRequest {}"); }
3224 #endif
3225 bool GetTimeResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
3226  switch (field_id) {
3227  case 1: {
3228  this->epoch_seconds = value.as_fixed32();
3229  return true;
3230  }
3231  default:
3232  return false;
3233  }
3234 }
3235 void GetTimeResponse::encode(ProtoWriteBuffer buffer) const { buffer.encode_fixed32(1, this->epoch_seconds); }
3236 #ifdef HAS_PROTO_MESSAGE_DUMP
3237 void GetTimeResponse::dump_to(std::string &out) const {
3238  __attribute__((unused)) char buffer[64];
3239  out.append("GetTimeResponse {\n");
3240  out.append(" epoch_seconds: ");
3241  sprintf(buffer, "%" PRIu32, this->epoch_seconds);
3242  out.append(buffer);
3243  out.append("\n");
3244  out.append("}");
3245 }
3246 #endif
3248  switch (field_id) {
3249  case 2: {
3250  this->type = value.as_enum<enums::ServiceArgType>();
3251  return true;
3252  }
3253  default:
3254  return false;
3255  }
3256 }
3258  switch (field_id) {
3259  case 1: {
3260  this->name = value.as_string();
3261  return true;
3262  }
3263  default:
3264  return false;
3265  }
3266 }
3268  buffer.encode_string(1, this->name);
3269  buffer.encode_enum<enums::ServiceArgType>(2, this->type);
3270 }
3271 #ifdef HAS_PROTO_MESSAGE_DUMP
3272 void ListEntitiesServicesArgument::dump_to(std::string &out) const {
3273  __attribute__((unused)) char buffer[64];
3274  out.append("ListEntitiesServicesArgument {\n");
3275  out.append(" name: ");
3276  out.append("'").append(this->name).append("'");
3277  out.append("\n");
3278 
3279  out.append(" type: ");
3280  out.append(proto_enum_to_string<enums::ServiceArgType>(this->type));
3281  out.append("\n");
3282  out.append("}");
3283 }
3284 #endif
3286  switch (field_id) {
3287  case 1: {
3288  this->name = value.as_string();
3289  return true;
3290  }
3291  case 3: {
3292  this->args.push_back(value.as_message<ListEntitiesServicesArgument>());
3293  return true;
3294  }
3295  default:
3296  return false;
3297  }
3298 }
3300  switch (field_id) {
3301  case 2: {
3302  this->key = value.as_fixed32();
3303  return true;
3304  }
3305  default:
3306  return false;
3307  }
3308 }
3310  buffer.encode_string(1, this->name);
3311  buffer.encode_fixed32(2, this->key);
3312  for (auto &it : this->args) {
3313  buffer.encode_message<ListEntitiesServicesArgument>(3, it, true);
3314  }
3315 }
3316 #ifdef HAS_PROTO_MESSAGE_DUMP
3317 void ListEntitiesServicesResponse::dump_to(std::string &out) const {
3318  __attribute__((unused)) char buffer[64];
3319  out.append("ListEntitiesServicesResponse {\n");
3320  out.append(" name: ");
3321  out.append("'").append(this->name).append("'");
3322  out.append("\n");
3323 
3324  out.append(" key: ");
3325  sprintf(buffer, "%" PRIu32, this->key);
3326  out.append(buffer);
3327  out.append("\n");
3328 
3329  for (const auto &it : this->args) {
3330  out.append(" args: ");
3331  it.dump_to(out);
3332  out.append("\n");
3333  }
3334  out.append("}");
3335 }
3336 #endif
3337 bool ExecuteServiceArgument::decode_varint(uint32_t field_id, ProtoVarInt value) {
3338  switch (field_id) {
3339  case 1: {
3340  this->bool_ = value.as_bool();
3341  return true;
3342  }
3343  case 2: {
3344  this->legacy_int = value.as_int32();
3345  return true;
3346  }
3347  case 5: {
3348  this->int_ = value.as_sint32();
3349  return true;
3350  }
3351  case 6: {
3352  this->bool_array.push_back(value.as_bool());
3353  return true;
3354  }
3355  case 7: {
3356  this->int_array.push_back(value.as_sint32());
3357  return true;
3358  }
3359  default:
3360  return false;
3361  }
3362 }
3364  switch (field_id) {
3365  case 4: {
3366  this->string_ = value.as_string();
3367  return true;
3368  }
3369  case 9: {
3370  this->string_array.push_back(value.as_string());
3371  return true;
3372  }
3373  default:
3374  return false;
3375  }
3376 }
3377 bool ExecuteServiceArgument::decode_32bit(uint32_t field_id, Proto32Bit value) {
3378  switch (field_id) {
3379  case 3: {
3380  this->float_ = value.as_float();
3381  return true;
3382  }
3383  case 8: {
3384  this->float_array.push_back(value.as_float());
3385  return true;
3386  }
3387  default:
3388  return false;
3389  }
3390 }
3392  buffer.encode_bool(1, this->bool_);
3393  buffer.encode_int32(2, this->legacy_int);
3394  buffer.encode_float(3, this->float_);
3395  buffer.encode_string(4, this->string_);
3396  buffer.encode_sint32(5, this->int_);
3397  for (auto it : this->bool_array) {
3398  buffer.encode_bool(6, it, true);
3399  }
3400  for (auto &it : this->int_array) {
3401  buffer.encode_sint32(7, it, true);
3402  }
3403  for (auto &it : this->float_array) {
3404  buffer.encode_float(8, it, true);
3405  }
3406  for (auto &it : this->string_array) {
3407  buffer.encode_string(9, it, true);
3408  }
3409 }
3410 #ifdef HAS_PROTO_MESSAGE_DUMP
3411 void ExecuteServiceArgument::dump_to(std::string &out) const {
3412  __attribute__((unused)) char buffer[64];
3413  out.append("ExecuteServiceArgument {\n");
3414  out.append(" bool_: ");
3415  out.append(YESNO(this->bool_));
3416  out.append("\n");
3417 
3418  out.append(" legacy_int: ");
3419  sprintf(buffer, "%" PRId32, this->legacy_int);
3420  out.append(buffer);
3421  out.append("\n");
3422 
3423  out.append(" float_: ");
3424  sprintf(buffer, "%g", this->float_);
3425  out.append(buffer);
3426  out.append("\n");
3427 
3428  out.append(" string_: ");
3429  out.append("'").append(this->string_).append("'");
3430  out.append("\n");
3431 
3432  out.append(" int_: ");
3433  sprintf(buffer, "%" PRId32, this->int_);
3434  out.append(buffer);
3435  out.append("\n");
3436 
3437  for (const auto it : this->bool_array) {
3438  out.append(" bool_array: ");
3439  out.append(YESNO(it));
3440  out.append("\n");
3441  }
3442 
3443  for (const auto &it : this->int_array) {
3444  out.append(" int_array: ");
3445  sprintf(buffer, "%" PRId32, it);
3446  out.append(buffer);
3447  out.append("\n");
3448  }
3449 
3450  for (const auto &it : this->float_array) {
3451  out.append(" float_array: ");
3452  sprintf(buffer, "%g", it);
3453  out.append(buffer);
3454  out.append("\n");
3455  }
3456 
3457  for (const auto &it : this->string_array) {
3458  out.append(" string_array: ");
3459  out.append("'").append(it).append("'");
3460  out.append("\n");
3461  }
3462  out.append("}");
3463 }
3464 #endif
3466  switch (field_id) {
3467  case 2: {
3468  this->args.push_back(value.as_message<ExecuteServiceArgument>());
3469  return true;
3470  }
3471  default:
3472  return false;
3473  }
3474 }
3475 bool ExecuteServiceRequest::decode_32bit(uint32_t field_id, Proto32Bit value) {
3476  switch (field_id) {
3477  case 1: {
3478  this->key = value.as_fixed32();
3479  return true;
3480  }
3481  default:
3482  return false;
3483  }
3484 }
3486  buffer.encode_fixed32(1, this->key);
3487  for (auto &it : this->args) {
3488  buffer.encode_message<ExecuteServiceArgument>(2, it, true);
3489  }
3490 }
3491 #ifdef HAS_PROTO_MESSAGE_DUMP
3492 void ExecuteServiceRequest::dump_to(std::string &out) const {
3493  __attribute__((unused)) char buffer[64];
3494  out.append("ExecuteServiceRequest {\n");
3495  out.append(" key: ");
3496  sprintf(buffer, "%" PRIu32, this->key);
3497  out.append(buffer);
3498  out.append("\n");
3499 
3500  for (const auto &it : this->args) {
3501  out.append(" args: ");
3502  it.dump_to(out);
3503  out.append("\n");
3504  }
3505  out.append("}");
3506 }
3507 #endif
3509  switch (field_id) {
3510  case 5: {
3511  this->disabled_by_default = value.as_bool();
3512  return true;
3513  }
3514  case 7: {
3515  this->entity_category = value.as_enum<enums::EntityCategory>();
3516  return true;
3517  }
3518  default:
3519  return false;
3520  }
3521 }
3523  switch (field_id) {
3524  case 1: {
3525  this->object_id = value.as_string();
3526  return true;
3527  }
3528  case 3: {
3529  this->name = value.as_string();
3530  return true;
3531  }
3532  case 4: {
3533  this->unique_id = value.as_string();
3534  return true;
3535  }
3536  case 6: {
3537  this->icon = value.as_string();
3538  return true;
3539  }
3540  default:
3541  return false;
3542  }
3543 }
3545  switch (field_id) {
3546  case 2: {
3547  this->key = value.as_fixed32();
3548  return true;
3549  }
3550  default:
3551  return false;
3552  }
3553 }
3555  buffer.encode_string(1, this->object_id);
3556  buffer.encode_fixed32(2, this->key);
3557  buffer.encode_string(3, this->name);
3558  buffer.encode_string(4, this->unique_id);
3559  buffer.encode_bool(5, this->disabled_by_default);
3560  buffer.encode_string(6, this->icon);
3561  buffer.encode_enum<enums::EntityCategory>(7, this->entity_category);
3562 }
3563 #ifdef HAS_PROTO_MESSAGE_DUMP
3564 void ListEntitiesCameraResponse::dump_to(std::string &out) const {
3565  __attribute__((unused)) char buffer[64];
3566  out.append("ListEntitiesCameraResponse {\n");
3567  out.append(" object_id: ");
3568  out.append("'").append(this->object_id).append("'");
3569  out.append("\n");
3570 
3571  out.append(" key: ");
3572  sprintf(buffer, "%" PRIu32, this->key);
3573  out.append(buffer);
3574  out.append("\n");
3575 
3576  out.append(" name: ");
3577  out.append("'").append(this->name).append("'");
3578  out.append("\n");
3579 
3580  out.append(" unique_id: ");
3581  out.append("'").append(this->unique_id).append("'");
3582  out.append("\n");
3583 
3584  out.append(" disabled_by_default: ");
3585  out.append(YESNO(this->disabled_by_default));
3586  out.append("\n");
3587 
3588  out.append(" icon: ");
3589  out.append("'").append(this->icon).append("'");
3590  out.append("\n");
3591 
3592  out.append(" entity_category: ");
3593  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
3594  out.append("\n");
3595  out.append("}");
3596 }
3597 #endif
3598 bool CameraImageResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
3599  switch (field_id) {
3600  case 3: {
3601  this->done = value.as_bool();
3602  return true;
3603  }
3604  default:
3605  return false;
3606  }
3607 }
3609  switch (field_id) {
3610  case 2: {
3611  this->data = value.as_string();
3612  return true;
3613  }
3614  default:
3615  return false;
3616  }
3617 }
3618 bool CameraImageResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
3619  switch (field_id) {
3620  case 1: {
3621  this->key = value.as_fixed32();
3622  return true;
3623  }
3624  default:
3625  return false;
3626  }
3627 }
3629  buffer.encode_fixed32(1, this->key);
3630  buffer.encode_string(2, this->data);
3631  buffer.encode_bool(3, this->done);
3632 }
3633 #ifdef HAS_PROTO_MESSAGE_DUMP
3634 void CameraImageResponse::dump_to(std::string &out) const {
3635  __attribute__((unused)) char buffer[64];
3636  out.append("CameraImageResponse {\n");
3637  out.append(" key: ");
3638  sprintf(buffer, "%" PRIu32, this->key);
3639  out.append(buffer);
3640  out.append("\n");
3641 
3642  out.append(" data: ");
3643  out.append("'").append(this->data).append("'");
3644  out.append("\n");
3645 
3646  out.append(" done: ");
3647  out.append(YESNO(this->done));
3648  out.append("\n");
3649  out.append("}");
3650 }
3651 #endif
3652 bool CameraImageRequest::decode_varint(uint32_t field_id, ProtoVarInt value) {
3653  switch (field_id) {
3654  case 1: {
3655  this->single = value.as_bool();
3656  return true;
3657  }
3658  case 2: {
3659  this->stream = value.as_bool();
3660  return true;
3661  }
3662  default:
3663  return false;
3664  }
3665 }
3667  buffer.encode_bool(1, this->single);
3668  buffer.encode_bool(2, this->stream);
3669 }
3670 #ifdef HAS_PROTO_MESSAGE_DUMP
3671 void CameraImageRequest::dump_to(std::string &out) const {
3672  __attribute__((unused)) char buffer[64];
3673  out.append("CameraImageRequest {\n");
3674  out.append(" single: ");
3675  out.append(YESNO(this->single));
3676  out.append("\n");
3677 
3678  out.append(" stream: ");
3679  out.append(YESNO(this->stream));
3680  out.append("\n");
3681  out.append("}");
3682 }
3683 #endif
3685  switch (field_id) {
3686  case 5: {
3687  this->supports_current_temperature = value.as_bool();
3688  return true;
3689  }
3690  case 6: {
3691  this->supports_two_point_target_temperature = value.as_bool();
3692  return true;
3693  }
3694  case 7: {
3695  this->supported_modes.push_back(value.as_enum<enums::ClimateMode>());
3696  return true;
3697  }
3698  case 11: {
3699  this->legacy_supports_away = value.as_bool();
3700  return true;
3701  }
3702  case 12: {
3703  this->supports_action = value.as_bool();
3704  return true;
3705  }
3706  case 13: {
3707  this->supported_fan_modes.push_back(value.as_enum<enums::ClimateFanMode>());
3708  return true;
3709  }
3710  case 14: {
3711  this->supported_swing_modes.push_back(value.as_enum<enums::ClimateSwingMode>());
3712  return true;
3713  }
3714  case 16: {
3715  this->supported_presets.push_back(value.as_enum<enums::ClimatePreset>());
3716  return true;
3717  }
3718  case 18: {
3719  this->disabled_by_default = value.as_bool();
3720  return true;
3721  }
3722  case 20: {
3723  this->entity_category = value.as_enum<enums::EntityCategory>();
3724  return true;
3725  }
3726  case 22: {
3727  this->supports_current_humidity = value.as_bool();
3728  return true;
3729  }
3730  case 23: {
3731  this->supports_target_humidity = value.as_bool();
3732  return true;
3733  }
3734  default:
3735  return false;
3736  }
3737 }
3739  switch (field_id) {
3740  case 1: {
3741  this->object_id = value.as_string();
3742  return true;
3743  }
3744  case 3: {
3745  this->name = value.as_string();
3746  return true;
3747  }
3748  case 4: {
3749  this->unique_id = value.as_string();
3750  return true;
3751  }
3752  case 15: {
3753  this->supported_custom_fan_modes.push_back(value.as_string());
3754  return true;
3755  }
3756  case 17: {
3757  this->supported_custom_presets.push_back(value.as_string());
3758  return true;
3759  }
3760  case 19: {
3761  this->icon = value.as_string();
3762  return true;
3763  }
3764  default:
3765  return false;
3766  }
3767 }
3769  switch (field_id) {
3770  case 2: {
3771  this->key = value.as_fixed32();
3772  return true;
3773  }
3774  case 8: {
3775  this->visual_min_temperature = value.as_float();
3776  return true;
3777  }
3778  case 9: {
3779  this->visual_max_temperature = value.as_float();
3780  return true;
3781  }
3782  case 10: {
3783  this->visual_target_temperature_step = value.as_float();
3784  return true;
3785  }
3786  case 21: {
3787  this->visual_current_temperature_step = value.as_float();
3788  return true;
3789  }
3790  case 24: {
3791  this->visual_min_humidity = value.as_float();
3792  return true;
3793  }
3794  case 25: {
3795  this->visual_max_humidity = value.as_float();
3796  return true;
3797  }
3798  default:
3799  return false;
3800  }
3801 }
3803  buffer.encode_string(1, this->object_id);
3804  buffer.encode_fixed32(2, this->key);
3805  buffer.encode_string(3, this->name);
3806  buffer.encode_string(4, this->unique_id);
3807  buffer.encode_bool(5, this->supports_current_temperature);
3808  buffer.encode_bool(6, this->supports_two_point_target_temperature);
3809  for (auto &it : this->supported_modes) {
3810  buffer.encode_enum<enums::ClimateMode>(7, it, true);
3811  }
3812  buffer.encode_float(8, this->visual_min_temperature);
3813  buffer.encode_float(9, this->visual_max_temperature);
3814  buffer.encode_float(10, this->visual_target_temperature_step);
3815  buffer.encode_bool(11, this->legacy_supports_away);
3816  buffer.encode_bool(12, this->supports_action);
3817  for (auto &it : this->supported_fan_modes) {
3818  buffer.encode_enum<enums::ClimateFanMode>(13, it, true);
3819  }
3820  for (auto &it : this->supported_swing_modes) {
3821  buffer.encode_enum<enums::ClimateSwingMode>(14, it, true);
3822  }
3823  for (auto &it : this->supported_custom_fan_modes) {
3824  buffer.encode_string(15, it, true);
3825  }
3826  for (auto &it : this->supported_presets) {
3827  buffer.encode_enum<enums::ClimatePreset>(16, it, true);
3828  }
3829  for (auto &it : this->supported_custom_presets) {
3830  buffer.encode_string(17, it, true);
3831  }
3832  buffer.encode_bool(18, this->disabled_by_default);
3833  buffer.encode_string(19, this->icon);
3834  buffer.encode_enum<enums::EntityCategory>(20, this->entity_category);
3835  buffer.encode_float(21, this->visual_current_temperature_step);
3836  buffer.encode_bool(22, this->supports_current_humidity);
3837  buffer.encode_bool(23, this->supports_target_humidity);
3838  buffer.encode_float(24, this->visual_min_humidity);
3839  buffer.encode_float(25, this->visual_max_humidity);
3840 }
3841 #ifdef HAS_PROTO_MESSAGE_DUMP
3842 void ListEntitiesClimateResponse::dump_to(std::string &out) const {
3843  __attribute__((unused)) char buffer[64];
3844  out.append("ListEntitiesClimateResponse {\n");
3845  out.append(" object_id: ");
3846  out.append("'").append(this->object_id).append("'");
3847  out.append("\n");
3848 
3849  out.append(" key: ");
3850  sprintf(buffer, "%" PRIu32, this->key);
3851  out.append(buffer);
3852  out.append("\n");
3853 
3854  out.append(" name: ");
3855  out.append("'").append(this->name).append("'");
3856  out.append("\n");
3857 
3858  out.append(" unique_id: ");
3859  out.append("'").append(this->unique_id).append("'");
3860  out.append("\n");
3861 
3862  out.append(" supports_current_temperature: ");
3863  out.append(YESNO(this->supports_current_temperature));
3864  out.append("\n");
3865 
3866  out.append(" supports_two_point_target_temperature: ");
3867  out.append(YESNO(this->supports_two_point_target_temperature));
3868  out.append("\n");
3869 
3870  for (const auto &it : this->supported_modes) {
3871  out.append(" supported_modes: ");
3872  out.append(proto_enum_to_string<enums::ClimateMode>(it));
3873  out.append("\n");
3874  }
3875 
3876  out.append(" visual_min_temperature: ");
3877  sprintf(buffer, "%g", this->visual_min_temperature);
3878  out.append(buffer);
3879  out.append("\n");
3880 
3881  out.append(" visual_max_temperature: ");
3882  sprintf(buffer, "%g", this->visual_max_temperature);
3883  out.append(buffer);
3884  out.append("\n");
3885 
3886  out.append(" visual_target_temperature_step: ");
3887  sprintf(buffer, "%g", this->visual_target_temperature_step);
3888  out.append(buffer);
3889  out.append("\n");
3890 
3891  out.append(" legacy_supports_away: ");
3892  out.append(YESNO(this->legacy_supports_away));
3893  out.append("\n");
3894 
3895  out.append(" supports_action: ");
3896  out.append(YESNO(this->supports_action));
3897  out.append("\n");
3898 
3899  for (const auto &it : this->supported_fan_modes) {
3900  out.append(" supported_fan_modes: ");
3901  out.append(proto_enum_to_string<enums::ClimateFanMode>(it));
3902  out.append("\n");
3903  }
3904 
3905  for (const auto &it : this->supported_swing_modes) {
3906  out.append(" supported_swing_modes: ");
3907  out.append(proto_enum_to_string<enums::ClimateSwingMode>(it));
3908  out.append("\n");
3909  }
3910 
3911  for (const auto &it : this->supported_custom_fan_modes) {
3912  out.append(" supported_custom_fan_modes: ");
3913  out.append("'").append(it).append("'");
3914  out.append("\n");
3915  }
3916 
3917  for (const auto &it : this->supported_presets) {
3918  out.append(" supported_presets: ");
3919  out.append(proto_enum_to_string<enums::ClimatePreset>(it));
3920  out.append("\n");
3921  }
3922 
3923  for (const auto &it : this->supported_custom_presets) {
3924  out.append(" supported_custom_presets: ");
3925  out.append("'").append(it).append("'");
3926  out.append("\n");
3927  }
3928 
3929  out.append(" disabled_by_default: ");
3930  out.append(YESNO(this->disabled_by_default));
3931  out.append("\n");
3932 
3933  out.append(" icon: ");
3934  out.append("'").append(this->icon).append("'");
3935  out.append("\n");
3936 
3937  out.append(" entity_category: ");
3938  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
3939  out.append("\n");
3940 
3941  out.append(" visual_current_temperature_step: ");
3942  sprintf(buffer, "%g", this->visual_current_temperature_step);
3943  out.append(buffer);
3944  out.append("\n");
3945 
3946  out.append(" supports_current_humidity: ");
3947  out.append(YESNO(this->supports_current_humidity));
3948  out.append("\n");
3949 
3950  out.append(" supports_target_humidity: ");
3951  out.append(YESNO(this->supports_target_humidity));
3952  out.append("\n");
3953 
3954  out.append(" visual_min_humidity: ");
3955  sprintf(buffer, "%g", this->visual_min_humidity);
3956  out.append(buffer);
3957  out.append("\n");
3958 
3959  out.append(" visual_max_humidity: ");
3960  sprintf(buffer, "%g", this->visual_max_humidity);
3961  out.append(buffer);
3962  out.append("\n");
3963  out.append("}");
3964 }
3965 #endif
3966 bool ClimateStateResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
3967  switch (field_id) {
3968  case 2: {
3969  this->mode = value.as_enum<enums::ClimateMode>();
3970  return true;
3971  }
3972  case 7: {
3973  this->unused_legacy_away = value.as_bool();
3974  return true;
3975  }
3976  case 8: {
3977  this->action = value.as_enum<enums::ClimateAction>();
3978  return true;
3979  }
3980  case 9: {
3981  this->fan_mode = value.as_enum<enums::ClimateFanMode>();
3982  return true;
3983  }
3984  case 10: {
3985  this->swing_mode = value.as_enum<enums::ClimateSwingMode>();
3986  return true;
3987  }
3988  case 12: {
3989  this->preset = value.as_enum<enums::ClimatePreset>();
3990  return true;
3991  }
3992  default:
3993  return false;
3994  }
3995 }
3997  switch (field_id) {
3998  case 11: {
3999  this->custom_fan_mode = value.as_string();
4000  return true;
4001  }
4002  case 13: {
4003  this->custom_preset = value.as_string();
4004  return true;
4005  }
4006  default:
4007  return false;
4008  }
4009 }
4010 bool ClimateStateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
4011  switch (field_id) {
4012  case 1: {
4013  this->key = value.as_fixed32();
4014  return true;
4015  }
4016  case 3: {
4017  this->current_temperature = value.as_float();
4018  return true;
4019  }
4020  case 4: {
4021  this->target_temperature = value.as_float();
4022  return true;
4023  }
4024  case 5: {
4025  this->target_temperature_low = value.as_float();
4026  return true;
4027  }
4028  case 6: {
4029  this->target_temperature_high = value.as_float();
4030  return true;
4031  }
4032  case 14: {
4033  this->current_humidity = value.as_float();
4034  return true;
4035  }
4036  case 15: {
4037  this->target_humidity = value.as_float();
4038  return true;
4039  }
4040  default:
4041  return false;
4042  }
4043 }
4045  buffer.encode_fixed32(1, this->key);
4046  buffer.encode_enum<enums::ClimateMode>(2, this->mode);
4047  buffer.encode_float(3, this->current_temperature);
4048  buffer.encode_float(4, this->target_temperature);
4049  buffer.encode_float(5, this->target_temperature_low);
4050  buffer.encode_float(6, this->target_temperature_high);
4051  buffer.encode_bool(7, this->unused_legacy_away);
4052  buffer.encode_enum<enums::ClimateAction>(8, this->action);
4053  buffer.encode_enum<enums::ClimateFanMode>(9, this->fan_mode);
4054  buffer.encode_enum<enums::ClimateSwingMode>(10, this->swing_mode);
4055  buffer.encode_string(11, this->custom_fan_mode);
4056  buffer.encode_enum<enums::ClimatePreset>(12, this->preset);
4057  buffer.encode_string(13, this->custom_preset);
4058  buffer.encode_float(14, this->current_humidity);
4059  buffer.encode_float(15, this->target_humidity);
4060 }
4061 #ifdef HAS_PROTO_MESSAGE_DUMP
4062 void ClimateStateResponse::dump_to(std::string &out) const {
4063  __attribute__((unused)) char buffer[64];
4064  out.append("ClimateStateResponse {\n");
4065  out.append(" key: ");
4066  sprintf(buffer, "%" PRIu32, this->key);
4067  out.append(buffer);
4068  out.append("\n");
4069 
4070  out.append(" mode: ");
4071  out.append(proto_enum_to_string<enums::ClimateMode>(this->mode));
4072  out.append("\n");
4073 
4074  out.append(" current_temperature: ");
4075  sprintf(buffer, "%g", this->current_temperature);
4076  out.append(buffer);
4077  out.append("\n");
4078 
4079  out.append(" target_temperature: ");
4080  sprintf(buffer, "%g", this->target_temperature);
4081  out.append(buffer);
4082  out.append("\n");
4083 
4084  out.append(" target_temperature_low: ");
4085  sprintf(buffer, "%g", this->target_temperature_low);
4086  out.append(buffer);
4087  out.append("\n");
4088 
4089  out.append(" target_temperature_high: ");
4090  sprintf(buffer, "%g", this->target_temperature_high);
4091  out.append(buffer);
4092  out.append("\n");
4093 
4094  out.append(" unused_legacy_away: ");
4095  out.append(YESNO(this->unused_legacy_away));
4096  out.append("\n");
4097 
4098  out.append(" action: ");
4099  out.append(proto_enum_to_string<enums::ClimateAction>(this->action));
4100  out.append("\n");
4101 
4102  out.append(" fan_mode: ");
4103  out.append(proto_enum_to_string<enums::ClimateFanMode>(this->fan_mode));
4104  out.append("\n");
4105 
4106  out.append(" swing_mode: ");
4107  out.append(proto_enum_to_string<enums::ClimateSwingMode>(this->swing_mode));
4108  out.append("\n");
4109 
4110  out.append(" custom_fan_mode: ");
4111  out.append("'").append(this->custom_fan_mode).append("'");
4112  out.append("\n");
4113 
4114  out.append(" preset: ");
4115  out.append(proto_enum_to_string<enums::ClimatePreset>(this->preset));
4116  out.append("\n");
4117 
4118  out.append(" custom_preset: ");
4119  out.append("'").append(this->custom_preset).append("'");
4120  out.append("\n");
4121 
4122  out.append(" current_humidity: ");
4123  sprintf(buffer, "%g", this->current_humidity);
4124  out.append(buffer);
4125  out.append("\n");
4126 
4127  out.append(" target_humidity: ");
4128  sprintf(buffer, "%g", this->target_humidity);
4129  out.append(buffer);
4130  out.append("\n");
4131  out.append("}");
4132 }
4133 #endif
4134 bool ClimateCommandRequest::decode_varint(uint32_t field_id, ProtoVarInt value) {
4135  switch (field_id) {
4136  case 2: {
4137  this->has_mode = value.as_bool();
4138  return true;
4139  }
4140  case 3: {
4141  this->mode = value.as_enum<enums::ClimateMode>();
4142  return true;
4143  }
4144  case 4: {
4145  this->has_target_temperature = value.as_bool();
4146  return true;
4147  }
4148  case 6: {
4149  this->has_target_temperature_low = value.as_bool();
4150  return true;
4151  }
4152  case 8: {
4153  this->has_target_temperature_high = value.as_bool();
4154  return true;
4155  }
4156  case 10: {
4157  this->unused_has_legacy_away = value.as_bool();
4158  return true;
4159  }
4160  case 11: {
4161  this->unused_legacy_away = value.as_bool();
4162  return true;
4163  }
4164  case 12: {
4165  this->has_fan_mode = value.as_bool();
4166  return true;
4167  }
4168  case 13: {
4169  this->fan_mode = value.as_enum<enums::ClimateFanMode>();
4170  return true;
4171  }
4172  case 14: {
4173  this->has_swing_mode = value.as_bool();
4174  return true;
4175  }
4176  case 15: {
4177  this->swing_mode = value.as_enum<enums::ClimateSwingMode>();
4178  return true;
4179  }
4180  case 16: {
4181  this->has_custom_fan_mode = value.as_bool();
4182  return true;
4183  }
4184  case 18: {
4185  this->has_preset = value.as_bool();
4186  return true;
4187  }
4188  case 19: {
4189  this->preset = value.as_enum<enums::ClimatePreset>();
4190  return true;
4191  }
4192  case 20: {
4193  this->has_custom_preset = value.as_bool();
4194  return true;
4195  }
4196  case 22: {
4197  this->has_target_humidity = value.as_bool();
4198  return true;
4199  }
4200  default:
4201  return false;
4202  }
4203 }
4205  switch (field_id) {
4206  case 17: {
4207  this->custom_fan_mode = value.as_string();
4208  return true;
4209  }
4210  case 21: {
4211  this->custom_preset = value.as_string();
4212  return true;
4213  }
4214  default:
4215  return false;
4216  }
4217 }
4218 bool ClimateCommandRequest::decode_32bit(uint32_t field_id, Proto32Bit value) {
4219  switch (field_id) {
4220  case 1: {
4221  this->key = value.as_fixed32();
4222  return true;
4223  }
4224  case 5: {
4225  this->target_temperature = value.as_float();
4226  return true;
4227  }
4228  case 7: {
4229  this->target_temperature_low = value.as_float();
4230  return true;
4231  }
4232  case 9: {
4233  this->target_temperature_high = value.as_float();
4234  return true;
4235  }
4236  case 23: {
4237  this->target_humidity = value.as_float();
4238  return true;
4239  }
4240  default:
4241  return false;
4242  }
4243 }
4245  buffer.encode_fixed32(1, this->key);
4246  buffer.encode_bool(2, this->has_mode);
4247  buffer.encode_enum<enums::ClimateMode>(3, this->mode);
4248  buffer.encode_bool(4, this->has_target_temperature);
4249  buffer.encode_float(5, this->target_temperature);
4250  buffer.encode_bool(6, this->has_target_temperature_low);
4251  buffer.encode_float(7, this->target_temperature_low);
4252  buffer.encode_bool(8, this->has_target_temperature_high);
4253  buffer.encode_float(9, this->target_temperature_high);
4254  buffer.encode_bool(10, this->unused_has_legacy_away);
4255  buffer.encode_bool(11, this->unused_legacy_away);
4256  buffer.encode_bool(12, this->has_fan_mode);
4257  buffer.encode_enum<enums::ClimateFanMode>(13, this->fan_mode);
4258  buffer.encode_bool(14, this->has_swing_mode);
4259  buffer.encode_enum<enums::ClimateSwingMode>(15, this->swing_mode);
4260  buffer.encode_bool(16, this->has_custom_fan_mode);
4261  buffer.encode_string(17, this->custom_fan_mode);
4262  buffer.encode_bool(18, this->has_preset);
4263  buffer.encode_enum<enums::ClimatePreset>(19, this->preset);
4264  buffer.encode_bool(20, this->has_custom_preset);
4265  buffer.encode_string(21, this->custom_preset);
4266  buffer.encode_bool(22, this->has_target_humidity);
4267  buffer.encode_float(23, this->target_humidity);
4268 }
4269 #ifdef HAS_PROTO_MESSAGE_DUMP
4270 void ClimateCommandRequest::dump_to(std::string &out) const {
4271  __attribute__((unused)) char buffer[64];
4272  out.append("ClimateCommandRequest {\n");
4273  out.append(" key: ");
4274  sprintf(buffer, "%" PRIu32, this->key);
4275  out.append(buffer);
4276  out.append("\n");
4277 
4278  out.append(" has_mode: ");
4279  out.append(YESNO(this->has_mode));
4280  out.append("\n");
4281 
4282  out.append(" mode: ");
4283  out.append(proto_enum_to_string<enums::ClimateMode>(this->mode));
4284  out.append("\n");
4285 
4286  out.append(" has_target_temperature: ");
4287  out.append(YESNO(this->has_target_temperature));
4288  out.append("\n");
4289 
4290  out.append(" target_temperature: ");
4291  sprintf(buffer, "%g", this->target_temperature);
4292  out.append(buffer);
4293  out.append("\n");
4294 
4295  out.append(" has_target_temperature_low: ");
4296  out.append(YESNO(this->has_target_temperature_low));
4297  out.append("\n");
4298 
4299  out.append(" target_temperature_low: ");
4300  sprintf(buffer, "%g", this->target_temperature_low);
4301  out.append(buffer);
4302  out.append("\n");
4303 
4304  out.append(" has_target_temperature_high: ");
4305  out.append(YESNO(this->has_target_temperature_high));
4306  out.append("\n");
4307 
4308  out.append(" target_temperature_high: ");
4309  sprintf(buffer, "%g", this->target_temperature_high);
4310  out.append(buffer);
4311  out.append("\n");
4312 
4313  out.append(" unused_has_legacy_away: ");
4314  out.append(YESNO(this->unused_has_legacy_away));
4315  out.append("\n");
4316 
4317  out.append(" unused_legacy_away: ");
4318  out.append(YESNO(this->unused_legacy_away));
4319  out.append("\n");
4320 
4321  out.append(" has_fan_mode: ");
4322  out.append(YESNO(this->has_fan_mode));
4323  out.append("\n");
4324 
4325  out.append(" fan_mode: ");
4326  out.append(proto_enum_to_string<enums::ClimateFanMode>(this->fan_mode));
4327  out.append("\n");
4328 
4329  out.append(" has_swing_mode: ");
4330  out.append(YESNO(this->has_swing_mode));
4331  out.append("\n");
4332 
4333  out.append(" swing_mode: ");
4334  out.append(proto_enum_to_string<enums::ClimateSwingMode>(this->swing_mode));
4335  out.append("\n");
4336 
4337  out.append(" has_custom_fan_mode: ");
4338  out.append(YESNO(this->has_custom_fan_mode));
4339  out.append("\n");
4340 
4341  out.append(" custom_fan_mode: ");
4342  out.append("'").append(this->custom_fan_mode).append("'");
4343  out.append("\n");
4344 
4345  out.append(" has_preset: ");
4346  out.append(YESNO(this->has_preset));
4347  out.append("\n");
4348 
4349  out.append(" preset: ");
4350  out.append(proto_enum_to_string<enums::ClimatePreset>(this->preset));
4351  out.append("\n");
4352 
4353  out.append(" has_custom_preset: ");
4354  out.append(YESNO(this->has_custom_preset));
4355  out.append("\n");
4356 
4357  out.append(" custom_preset: ");
4358  out.append("'").append(this->custom_preset).append("'");
4359  out.append("\n");
4360 
4361  out.append(" has_target_humidity: ");
4362  out.append(YESNO(this->has_target_humidity));
4363  out.append("\n");
4364 
4365  out.append(" target_humidity: ");
4366  sprintf(buffer, "%g", this->target_humidity);
4367  out.append(buffer);
4368  out.append("\n");
4369  out.append("}");
4370 }
4371 #endif
4373  switch (field_id) {
4374  case 9: {
4375  this->disabled_by_default = value.as_bool();
4376  return true;
4377  }
4378  case 10: {
4379  this->entity_category = value.as_enum<enums::EntityCategory>();
4380  return true;
4381  }
4382  case 12: {
4383  this->mode = value.as_enum<enums::NumberMode>();
4384  return true;
4385  }
4386  default:
4387  return false;
4388  }
4389 }
4391  switch (field_id) {
4392  case 1: {
4393  this->object_id = value.as_string();
4394  return true;
4395  }
4396  case 3: {
4397  this->name = value.as_string();
4398  return true;
4399  }
4400  case 4: {
4401  this->unique_id = value.as_string();
4402  return true;
4403  }
4404  case 5: {
4405  this->icon = value.as_string();
4406  return true;
4407  }
4408  case 11: {
4409  this->unit_of_measurement = value.as_string();
4410  return true;
4411  }
4412  case 13: {
4413  this->device_class = value.as_string();
4414  return true;
4415  }
4416  default:
4417  return false;
4418  }
4419 }
4421  switch (field_id) {
4422  case 2: {
4423  this->key = value.as_fixed32();
4424  return true;
4425  }
4426  case 6: {
4427  this->min_value = value.as_float();
4428  return true;
4429  }
4430  case 7: {
4431  this->max_value = value.as_float();
4432  return true;
4433  }
4434  case 8: {
4435  this->step = value.as_float();
4436  return true;
4437  }
4438  default:
4439  return false;
4440  }
4441 }
4443  buffer.encode_string(1, this->object_id);
4444  buffer.encode_fixed32(2, this->key);
4445  buffer.encode_string(3, this->name);
4446  buffer.encode_string(4, this->unique_id);
4447  buffer.encode_string(5, this->icon);
4448  buffer.encode_float(6, this->min_value);
4449  buffer.encode_float(7, this->max_value);
4450  buffer.encode_float(8, this->step);
4451  buffer.encode_bool(9, this->disabled_by_default);
4452  buffer.encode_enum<enums::EntityCategory>(10, this->entity_category);
4453  buffer.encode_string(11, this->unit_of_measurement);
4454  buffer.encode_enum<enums::NumberMode>(12, this->mode);
4455  buffer.encode_string(13, this->device_class);
4456 }
4457 #ifdef HAS_PROTO_MESSAGE_DUMP
4458 void ListEntitiesNumberResponse::dump_to(std::string &out) const {
4459  __attribute__((unused)) char buffer[64];
4460  out.append("ListEntitiesNumberResponse {\n");
4461  out.append(" object_id: ");
4462  out.append("'").append(this->object_id).append("'");
4463  out.append("\n");
4464 
4465  out.append(" key: ");
4466  sprintf(buffer, "%" PRIu32, this->key);
4467  out.append(buffer);
4468  out.append("\n");
4469 
4470  out.append(" name: ");
4471  out.append("'").append(this->name).append("'");
4472  out.append("\n");
4473 
4474  out.append(" unique_id: ");
4475  out.append("'").append(this->unique_id).append("'");
4476  out.append("\n");
4477 
4478  out.append(" icon: ");
4479  out.append("'").append(this->icon).append("'");
4480  out.append("\n");
4481 
4482  out.append(" min_value: ");
4483  sprintf(buffer, "%g", this->min_value);
4484  out.append(buffer);
4485  out.append("\n");
4486 
4487  out.append(" max_value: ");
4488  sprintf(buffer, "%g", this->max_value);
4489  out.append(buffer);
4490  out.append("\n");
4491 
4492  out.append(" step: ");
4493  sprintf(buffer, "%g", this->step);
4494  out.append(buffer);
4495  out.append("\n");
4496 
4497  out.append(" disabled_by_default: ");
4498  out.append(YESNO(this->disabled_by_default));
4499  out.append("\n");
4500 
4501  out.append(" entity_category: ");
4502  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
4503  out.append("\n");
4504 
4505  out.append(" unit_of_measurement: ");
4506  out.append("'").append(this->unit_of_measurement).append("'");
4507  out.append("\n");
4508 
4509  out.append(" mode: ");
4510  out.append(proto_enum_to_string<enums::NumberMode>(this->mode));
4511  out.append("\n");
4512 
4513  out.append(" device_class: ");
4514  out.append("'").append(this->device_class).append("'");
4515  out.append("\n");
4516  out.append("}");
4517 }
4518 #endif
4519 bool NumberStateResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
4520  switch (field_id) {
4521  case 3: {
4522  this->missing_state = value.as_bool();
4523  return true;
4524  }
4525  default:
4526  return false;
4527  }
4528 }
4529 bool NumberStateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
4530  switch (field_id) {
4531  case 1: {
4532  this->key = value.as_fixed32();
4533  return true;
4534  }
4535  case 2: {
4536  this->state = value.as_float();
4537  return true;
4538  }
4539  default:
4540  return false;
4541  }
4542 }
4544  buffer.encode_fixed32(1, this->key);
4545  buffer.encode_float(2, this->state);
4546  buffer.encode_bool(3, this->missing_state);
4547 }
4548 #ifdef HAS_PROTO_MESSAGE_DUMP
4549 void NumberStateResponse::dump_to(std::string &out) const {
4550  __attribute__((unused)) char buffer[64];
4551  out.append("NumberStateResponse {\n");
4552  out.append(" key: ");
4553  sprintf(buffer, "%" PRIu32, this->key);
4554  out.append(buffer);
4555  out.append("\n");
4556 
4557  out.append(" state: ");
4558  sprintf(buffer, "%g", this->state);
4559  out.append(buffer);
4560  out.append("\n");
4561 
4562  out.append(" missing_state: ");
4563  out.append(YESNO(this->missing_state));
4564  out.append("\n");
4565  out.append("}");
4566 }
4567 #endif
4568 bool NumberCommandRequest::decode_32bit(uint32_t field_id, Proto32Bit value) {
4569  switch (field_id) {
4570  case 1: {
4571  this->key = value.as_fixed32();
4572  return true;
4573  }
4574  case 2: {
4575  this->state = value.as_float();
4576  return true;
4577  }
4578  default:
4579  return false;
4580  }
4581 }
4583  buffer.encode_fixed32(1, this->key);
4584  buffer.encode_float(2, this->state);
4585 }
4586 #ifdef HAS_PROTO_MESSAGE_DUMP
4587 void NumberCommandRequest::dump_to(std::string &out) const {
4588  __attribute__((unused)) char buffer[64];
4589  out.append("NumberCommandRequest {\n");
4590  out.append(" key: ");
4591  sprintf(buffer, "%" PRIu32, this->key);
4592  out.append(buffer);
4593  out.append("\n");
4594 
4595  out.append(" state: ");
4596  sprintf(buffer, "%g", this->state);
4597  out.append(buffer);
4598  out.append("\n");
4599  out.append("}");
4600 }
4601 #endif
4603  switch (field_id) {
4604  case 7: {
4605  this->disabled_by_default = value.as_bool();
4606  return true;
4607  }
4608  case 8: {
4609  this->entity_category = value.as_enum<enums::EntityCategory>();
4610  return true;
4611  }
4612  default:
4613  return false;
4614  }
4615 }
4617  switch (field_id) {
4618  case 1: {
4619  this->object_id = value.as_string();
4620  return true;
4621  }
4622  case 3: {
4623  this->name = value.as_string();
4624  return true;
4625  }
4626  case 4: {
4627  this->unique_id = value.as_string();
4628  return true;
4629  }
4630  case 5: {
4631  this->icon = value.as_string();
4632  return true;
4633  }
4634  case 6: {
4635  this->options.push_back(value.as_string());
4636  return true;
4637  }
4638  default:
4639  return false;
4640  }
4641 }
4643  switch (field_id) {
4644  case 2: {
4645  this->key = value.as_fixed32();
4646  return true;
4647  }
4648  default:
4649  return false;
4650  }
4651 }
4653  buffer.encode_string(1, this->object_id);
4654  buffer.encode_fixed32(2, this->key);
4655  buffer.encode_string(3, this->name);
4656  buffer.encode_string(4, this->unique_id);
4657  buffer.encode_string(5, this->icon);
4658  for (auto &it : this->options) {
4659  buffer.encode_string(6, it, true);
4660  }
4661  buffer.encode_bool(7, this->disabled_by_default);
4662  buffer.encode_enum<enums::EntityCategory>(8, this->entity_category);
4663 }
4664 #ifdef HAS_PROTO_MESSAGE_DUMP
4665 void ListEntitiesSelectResponse::dump_to(std::string &out) const {
4666  __attribute__((unused)) char buffer[64];
4667  out.append("ListEntitiesSelectResponse {\n");
4668  out.append(" object_id: ");
4669  out.append("'").append(this->object_id).append("'");
4670  out.append("\n");
4671 
4672  out.append(" key: ");
4673  sprintf(buffer, "%" PRIu32, this->key);
4674  out.append(buffer);
4675  out.append("\n");
4676 
4677  out.append(" name: ");
4678  out.append("'").append(this->name).append("'");
4679  out.append("\n");
4680 
4681  out.append(" unique_id: ");
4682  out.append("'").append(this->unique_id).append("'");
4683  out.append("\n");
4684 
4685  out.append(" icon: ");
4686  out.append("'").append(this->icon).append("'");
4687  out.append("\n");
4688 
4689  for (const auto &it : this->options) {
4690  out.append(" options: ");
4691  out.append("'").append(it).append("'");
4692  out.append("\n");
4693  }
4694 
4695  out.append(" disabled_by_default: ");
4696  out.append(YESNO(this->disabled_by_default));
4697  out.append("\n");
4698 
4699  out.append(" entity_category: ");
4700  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
4701  out.append("\n");
4702  out.append("}");
4703 }
4704 #endif
4705 bool SelectStateResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
4706  switch (field_id) {
4707  case 3: {
4708  this->missing_state = value.as_bool();
4709  return true;
4710  }
4711  default:
4712  return false;
4713  }
4714 }
4716  switch (field_id) {
4717  case 2: {
4718  this->state = value.as_string();
4719  return true;
4720  }
4721  default:
4722  return false;
4723  }
4724 }
4725 bool SelectStateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
4726  switch (field_id) {
4727  case 1: {
4728  this->key = value.as_fixed32();
4729  return true;
4730  }
4731  default:
4732  return false;
4733  }
4734 }
4736  buffer.encode_fixed32(1, this->key);
4737  buffer.encode_string(2, this->state);
4738  buffer.encode_bool(3, this->missing_state);
4739 }
4740 #ifdef HAS_PROTO_MESSAGE_DUMP
4741 void SelectStateResponse::dump_to(std::string &out) const {
4742  __attribute__((unused)) char buffer[64];
4743  out.append("SelectStateResponse {\n");
4744  out.append(" key: ");
4745  sprintf(buffer, "%" PRIu32, this->key);
4746  out.append(buffer);
4747  out.append("\n");
4748 
4749  out.append(" state: ");
4750  out.append("'").append(this->state).append("'");
4751  out.append("\n");
4752 
4753  out.append(" missing_state: ");
4754  out.append(YESNO(this->missing_state));
4755  out.append("\n");
4756  out.append("}");
4757 }
4758 #endif
4760  switch (field_id) {
4761  case 2: {
4762  this->state = value.as_string();
4763  return true;
4764  }
4765  default:
4766  return false;
4767  }
4768 }
4769 bool SelectCommandRequest::decode_32bit(uint32_t field_id, Proto32Bit value) {
4770  switch (field_id) {
4771  case 1: {
4772  this->key = value.as_fixed32();
4773  return true;
4774  }
4775  default:
4776  return false;
4777  }
4778 }
4780  buffer.encode_fixed32(1, this->key);
4781  buffer.encode_string(2, this->state);
4782 }
4783 #ifdef HAS_PROTO_MESSAGE_DUMP
4784 void SelectCommandRequest::dump_to(std::string &out) const {
4785  __attribute__((unused)) char buffer[64];
4786  out.append("SelectCommandRequest {\n");
4787  out.append(" key: ");
4788  sprintf(buffer, "%" PRIu32, this->key);
4789  out.append(buffer);
4790  out.append("\n");
4791 
4792  out.append(" state: ");
4793  out.append("'").append(this->state).append("'");
4794  out.append("\n");
4795  out.append("}");
4796 }
4797 #endif
4799  switch (field_id) {
4800  case 6: {
4801  this->disabled_by_default = value.as_bool();
4802  return true;
4803  }
4804  case 7: {
4805  this->entity_category = value.as_enum<enums::EntityCategory>();
4806  return true;
4807  }
4808  case 8: {
4809  this->assumed_state = value.as_bool();
4810  return true;
4811  }
4812  case 9: {
4813  this->supports_open = value.as_bool();
4814  return true;
4815  }
4816  case 10: {
4817  this->requires_code = value.as_bool();
4818  return true;
4819  }
4820  default:
4821  return false;
4822  }
4823 }
4825  switch (field_id) {
4826  case 1: {
4827  this->object_id = value.as_string();
4828  return true;
4829  }
4830  case 3: {
4831  this->name = value.as_string();
4832  return true;
4833  }
4834  case 4: {
4835  this->unique_id = value.as_string();
4836  return true;
4837  }
4838  case 5: {
4839  this->icon = value.as_string();
4840  return true;
4841  }
4842  case 11: {
4843  this->code_format = value.as_string();
4844  return true;
4845  }
4846  default:
4847  return false;
4848  }
4849 }
4850 bool ListEntitiesLockResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
4851  switch (field_id) {
4852  case 2: {
4853  this->key = value.as_fixed32();
4854  return true;
4855  }
4856  default:
4857  return false;
4858  }
4859 }
4861  buffer.encode_string(1, this->object_id);
4862  buffer.encode_fixed32(2, this->key);
4863  buffer.encode_string(3, this->name);
4864  buffer.encode_string(4, this->unique_id);
4865  buffer.encode_string(5, this->icon);
4866  buffer.encode_bool(6, this->disabled_by_default);
4867  buffer.encode_enum<enums::EntityCategory>(7, this->entity_category);
4868  buffer.encode_bool(8, this->assumed_state);
4869  buffer.encode_bool(9, this->supports_open);
4870  buffer.encode_bool(10, this->requires_code);
4871  buffer.encode_string(11, this->code_format);
4872 }
4873 #ifdef HAS_PROTO_MESSAGE_DUMP
4874 void ListEntitiesLockResponse::dump_to(std::string &out) const {
4875  __attribute__((unused)) char buffer[64];
4876  out.append("ListEntitiesLockResponse {\n");
4877  out.append(" object_id: ");
4878  out.append("'").append(this->object_id).append("'");
4879  out.append("\n");
4880 
4881  out.append(" key: ");
4882  sprintf(buffer, "%" PRIu32, this->key);
4883  out.append(buffer);
4884  out.append("\n");
4885 
4886  out.append(" name: ");
4887  out.append("'").append(this->name).append("'");
4888  out.append("\n");
4889 
4890  out.append(" unique_id: ");
4891  out.append("'").append(this->unique_id).append("'");
4892  out.append("\n");
4893 
4894  out.append(" icon: ");
4895  out.append("'").append(this->icon).append("'");
4896  out.append("\n");
4897 
4898  out.append(" disabled_by_default: ");
4899  out.append(YESNO(this->disabled_by_default));
4900  out.append("\n");
4901 
4902  out.append(" entity_category: ");
4903  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
4904  out.append("\n");
4905 
4906  out.append(" assumed_state: ");
4907  out.append(YESNO(this->assumed_state));
4908  out.append("\n");
4909 
4910  out.append(" supports_open: ");
4911  out.append(YESNO(this->supports_open));
4912  out.append("\n");
4913 
4914  out.append(" requires_code: ");
4915  out.append(YESNO(this->requires_code));
4916  out.append("\n");
4917 
4918  out.append(" code_format: ");
4919  out.append("'").append(this->code_format).append("'");
4920  out.append("\n");
4921  out.append("}");
4922 }
4923 #endif
4924 bool LockStateResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
4925  switch (field_id) {
4926  case 2: {
4927  this->state = value.as_enum<enums::LockState>();
4928  return true;
4929  }
4930  default:
4931  return false;
4932  }
4933 }
4934 bool LockStateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
4935  switch (field_id) {
4936  case 1: {
4937  this->key = value.as_fixed32();
4938  return true;
4939  }
4940  default:
4941  return false;
4942  }
4943 }
4945  buffer.encode_fixed32(1, this->key);
4946  buffer.encode_enum<enums::LockState>(2, this->state);
4947 }
4948 #ifdef HAS_PROTO_MESSAGE_DUMP
4949 void LockStateResponse::dump_to(std::string &out) const {
4950  __attribute__((unused)) char buffer[64];
4951  out.append("LockStateResponse {\n");
4952  out.append(" key: ");
4953  sprintf(buffer, "%" PRIu32, this->key);
4954  out.append(buffer);
4955  out.append("\n");
4956 
4957  out.append(" state: ");
4958  out.append(proto_enum_to_string<enums::LockState>(this->state));
4959  out.append("\n");
4960  out.append("}");
4961 }
4962 #endif
4963 bool LockCommandRequest::decode_varint(uint32_t field_id, ProtoVarInt value) {
4964  switch (field_id) {
4965  case 2: {
4966  this->command = value.as_enum<enums::LockCommand>();
4967  return true;
4968  }
4969  case 3: {
4970  this->has_code = value.as_bool();
4971  return true;
4972  }
4973  default:
4974  return false;
4975  }
4976 }
4978  switch (field_id) {
4979  case 4: {
4980  this->code = value.as_string();
4981  return true;
4982  }
4983  default:
4984  return false;
4985  }
4986 }
4987 bool LockCommandRequest::decode_32bit(uint32_t field_id, Proto32Bit value) {
4988  switch (field_id) {
4989  case 1: {
4990  this->key = value.as_fixed32();
4991  return true;
4992  }
4993  default:
4994  return false;
4995  }
4996 }
4998  buffer.encode_fixed32(1, this->key);
4999  buffer.encode_enum<enums::LockCommand>(2, this->command);
5000  buffer.encode_bool(3, this->has_code);
5001  buffer.encode_string(4, this->code);
5002 }
5003 #ifdef HAS_PROTO_MESSAGE_DUMP
5004 void LockCommandRequest::dump_to(std::string &out) const {
5005  __attribute__((unused)) char buffer[64];
5006  out.append("LockCommandRequest {\n");
5007  out.append(" key: ");
5008  sprintf(buffer, "%" PRIu32, this->key);
5009  out.append(buffer);
5010  out.append("\n");
5011 
5012  out.append(" command: ");
5013  out.append(proto_enum_to_string<enums::LockCommand>(this->command));
5014  out.append("\n");
5015 
5016  out.append(" has_code: ");
5017  out.append(YESNO(this->has_code));
5018  out.append("\n");
5019 
5020  out.append(" code: ");
5021  out.append("'").append(this->code).append("'");
5022  out.append("\n");
5023  out.append("}");
5024 }
5025 #endif
5027  switch (field_id) {
5028  case 6: {
5029  this->disabled_by_default = value.as_bool();
5030  return true;
5031  }
5032  case 7: {
5033  this->entity_category = value.as_enum<enums::EntityCategory>();
5034  return true;
5035  }
5036  default:
5037  return false;
5038  }
5039 }
5041  switch (field_id) {
5042  case 1: {
5043  this->object_id = value.as_string();
5044  return true;
5045  }
5046  case 3: {
5047  this->name = value.as_string();
5048  return true;
5049  }
5050  case 4: {
5051  this->unique_id = value.as_string();
5052  return true;
5053  }
5054  case 5: {
5055  this->icon = value.as_string();
5056  return true;
5057  }
5058  case 8: {
5059  this->device_class = value.as_string();
5060  return true;
5061  }
5062  default:
5063  return false;
5064  }
5065 }
5067  switch (field_id) {
5068  case 2: {
5069  this->key = value.as_fixed32();
5070  return true;
5071  }
5072  default:
5073  return false;
5074  }
5075 }
5077  buffer.encode_string(1, this->object_id);
5078  buffer.encode_fixed32(2, this->key);
5079  buffer.encode_string(3, this->name);
5080  buffer.encode_string(4, this->unique_id);
5081  buffer.encode_string(5, this->icon);
5082  buffer.encode_bool(6, this->disabled_by_default);
5083  buffer.encode_enum<enums::EntityCategory>(7, this->entity_category);
5084  buffer.encode_string(8, this->device_class);
5085 }
5086 #ifdef HAS_PROTO_MESSAGE_DUMP
5087 void ListEntitiesButtonResponse::dump_to(std::string &out) const {
5088  __attribute__((unused)) char buffer[64];
5089  out.append("ListEntitiesButtonResponse {\n");
5090  out.append(" object_id: ");
5091  out.append("'").append(this->object_id).append("'");
5092  out.append("\n");
5093 
5094  out.append(" key: ");
5095  sprintf(buffer, "%" PRIu32, this->key);
5096  out.append(buffer);
5097  out.append("\n");
5098 
5099  out.append(" name: ");
5100  out.append("'").append(this->name).append("'");
5101  out.append("\n");
5102 
5103  out.append(" unique_id: ");
5104  out.append("'").append(this->unique_id).append("'");
5105  out.append("\n");
5106 
5107  out.append(" icon: ");
5108  out.append("'").append(this->icon).append("'");
5109  out.append("\n");
5110 
5111  out.append(" disabled_by_default: ");
5112  out.append(YESNO(this->disabled_by_default));
5113  out.append("\n");
5114 
5115  out.append(" entity_category: ");
5116  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
5117  out.append("\n");
5118 
5119  out.append(" device_class: ");
5120  out.append("'").append(this->device_class).append("'");
5121  out.append("\n");
5122  out.append("}");
5123 }
5124 #endif
5125 bool ButtonCommandRequest::decode_32bit(uint32_t field_id, Proto32Bit value) {
5126  switch (field_id) {
5127  case 1: {
5128  this->key = value.as_fixed32();
5129  return true;
5130  }
5131  default:
5132  return false;
5133  }
5134 }
5135 void ButtonCommandRequest::encode(ProtoWriteBuffer buffer) const { buffer.encode_fixed32(1, this->key); }
5136 #ifdef HAS_PROTO_MESSAGE_DUMP
5137 void ButtonCommandRequest::dump_to(std::string &out) const {
5138  __attribute__((unused)) char buffer[64];
5139  out.append("ButtonCommandRequest {\n");
5140  out.append(" key: ");
5141  sprintf(buffer, "%" PRIu32, this->key);
5142  out.append(buffer);
5143  out.append("\n");
5144  out.append("}");
5145 }
5146 #endif
5148  switch (field_id) {
5149  case 2: {
5150  this->sample_rate = value.as_uint32();
5151  return true;
5152  }
5153  case 3: {
5154  this->num_channels = value.as_uint32();
5155  return true;
5156  }
5157  case 4: {
5158  this->purpose = value.as_enum<enums::MediaPlayerFormatPurpose>();
5159  return true;
5160  }
5161  case 5: {
5162  this->sample_bytes = value.as_uint32();
5163  return true;
5164  }
5165  default:
5166  return false;
5167  }
5168 }
5170  switch (field_id) {
5171  case 1: {
5172  this->format = value.as_string();
5173  return true;
5174  }
5175  default:
5176  return false;
5177  }
5178 }
5180  buffer.encode_string(1, this->format);
5181  buffer.encode_uint32(2, this->sample_rate);
5182  buffer.encode_uint32(3, this->num_channels);
5183  buffer.encode_enum<enums::MediaPlayerFormatPurpose>(4, this->purpose);
5184  buffer.encode_uint32(5, this->sample_bytes);
5185 }
5186 #ifdef HAS_PROTO_MESSAGE_DUMP
5187 void MediaPlayerSupportedFormat::dump_to(std::string &out) const {
5188  __attribute__((unused)) char buffer[64];
5189  out.append("MediaPlayerSupportedFormat {\n");
5190  out.append(" format: ");
5191  out.append("'").append(this->format).append("'");
5192  out.append("\n");
5193 
5194  out.append(" sample_rate: ");
5195  sprintf(buffer, "%" PRIu32, this->sample_rate);
5196  out.append(buffer);
5197  out.append("\n");
5198 
5199  out.append(" num_channels: ");
5200  sprintf(buffer, "%" PRIu32, this->num_channels);
5201  out.append(buffer);
5202  out.append("\n");
5203 
5204  out.append(" purpose: ");
5205  out.append(proto_enum_to_string<enums::MediaPlayerFormatPurpose>(this->purpose));
5206  out.append("\n");
5207 
5208  out.append(" sample_bytes: ");
5209  sprintf(buffer, "%" PRIu32, this->sample_bytes);
5210  out.append(buffer);
5211  out.append("\n");
5212  out.append("}");
5213 }
5214 #endif
5216  switch (field_id) {
5217  case 6: {
5218  this->disabled_by_default = value.as_bool();
5219  return true;
5220  }
5221  case 7: {
5222  this->entity_category = value.as_enum<enums::EntityCategory>();
5223  return true;
5224  }
5225  case 8: {
5226  this->supports_pause = value.as_bool();
5227  return true;
5228  }
5229  default:
5230  return false;
5231  }
5232 }
5234  switch (field_id) {
5235  case 1: {
5236  this->object_id = value.as_string();
5237  return true;
5238  }
5239  case 3: {
5240  this->name = value.as_string();
5241  return true;
5242  }
5243  case 4: {
5244  this->unique_id = value.as_string();
5245  return true;
5246  }
5247  case 5: {
5248  this->icon = value.as_string();
5249  return true;
5250  }
5251  case 9: {
5252  this->supported_formats.push_back(value.as_message<MediaPlayerSupportedFormat>());
5253  return true;
5254  }
5255  default:
5256  return false;
5257  }
5258 }
5260  switch (field_id) {
5261  case 2: {
5262  this->key = value.as_fixed32();
5263  return true;
5264  }
5265  default:
5266  return false;
5267  }
5268 }
5270  buffer.encode_string(1, this->object_id);
5271  buffer.encode_fixed32(2, this->key);
5272  buffer.encode_string(3, this->name);
5273  buffer.encode_string(4, this->unique_id);
5274  buffer.encode_string(5, this->icon);
5275  buffer.encode_bool(6, this->disabled_by_default);
5276  buffer.encode_enum<enums::EntityCategory>(7, this->entity_category);
5277  buffer.encode_bool(8, this->supports_pause);
5278  for (auto &it : this->supported_formats) {
5279  buffer.encode_message<MediaPlayerSupportedFormat>(9, it, true);
5280  }
5281 }
5282 #ifdef HAS_PROTO_MESSAGE_DUMP
5283 void ListEntitiesMediaPlayerResponse::dump_to(std::string &out) const {
5284  __attribute__((unused)) char buffer[64];
5285  out.append("ListEntitiesMediaPlayerResponse {\n");
5286  out.append(" object_id: ");
5287  out.append("'").append(this->object_id).append("'");
5288  out.append("\n");
5289 
5290  out.append(" key: ");
5291  sprintf(buffer, "%" PRIu32, this->key);
5292  out.append(buffer);
5293  out.append("\n");
5294 
5295  out.append(" name: ");
5296  out.append("'").append(this->name).append("'");
5297  out.append("\n");
5298 
5299  out.append(" unique_id: ");
5300  out.append("'").append(this->unique_id).append("'");
5301  out.append("\n");
5302 
5303  out.append(" icon: ");
5304  out.append("'").append(this->icon).append("'");
5305  out.append("\n");
5306 
5307  out.append(" disabled_by_default: ");
5308  out.append(YESNO(this->disabled_by_default));
5309  out.append("\n");
5310 
5311  out.append(" entity_category: ");
5312  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
5313  out.append("\n");
5314 
5315  out.append(" supports_pause: ");
5316  out.append(YESNO(this->supports_pause));
5317  out.append("\n");
5318 
5319  for (const auto &it : this->supported_formats) {
5320  out.append(" supported_formats: ");
5321  it.dump_to(out);
5322  out.append("\n");
5323  }
5324  out.append("}");
5325 }
5326 #endif
5328  switch (field_id) {
5329  case 2: {
5330  this->state = value.as_enum<enums::MediaPlayerState>();
5331  return true;
5332  }
5333  case 4: {
5334  this->muted = value.as_bool();
5335  return true;
5336  }
5337  default:
5338  return false;
5339  }
5340 }
5341 bool MediaPlayerStateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
5342  switch (field_id) {
5343  case 1: {
5344  this->key = value.as_fixed32();
5345  return true;
5346  }
5347  case 3: {
5348  this->volume = value.as_float();
5349  return true;
5350  }
5351  default:
5352  return false;
5353  }
5354 }
5356  buffer.encode_fixed32(1, this->key);
5357  buffer.encode_enum<enums::MediaPlayerState>(2, this->state);
5358  buffer.encode_float(3, this->volume);
5359  buffer.encode_bool(4, this->muted);
5360 }
5361 #ifdef HAS_PROTO_MESSAGE_DUMP
5362 void MediaPlayerStateResponse::dump_to(std::string &out) const {
5363  __attribute__((unused)) char buffer[64];
5364  out.append("MediaPlayerStateResponse {\n");
5365  out.append(" key: ");
5366  sprintf(buffer, "%" PRIu32, this->key);
5367  out.append(buffer);
5368  out.append("\n");
5369 
5370  out.append(" state: ");
5371  out.append(proto_enum_to_string<enums::MediaPlayerState>(this->state));
5372  out.append("\n");
5373 
5374  out.append(" volume: ");
5375  sprintf(buffer, "%g", this->volume);
5376  out.append(buffer);
5377  out.append("\n");
5378 
5379  out.append(" muted: ");
5380  out.append(YESNO(this->muted));
5381  out.append("\n");
5382  out.append("}");
5383 }
5384 #endif
5386  switch (field_id) {
5387  case 2: {
5388  this->has_command = value.as_bool();
5389  return true;
5390  }
5391  case 3: {
5392  this->command = value.as_enum<enums::MediaPlayerCommand>();
5393  return true;
5394  }
5395  case 4: {
5396  this->has_volume = value.as_bool();
5397  return true;
5398  }
5399  case 6: {
5400  this->has_media_url = value.as_bool();
5401  return true;
5402  }
5403  case 8: {
5404  this->has_announcement = value.as_bool();
5405  return true;
5406  }
5407  case 9: {
5408  this->announcement = value.as_bool();
5409  return true;
5410  }
5411  default:
5412  return false;
5413  }
5414 }
5416  switch (field_id) {
5417  case 7: {
5418  this->media_url = value.as_string();
5419  return true;
5420  }
5421  default:
5422  return false;
5423  }
5424 }
5425 bool MediaPlayerCommandRequest::decode_32bit(uint32_t field_id, Proto32Bit value) {
5426  switch (field_id) {
5427  case 1: {
5428  this->key = value.as_fixed32();
5429  return true;
5430  }
5431  case 5: {
5432  this->volume = value.as_float();
5433  return true;
5434  }
5435  default:
5436  return false;
5437  }
5438 }
5440  buffer.encode_fixed32(1, this->key);
5441  buffer.encode_bool(2, this->has_command);
5442  buffer.encode_enum<enums::MediaPlayerCommand>(3, this->command);
5443  buffer.encode_bool(4, this->has_volume);
5444  buffer.encode_float(5, this->volume);
5445  buffer.encode_bool(6, this->has_media_url);
5446  buffer.encode_string(7, this->media_url);
5447  buffer.encode_bool(8, this->has_announcement);
5448  buffer.encode_bool(9, this->announcement);
5449 }
5450 #ifdef HAS_PROTO_MESSAGE_DUMP
5451 void MediaPlayerCommandRequest::dump_to(std::string &out) const {
5452  __attribute__((unused)) char buffer[64];
5453  out.append("MediaPlayerCommandRequest {\n");
5454  out.append(" key: ");
5455  sprintf(buffer, "%" PRIu32, this->key);
5456  out.append(buffer);
5457  out.append("\n");
5458 
5459  out.append(" has_command: ");
5460  out.append(YESNO(this->has_command));
5461  out.append("\n");
5462 
5463  out.append(" command: ");
5464  out.append(proto_enum_to_string<enums::MediaPlayerCommand>(this->command));
5465  out.append("\n");
5466 
5467  out.append(" has_volume: ");
5468  out.append(YESNO(this->has_volume));
5469  out.append("\n");
5470 
5471  out.append(" volume: ");
5472  sprintf(buffer, "%g", this->volume);
5473  out.append(buffer);
5474  out.append("\n");
5475 
5476  out.append(" has_media_url: ");
5477  out.append(YESNO(this->has_media_url));
5478  out.append("\n");
5479 
5480  out.append(" media_url: ");
5481  out.append("'").append(this->media_url).append("'");
5482  out.append("\n");
5483 
5484  out.append(" has_announcement: ");
5485  out.append(YESNO(this->has_announcement));
5486  out.append("\n");
5487 
5488  out.append(" announcement: ");
5489  out.append(YESNO(this->announcement));
5490  out.append("\n");
5491  out.append("}");
5492 }
5493 #endif
5495  switch (field_id) {
5496  case 1: {
5497  this->flags = value.as_uint32();
5498  return true;
5499  }
5500  default:
5501  return false;
5502  }
5503 }
5505  buffer.encode_uint32(1, this->flags);
5506 }
5507 #ifdef HAS_PROTO_MESSAGE_DUMP
5509  __attribute__((unused)) char buffer[64];
5510  out.append("SubscribeBluetoothLEAdvertisementsRequest {\n");
5511  out.append(" flags: ");
5512  sprintf(buffer, "%" PRIu32, this->flags);
5513  out.append(buffer);
5514  out.append("\n");
5515  out.append("}");
5516 }
5517 #endif
5518 bool BluetoothServiceData::decode_varint(uint32_t field_id, ProtoVarInt value) {
5519  switch (field_id) {
5520  case 2: {
5521  this->legacy_data.push_back(value.as_uint32());
5522  return true;
5523  }
5524  default:
5525  return false;
5526  }
5527 }
5529  switch (field_id) {
5530  case 1: {
5531  this->uuid = value.as_string();
5532  return true;
5533  }
5534  case 3: {
5535  this->data = value.as_string();
5536  return true;
5537  }
5538  default:
5539  return false;
5540  }
5541 }
5543  buffer.encode_string(1, this->uuid);
5544  for (auto &it : this->legacy_data) {
5545  buffer.encode_uint32(2, it, true);
5546  }
5547  buffer.encode_string(3, this->data);
5548 }
5549 #ifdef HAS_PROTO_MESSAGE_DUMP
5550 void BluetoothServiceData::dump_to(std::string &out) const {
5551  __attribute__((unused)) char buffer[64];
5552  out.append("BluetoothServiceData {\n");
5553  out.append(" uuid: ");
5554  out.append("'").append(this->uuid).append("'");
5555  out.append("\n");
5556 
5557  for (const auto &it : this->legacy_data) {
5558  out.append(" legacy_data: ");
5559  sprintf(buffer, "%" PRIu32, it);
5560  out.append(buffer);
5561  out.append("\n");
5562  }
5563 
5564  out.append(" data: ");
5565  out.append("'").append(this->data).append("'");
5566  out.append("\n");
5567  out.append("}");
5568 }
5569 #endif
5571  switch (field_id) {
5572  case 1: {
5573  this->address = value.as_uint64();
5574  return true;
5575  }
5576  case 3: {
5577  this->rssi = value.as_sint32();
5578  return true;
5579  }
5580  case 7: {
5581  this->address_type = value.as_uint32();
5582  return true;
5583  }
5584  default:
5585  return false;
5586  }
5587 }
5589  switch (field_id) {
5590  case 2: {
5591  this->name = value.as_string();
5592  return true;
5593  }
5594  case 4: {
5595  this->service_uuids.push_back(value.as_string());
5596  return true;
5597  }
5598  case 5: {
5599  this->service_data.push_back(value.as_message<BluetoothServiceData>());
5600  return true;
5601  }
5602  case 6: {
5603  this->manufacturer_data.push_back(value.as_message<BluetoothServiceData>());
5604  return true;
5605  }
5606  default:
5607  return false;
5608  }
5609 }
5611  buffer.encode_uint64(1, this->address);
5612  buffer.encode_string(2, this->name);
5613  buffer.encode_sint32(3, this->rssi);
5614  for (auto &it : this->service_uuids) {
5615  buffer.encode_string(4, it, true);
5616  }
5617  for (auto &it : this->service_data) {
5618  buffer.encode_message<BluetoothServiceData>(5, it, true);
5619  }
5620  for (auto &it : this->manufacturer_data) {
5621  buffer.encode_message<BluetoothServiceData>(6, it, true);
5622  }
5623  buffer.encode_uint32(7, this->address_type);
5624 }
5625 #ifdef HAS_PROTO_MESSAGE_DUMP
5626 void BluetoothLEAdvertisementResponse::dump_to(std::string &out) const {
5627  __attribute__((unused)) char buffer[64];
5628  out.append("BluetoothLEAdvertisementResponse {\n");
5629  out.append(" address: ");
5630  sprintf(buffer, "%llu", this->address);
5631  out.append(buffer);
5632  out.append("\n");
5633 
5634  out.append(" name: ");
5635  out.append("'").append(this->name).append("'");
5636  out.append("\n");
5637 
5638  out.append(" rssi: ");
5639  sprintf(buffer, "%" PRId32, this->rssi);
5640  out.append(buffer);
5641  out.append("\n");
5642 
5643  for (const auto &it : this->service_uuids) {
5644  out.append(" service_uuids: ");
5645  out.append("'").append(it).append("'");
5646  out.append("\n");
5647  }
5648 
5649  for (const auto &it : this->service_data) {
5650  out.append(" service_data: ");
5651  it.dump_to(out);
5652  out.append("\n");
5653  }
5654 
5655  for (const auto &it : this->manufacturer_data) {
5656  out.append(" manufacturer_data: ");
5657  it.dump_to(out);
5658  out.append("\n");
5659  }
5660 
5661  out.append(" address_type: ");
5662  sprintf(buffer, "%" PRIu32, this->address_type);
5663  out.append(buffer);
5664  out.append("\n");
5665  out.append("}");
5666 }
5667 #endif
5669  switch (field_id) {
5670  case 1: {
5671  this->address = value.as_uint64();
5672  return true;
5673  }
5674  case 2: {
5675  this->rssi = value.as_sint32();
5676  return true;
5677  }
5678  case 3: {
5679  this->address_type = value.as_uint32();
5680  return true;
5681  }
5682  default:
5683  return false;
5684  }
5685 }
5687  switch (field_id) {
5688  case 4: {
5689  this->data = value.as_string();
5690  return true;
5691  }
5692  default:
5693  return false;
5694  }
5695 }
5697  buffer.encode_uint64(1, this->address);
5698  buffer.encode_sint32(2, this->rssi);
5699  buffer.encode_uint32(3, this->address_type);
5700  buffer.encode_string(4, this->data);
5701 }
5702 #ifdef HAS_PROTO_MESSAGE_DUMP
5703 void BluetoothLERawAdvertisement::dump_to(std::string &out) const {
5704  __attribute__((unused)) char buffer[64];
5705  out.append("BluetoothLERawAdvertisement {\n");
5706  out.append(" address: ");
5707  sprintf(buffer, "%llu", this->address);
5708  out.append(buffer);
5709  out.append("\n");
5710 
5711  out.append(" rssi: ");
5712  sprintf(buffer, "%" PRId32, this->rssi);
5713  out.append(buffer);
5714  out.append("\n");
5715 
5716  out.append(" address_type: ");
5717  sprintf(buffer, "%" PRIu32, this->address_type);
5718  out.append(buffer);
5719  out.append("\n");
5720 
5721  out.append(" data: ");
5722  out.append("'").append(this->data).append("'");
5723  out.append("\n");
5724  out.append("}");
5725 }
5726 #endif
5728  switch (field_id) {
5729  case 1: {
5730  this->advertisements.push_back(value.as_message<BluetoothLERawAdvertisement>());
5731  return true;
5732  }
5733  default:
5734  return false;
5735  }
5736 }
5738  for (auto &it : this->advertisements) {
5739  buffer.encode_message<BluetoothLERawAdvertisement>(1, it, true);
5740  }
5741 }
5742 #ifdef HAS_PROTO_MESSAGE_DUMP
5744  __attribute__((unused)) char buffer[64];
5745  out.append("BluetoothLERawAdvertisementsResponse {\n");
5746  for (const auto &it : this->advertisements) {
5747  out.append(" advertisements: ");
5748  it.dump_to(out);
5749  out.append("\n");
5750  }
5751  out.append("}");
5752 }
5753 #endif
5754 bool BluetoothDeviceRequest::decode_varint(uint32_t field_id, ProtoVarInt value) {
5755  switch (field_id) {
5756  case 1: {
5757  this->address = value.as_uint64();
5758  return true;
5759  }
5760  case 2: {
5761  this->request_type = value.as_enum<enums::BluetoothDeviceRequestType>();
5762  return true;
5763  }
5764  case 3: {
5765  this->has_address_type = value.as_bool();
5766  return true;
5767  }
5768  case 4: {
5769  this->address_type = value.as_uint32();
5770  return true;
5771  }
5772  default:
5773  return false;
5774  }
5775 }
5777  buffer.encode_uint64(1, this->address);
5778  buffer.encode_enum<enums::BluetoothDeviceRequestType>(2, this->request_type);
5779  buffer.encode_bool(3, this->has_address_type);
5780  buffer.encode_uint32(4, this->address_type);
5781 }
5782 #ifdef HAS_PROTO_MESSAGE_DUMP
5783 void BluetoothDeviceRequest::dump_to(std::string &out) const {
5784  __attribute__((unused)) char buffer[64];
5785  out.append("BluetoothDeviceRequest {\n");
5786  out.append(" address: ");
5787  sprintf(buffer, "%llu", this->address);
5788  out.append(buffer);
5789  out.append("\n");
5790 
5791  out.append(" request_type: ");
5792  out.append(proto_enum_to_string<enums::BluetoothDeviceRequestType>(this->request_type));
5793  out.append("\n");
5794 
5795  out.append(" has_address_type: ");
5796  out.append(YESNO(this->has_address_type));
5797  out.append("\n");
5798 
5799  out.append(" address_type: ");
5800  sprintf(buffer, "%" PRIu32, this->address_type);
5801  out.append(buffer);
5802  out.append("\n");
5803  out.append("}");
5804 }
5805 #endif
5807  switch (field_id) {
5808  case 1: {
5809  this->address = value.as_uint64();
5810  return true;
5811  }
5812  case 2: {
5813  this->connected = value.as_bool();
5814  return true;
5815  }
5816  case 3: {
5817  this->mtu = value.as_uint32();
5818  return true;
5819  }
5820  case 4: {
5821  this->error = value.as_int32();
5822  return true;
5823  }
5824  default:
5825  return false;
5826  }
5827 }
5829  buffer.encode_uint64(1, this->address);
5830  buffer.encode_bool(2, this->connected);
5831  buffer.encode_uint32(3, this->mtu);
5832  buffer.encode_int32(4, this->error);
5833 }
5834 #ifdef HAS_PROTO_MESSAGE_DUMP
5835 void BluetoothDeviceConnectionResponse::dump_to(std::string &out) const {
5836  __attribute__((unused)) char buffer[64];
5837  out.append("BluetoothDeviceConnectionResponse {\n");
5838  out.append(" address: ");
5839  sprintf(buffer, "%llu", this->address);
5840  out.append(buffer);
5841  out.append("\n");
5842 
5843  out.append(" connected: ");
5844  out.append(YESNO(this->connected));
5845  out.append("\n");
5846 
5847  out.append(" mtu: ");
5848  sprintf(buffer, "%" PRIu32, this->mtu);
5849  out.append(buffer);
5850  out.append("\n");
5851 
5852  out.append(" error: ");
5853  sprintf(buffer, "%" PRId32, this->error);
5854  out.append(buffer);
5855  out.append("\n");
5856  out.append("}");
5857 }
5858 #endif
5860  switch (field_id) {
5861  case 1: {
5862  this->address = value.as_uint64();
5863  return true;
5864  }
5865  default:
5866  return false;
5867  }
5868 }
5870 #ifdef HAS_PROTO_MESSAGE_DUMP
5871 void BluetoothGATTGetServicesRequest::dump_to(std::string &out) const {
5872  __attribute__((unused)) char buffer[64];
5873  out.append("BluetoothGATTGetServicesRequest {\n");
5874  out.append(" address: ");
5875  sprintf(buffer, "%llu", this->address);
5876  out.append(buffer);
5877  out.append("\n");
5878  out.append("}");
5879 }
5880 #endif
5881 bool BluetoothGATTDescriptor::decode_varint(uint32_t field_id, ProtoVarInt value) {
5882  switch (field_id) {
5883  case 1: {
5884  this->uuid.push_back(value.as_uint64());
5885  return true;
5886  }
5887  case 2: {
5888  this->handle = value.as_uint32();
5889  return true;
5890  }
5891  default:
5892  return false;
5893  }
5894 }
5896  for (auto &it : this->uuid) {
5897  buffer.encode_uint64(1, it, true);
5898  }
5899  buffer.encode_uint32(2, this->handle);
5900 }
5901 #ifdef HAS_PROTO_MESSAGE_DUMP
5902 void BluetoothGATTDescriptor::dump_to(std::string &out) const {
5903  __attribute__((unused)) char buffer[64];
5904  out.append("BluetoothGATTDescriptor {\n");
5905  for (const auto &it : this->uuid) {
5906  out.append(" uuid: ");
5907  sprintf(buffer, "%llu", it);
5908  out.append(buffer);
5909  out.append("\n");
5910  }
5911 
5912  out.append(" handle: ");
5913  sprintf(buffer, "%" PRIu32, this->handle);
5914  out.append(buffer);
5915  out.append("\n");
5916  out.append("}");
5917 }
5918 #endif
5920  switch (field_id) {
5921  case 1: {
5922  this->uuid.push_back(value.as_uint64());
5923  return true;
5924  }
5925  case 2: {
5926  this->handle = value.as_uint32();
5927  return true;
5928  }
5929  case 3: {
5930  this->properties = value.as_uint32();
5931  return true;
5932  }
5933  default:
5934  return false;
5935  }
5936 }
5938  switch (field_id) {
5939  case 4: {
5940  this->descriptors.push_back(value.as_message<BluetoothGATTDescriptor>());
5941  return true;
5942  }
5943  default:
5944  return false;
5945  }
5946 }
5948  for (auto &it : this->uuid) {
5949  buffer.encode_uint64(1, it, true);
5950  }
5951  buffer.encode_uint32(2, this->handle);
5952  buffer.encode_uint32(3, this->properties);
5953  for (auto &it : this->descriptors) {
5954  buffer.encode_message<BluetoothGATTDescriptor>(4, it, true);
5955  }
5956 }
5957 #ifdef HAS_PROTO_MESSAGE_DUMP
5958 void BluetoothGATTCharacteristic::dump_to(std::string &out) const {
5959  __attribute__((unused)) char buffer[64];
5960  out.append("BluetoothGATTCharacteristic {\n");
5961  for (const auto &it : this->uuid) {
5962  out.append(" uuid: ");
5963  sprintf(buffer, "%llu", it);
5964  out.append(buffer);
5965  out.append("\n");
5966  }
5967 
5968  out.append(" handle: ");
5969  sprintf(buffer, "%" PRIu32, this->handle);
5970  out.append(buffer);
5971  out.append("\n");
5972 
5973  out.append(" properties: ");
5974  sprintf(buffer, "%" PRIu32, this->properties);
5975  out.append(buffer);
5976  out.append("\n");
5977 
5978  for (const auto &it : this->descriptors) {
5979  out.append(" descriptors: ");
5980  it.dump_to(out);
5981  out.append("\n");
5982  }
5983  out.append("}");
5984 }
5985 #endif
5986 bool BluetoothGATTService::decode_varint(uint32_t field_id, ProtoVarInt value) {
5987  switch (field_id) {
5988  case 1: {
5989  this->uuid.push_back(value.as_uint64());
5990  return true;
5991  }
5992  case 2: {
5993  this->handle = value.as_uint32();
5994  return true;
5995  }
5996  default:
5997  return false;
5998  }
5999 }
6001  switch (field_id) {
6002  case 3: {
6003  this->characteristics.push_back(value.as_message<BluetoothGATTCharacteristic>());
6004  return true;
6005  }
6006  default:
6007  return false;
6008  }
6009 }
6011  for (auto &it : this->uuid) {
6012  buffer.encode_uint64(1, it, true);
6013  }
6014  buffer.encode_uint32(2, this->handle);
6015  for (auto &it : this->characteristics) {
6016  buffer.encode_message<BluetoothGATTCharacteristic>(3, it, true);
6017  }
6018 }
6019 #ifdef HAS_PROTO_MESSAGE_DUMP
6020 void BluetoothGATTService::dump_to(std::string &out) const {
6021  __attribute__((unused)) char buffer[64];
6022  out.append("BluetoothGATTService {\n");
6023  for (const auto &it : this->uuid) {
6024  out.append(" uuid: ");
6025  sprintf(buffer, "%llu", it);
6026  out.append(buffer);
6027  out.append("\n");
6028  }
6029 
6030  out.append(" handle: ");
6031  sprintf(buffer, "%" PRIu32, this->handle);
6032  out.append(buffer);
6033  out.append("\n");
6034 
6035  for (const auto &it : this->characteristics) {
6036  out.append(" characteristics: ");
6037  it.dump_to(out);
6038  out.append("\n");
6039  }
6040  out.append("}");
6041 }
6042 #endif
6044  switch (field_id) {
6045  case 1: {
6046  this->address = value.as_uint64();
6047  return true;
6048  }
6049  default:
6050  return false;
6051  }
6052 }
6054  switch (field_id) {
6055  case 2: {
6056  this->services.push_back(value.as_message<BluetoothGATTService>());
6057  return true;
6058  }
6059  default:
6060  return false;
6061  }
6062 }
6064  buffer.encode_uint64(1, this->address);
6065  for (auto &it : this->services) {
6066  buffer.encode_message<BluetoothGATTService>(2, it, true);
6067  }
6068 }
6069 #ifdef HAS_PROTO_MESSAGE_DUMP
6070 void BluetoothGATTGetServicesResponse::dump_to(std::string &out) const {
6071  __attribute__((unused)) char buffer[64];
6072  out.append("BluetoothGATTGetServicesResponse {\n");
6073  out.append(" address: ");
6074  sprintf(buffer, "%llu", this->address);
6075  out.append(buffer);
6076  out.append("\n");
6077 
6078  for (const auto &it : this->services) {
6079  out.append(" services: ");
6080  it.dump_to(out);
6081  out.append("\n");
6082  }
6083  out.append("}");
6084 }
6085 #endif
6087  switch (field_id) {
6088  case 1: {
6089  this->address = value.as_uint64();
6090  return true;
6091  }
6092  default:
6093  return false;
6094  }
6095 }
6097  buffer.encode_uint64(1, this->address);
6098 }
6099 #ifdef HAS_PROTO_MESSAGE_DUMP
6101  __attribute__((unused)) char buffer[64];
6102  out.append("BluetoothGATTGetServicesDoneResponse {\n");
6103  out.append(" address: ");
6104  sprintf(buffer, "%llu", this->address);
6105  out.append(buffer);
6106  out.append("\n");
6107  out.append("}");
6108 }
6109 #endif
6111  switch (field_id) {
6112  case 1: {
6113  this->address = value.as_uint64();
6114  return true;
6115  }
6116  case 2: {
6117  this->handle = value.as_uint32();
6118  return true;
6119  }
6120  default:
6121  return false;
6122  }
6123 }
6125  buffer.encode_uint64(1, this->address);
6126  buffer.encode_uint32(2, this->handle);
6127 }
6128 #ifdef HAS_PROTO_MESSAGE_DUMP
6129 void BluetoothGATTReadRequest::dump_to(std::string &out) const {
6130  __attribute__((unused)) char buffer[64];
6131  out.append("BluetoothGATTReadRequest {\n");
6132  out.append(" address: ");
6133  sprintf(buffer, "%llu", this->address);
6134  out.append(buffer);
6135  out.append("\n");
6136 
6137  out.append(" handle: ");
6138  sprintf(buffer, "%" PRIu32, this->handle);
6139  out.append(buffer);
6140  out.append("\n");
6141  out.append("}");
6142 }
6143 #endif
6145  switch (field_id) {
6146  case 1: {
6147  this->address = value.as_uint64();
6148  return true;
6149  }
6150  case 2: {
6151  this->handle = value.as_uint32();
6152  return true;
6153  }
6154  default:
6155  return false;
6156  }
6157 }
6159  switch (field_id) {
6160  case 3: {
6161  this->data = value.as_string();
6162  return true;
6163  }
6164  default:
6165  return false;
6166  }
6167 }
6169  buffer.encode_uint64(1, this->address);
6170  buffer.encode_uint32(2, this->handle);
6171  buffer.encode_string(3, this->data);
6172 }
6173 #ifdef HAS_PROTO_MESSAGE_DUMP
6174 void BluetoothGATTReadResponse::dump_to(std::string &out) const {
6175  __attribute__((unused)) char buffer[64];
6176  out.append("BluetoothGATTReadResponse {\n");
6177  out.append(" address: ");
6178  sprintf(buffer, "%llu", this->address);
6179  out.append(buffer);
6180  out.append("\n");
6181 
6182  out.append(" handle: ");
6183  sprintf(buffer, "%" PRIu32, this->handle);
6184  out.append(buffer);
6185  out.append("\n");
6186 
6187  out.append(" data: ");
6188  out.append("'").append(this->data).append("'");
6189  out.append("\n");
6190  out.append("}");
6191 }
6192 #endif
6194  switch (field_id) {
6195  case 1: {
6196  this->address = value.as_uint64();
6197  return true;
6198  }
6199  case 2: {
6200  this->handle = value.as_uint32();
6201  return true;
6202  }
6203  case 3: {
6204  this->response = value.as_bool();
6205  return true;
6206  }
6207  default:
6208  return false;
6209  }
6210 }
6212  switch (field_id) {
6213  case 4: {
6214  this->data = value.as_string();
6215  return true;
6216  }
6217  default:
6218  return false;
6219  }
6220 }
6222  buffer.encode_uint64(1, this->address);
6223  buffer.encode_uint32(2, this->handle);
6224  buffer.encode_bool(3, this->response);
6225  buffer.encode_string(4, this->data);
6226 }
6227 #ifdef HAS_PROTO_MESSAGE_DUMP
6228 void BluetoothGATTWriteRequest::dump_to(std::string &out) const {
6229  __attribute__((unused)) char buffer[64];
6230  out.append("BluetoothGATTWriteRequest {\n");
6231  out.append(" address: ");
6232  sprintf(buffer, "%llu", this->address);
6233  out.append(buffer);
6234  out.append("\n");
6235 
6236  out.append(" handle: ");
6237  sprintf(buffer, "%" PRIu32, this->handle);
6238  out.append(buffer);
6239  out.append("\n");
6240 
6241  out.append(" response: ");
6242  out.append(YESNO(this->response));
6243  out.append("\n");
6244 
6245  out.append(" data: ");
6246  out.append("'").append(this->data).append("'");
6247  out.append("\n");
6248  out.append("}");
6249 }
6250 #endif
6252  switch (field_id) {
6253  case 1: {
6254  this->address = value.as_uint64();
6255  return true;
6256  }
6257  case 2: {
6258  this->handle = value.as_uint32();
6259  return true;
6260  }
6261  default:
6262  return false;
6263  }
6264 }
6266  buffer.encode_uint64(1, this->address);
6267  buffer.encode_uint32(2, this->handle);
6268 }
6269 #ifdef HAS_PROTO_MESSAGE_DUMP
6270 void BluetoothGATTReadDescriptorRequest::dump_to(std::string &out) const {
6271  __attribute__((unused)) char buffer[64];
6272  out.append("BluetoothGATTReadDescriptorRequest {\n");
6273  out.append(" address: ");
6274  sprintf(buffer, "%llu", this->address);
6275  out.append(buffer);
6276  out.append("\n");
6277 
6278  out.append(" handle: ");
6279  sprintf(buffer, "%" PRIu32, this->handle);
6280  out.append(buffer);
6281  out.append("\n");
6282  out.append("}");
6283 }
6284 #endif
6286  switch (field_id) {
6287  case 1: {
6288  this->address = value.as_uint64();
6289  return true;
6290  }
6291  case 2: {
6292  this->handle = value.as_uint32();
6293  return true;
6294  }
6295  default:
6296  return false;
6297  }
6298 }
6300  switch (field_id) {
6301  case 3: {
6302  this->data = value.as_string();
6303  return true;
6304  }
6305  default:
6306  return false;
6307  }
6308 }
6310  buffer.encode_uint64(1, this->address);
6311  buffer.encode_uint32(2, this->handle);
6312  buffer.encode_string(3, this->data);
6313 }
6314 #ifdef HAS_PROTO_MESSAGE_DUMP
6315 void BluetoothGATTWriteDescriptorRequest::dump_to(std::string &out) const {
6316  __attribute__((unused)) char buffer[64];
6317  out.append("BluetoothGATTWriteDescriptorRequest {\n");
6318  out.append(" address: ");
6319  sprintf(buffer, "%llu", this->address);
6320  out.append(buffer);
6321  out.append("\n");
6322 
6323  out.append(" handle: ");
6324  sprintf(buffer, "%" PRIu32, this->handle);
6325  out.append(buffer);
6326  out.append("\n");
6327 
6328  out.append(" data: ");
6329  out.append("'").append(this->data).append("'");
6330  out.append("\n");
6331  out.append("}");
6332 }
6333 #endif
6335  switch (field_id) {
6336  case 1: {
6337  this->address = value.as_uint64();
6338  return true;
6339  }
6340  case 2: {
6341  this->handle = value.as_uint32();
6342  return true;
6343  }
6344  case 3: {
6345  this->enable = value.as_bool();
6346  return true;
6347  }
6348  default:
6349  return false;
6350  }
6351 }
6353  buffer.encode_uint64(1, this->address);
6354  buffer.encode_uint32(2, this->handle);
6355  buffer.encode_bool(3, this->enable);
6356 }
6357 #ifdef HAS_PROTO_MESSAGE_DUMP
6358 void BluetoothGATTNotifyRequest::dump_to(std::string &out) const {
6359  __attribute__((unused)) char buffer[64];
6360  out.append("BluetoothGATTNotifyRequest {\n");
6361  out.append(" address: ");
6362  sprintf(buffer, "%llu", this->address);
6363  out.append(buffer);
6364  out.append("\n");
6365 
6366  out.append(" handle: ");
6367  sprintf(buffer, "%" PRIu32, this->handle);
6368  out.append(buffer);
6369  out.append("\n");
6370 
6371  out.append(" enable: ");
6372  out.append(YESNO(this->enable));
6373  out.append("\n");
6374  out.append("}");
6375 }
6376 #endif
6378  switch (field_id) {
6379  case 1: {
6380  this->address = value.as_uint64();
6381  return true;
6382  }
6383  case 2: {
6384  this->handle = value.as_uint32();
6385  return true;
6386  }
6387  default:
6388  return false;
6389  }
6390 }
6392  switch (field_id) {
6393  case 3: {
6394  this->data = value.as_string();
6395  return true;
6396  }
6397  default:
6398  return false;
6399  }
6400 }
6402  buffer.encode_uint64(1, this->address);
6403  buffer.encode_uint32(2, this->handle);
6404  buffer.encode_string(3, this->data);
6405 }
6406 #ifdef HAS_PROTO_MESSAGE_DUMP
6407 void BluetoothGATTNotifyDataResponse::dump_to(std::string &out) const {
6408  __attribute__((unused)) char buffer[64];
6409  out.append("BluetoothGATTNotifyDataResponse {\n");
6410  out.append(" address: ");
6411  sprintf(buffer, "%llu", this->address);
6412  out.append(buffer);
6413  out.append("\n");
6414 
6415  out.append(" handle: ");
6416  sprintf(buffer, "%" PRIu32, this->handle);
6417  out.append(buffer);
6418  out.append("\n");
6419 
6420  out.append(" data: ");
6421  out.append("'").append(this->data).append("'");
6422  out.append("\n");
6423  out.append("}");
6424 }
6425 #endif
6427 #ifdef HAS_PROTO_MESSAGE_DUMP
6429  out.append("SubscribeBluetoothConnectionsFreeRequest {}");
6430 }
6431 #endif
6433  switch (field_id) {
6434  case 1: {
6435  this->free = value.as_uint32();
6436  return true;
6437  }
6438  case 2: {
6439  this->limit = value.as_uint32();
6440  return true;
6441  }
6442  case 3: {
6443  this->allocated.push_back(value.as_uint64());
6444  return true;
6445  }
6446  default:
6447  return false;
6448  }
6449 }
6451  buffer.encode_uint32(1, this->free);
6452  buffer.encode_uint32(2, this->limit);
6453  for (auto &it : this->allocated) {
6454  buffer.encode_uint64(3, it, true);
6455  }
6456 }
6457 #ifdef HAS_PROTO_MESSAGE_DUMP
6458 void BluetoothConnectionsFreeResponse::dump_to(std::string &out) const {
6459  __attribute__((unused)) char buffer[64];
6460  out.append("BluetoothConnectionsFreeResponse {\n");
6461  out.append(" free: ");
6462  sprintf(buffer, "%" PRIu32, this->free);
6463  out.append(buffer);
6464  out.append("\n");
6465 
6466  out.append(" limit: ");
6467  sprintf(buffer, "%" PRIu32, this->limit);
6468  out.append(buffer);
6469  out.append("\n");
6470 
6471  for (const auto &it : this->allocated) {
6472  out.append(" allocated: ");
6473  sprintf(buffer, "%llu", it);
6474  out.append(buffer);
6475  out.append("\n");
6476  }
6477  out.append("}");
6478 }
6479 #endif
6481  switch (field_id) {
6482  case 1: {
6483  this->address = value.as_uint64();
6484  return true;
6485  }
6486  case 2: {
6487  this->handle = value.as_uint32();
6488  return true;
6489  }
6490  case 3: {
6491  this->error = value.as_int32();
6492  return true;
6493  }
6494  default:
6495  return false;
6496  }
6497 }
6499  buffer.encode_uint64(1, this->address);
6500  buffer.encode_uint32(2, this->handle);
6501  buffer.encode_int32(3, this->error);
6502 }
6503 #ifdef HAS_PROTO_MESSAGE_DUMP
6504 void BluetoothGATTErrorResponse::dump_to(std::string &out) const {
6505  __attribute__((unused)) char buffer[64];
6506  out.append("BluetoothGATTErrorResponse {\n");
6507  out.append(" address: ");
6508  sprintf(buffer, "%llu", this->address);
6509  out.append(buffer);
6510  out.append("\n");
6511 
6512  out.append(" handle: ");
6513  sprintf(buffer, "%" PRIu32, this->handle);
6514  out.append(buffer);
6515  out.append("\n");
6516 
6517  out.append(" error: ");
6518  sprintf(buffer, "%" PRId32, this->error);
6519  out.append(buffer);
6520  out.append("\n");
6521  out.append("}");
6522 }
6523 #endif
6525  switch (field_id) {
6526  case 1: {
6527  this->address = value.as_uint64();
6528  return true;
6529  }
6530  case 2: {
6531  this->handle = value.as_uint32();
6532  return true;
6533  }
6534  default:
6535  return false;
6536  }
6537 }
6539  buffer.encode_uint64(1, this->address);
6540  buffer.encode_uint32(2, this->handle);
6541 }
6542 #ifdef HAS_PROTO_MESSAGE_DUMP
6543 void BluetoothGATTWriteResponse::dump_to(std::string &out) const {
6544  __attribute__((unused)) char buffer[64];
6545  out.append("BluetoothGATTWriteResponse {\n");
6546  out.append(" address: ");
6547  sprintf(buffer, "%llu", this->address);
6548  out.append(buffer);
6549  out.append("\n");
6550 
6551  out.append(" handle: ");
6552  sprintf(buffer, "%" PRIu32, this->handle);
6553  out.append(buffer);
6554  out.append("\n");
6555  out.append("}");
6556 }
6557 #endif
6559  switch (field_id) {
6560  case 1: {
6561  this->address = value.as_uint64();
6562  return true;
6563  }
6564  case 2: {
6565  this->handle = value.as_uint32();
6566  return true;
6567  }
6568  default:
6569  return false;
6570  }
6571 }
6573  buffer.encode_uint64(1, this->address);
6574  buffer.encode_uint32(2, this->handle);
6575 }
6576 #ifdef HAS_PROTO_MESSAGE_DUMP
6577 void BluetoothGATTNotifyResponse::dump_to(std::string &out) const {
6578  __attribute__((unused)) char buffer[64];
6579  out.append("BluetoothGATTNotifyResponse {\n");
6580  out.append(" address: ");
6581  sprintf(buffer, "%llu", this->address);
6582  out.append(buffer);
6583  out.append("\n");
6584 
6585  out.append(" handle: ");
6586  sprintf(buffer, "%" PRIu32, this->handle);
6587  out.append(buffer);
6588  out.append("\n");
6589  out.append("}");
6590 }
6591 #endif
6593  switch (field_id) {
6594  case 1: {
6595  this->address = value.as_uint64();
6596  return true;
6597  }
6598  case 2: {
6599  this->paired = value.as_bool();
6600  return true;
6601  }
6602  case 3: {
6603  this->error = value.as_int32();
6604  return true;
6605  }
6606  default:
6607  return false;
6608  }
6609 }
6611  buffer.encode_uint64(1, this->address);
6612  buffer.encode_bool(2, this->paired);
6613  buffer.encode_int32(3, this->error);
6614 }
6615 #ifdef HAS_PROTO_MESSAGE_DUMP
6616 void BluetoothDevicePairingResponse::dump_to(std::string &out) const {
6617  __attribute__((unused)) char buffer[64];
6618  out.append("BluetoothDevicePairingResponse {\n");
6619  out.append(" address: ");
6620  sprintf(buffer, "%llu", this->address);
6621  out.append(buffer);
6622  out.append("\n");
6623 
6624  out.append(" paired: ");
6625  out.append(YESNO(this->paired));
6626  out.append("\n");
6627 
6628  out.append(" error: ");
6629  sprintf(buffer, "%" PRId32, this->error);
6630  out.append(buffer);
6631  out.append("\n");
6632  out.append("}");
6633 }
6634 #endif
6636  switch (field_id) {
6637  case 1: {
6638  this->address = value.as_uint64();
6639  return true;
6640  }
6641  case 2: {
6642  this->success = value.as_bool();
6643  return true;
6644  }
6645  case 3: {
6646  this->error = value.as_int32();
6647  return true;
6648  }
6649  default:
6650  return false;
6651  }
6652 }
6654  buffer.encode_uint64(1, this->address);
6655  buffer.encode_bool(2, this->success);
6656  buffer.encode_int32(3, this->error);
6657 }
6658 #ifdef HAS_PROTO_MESSAGE_DUMP
6659 void BluetoothDeviceUnpairingResponse::dump_to(std::string &out) const {
6660  __attribute__((unused)) char buffer[64];
6661  out.append("BluetoothDeviceUnpairingResponse {\n");
6662  out.append(" address: ");
6663  sprintf(buffer, "%llu", this->address);
6664  out.append(buffer);
6665  out.append("\n");
6666 
6667  out.append(" success: ");
6668  out.append(YESNO(this->success));
6669  out.append("\n");
6670 
6671  out.append(" error: ");
6672  sprintf(buffer, "%" PRId32, this->error);
6673  out.append(buffer);
6674  out.append("\n");
6675  out.append("}");
6676 }
6677 #endif
6679 #ifdef HAS_PROTO_MESSAGE_DUMP
6681  out.append("UnsubscribeBluetoothLEAdvertisementsRequest {}");
6682 }
6683 #endif
6685  switch (field_id) {
6686  case 1: {
6687  this->address = value.as_uint64();
6688  return true;
6689  }
6690  case 2: {
6691  this->success = value.as_bool();
6692  return true;
6693  }
6694  case 3: {
6695  this->error = value.as_int32();
6696  return true;
6697  }
6698  default:
6699  return false;
6700  }
6701 }
6703  buffer.encode_uint64(1, this->address);
6704  buffer.encode_bool(2, this->success);
6705  buffer.encode_int32(3, this->error);
6706 }
6707 #ifdef HAS_PROTO_MESSAGE_DUMP
6708 void BluetoothDeviceClearCacheResponse::dump_to(std::string &out) const {
6709  __attribute__((unused)) char buffer[64];
6710  out.append("BluetoothDeviceClearCacheResponse {\n");
6711  out.append(" address: ");
6712  sprintf(buffer, "%llu", this->address);
6713  out.append(buffer);
6714  out.append("\n");
6715 
6716  out.append(" success: ");
6717  out.append(YESNO(this->success));
6718  out.append("\n");
6719 
6720  out.append(" error: ");
6721  sprintf(buffer, "%" PRId32, this->error);
6722  out.append(buffer);
6723  out.append("\n");
6724  out.append("}");
6725 }
6726 #endif
6728  switch (field_id) {
6729  case 1: {
6730  this->subscribe = value.as_bool();
6731  return true;
6732  }
6733  case 2: {
6734  this->flags = value.as_uint32();
6735  return true;
6736  }
6737  default:
6738  return false;
6739  }
6740 }
6742  buffer.encode_bool(1, this->subscribe);
6743  buffer.encode_uint32(2, this->flags);
6744 }
6745 #ifdef HAS_PROTO_MESSAGE_DUMP
6746 void SubscribeVoiceAssistantRequest::dump_to(std::string &out) const {
6747  __attribute__((unused)) char buffer[64];
6748  out.append("SubscribeVoiceAssistantRequest {\n");
6749  out.append(" subscribe: ");
6750  out.append(YESNO(this->subscribe));
6751  out.append("\n");
6752 
6753  out.append(" flags: ");
6754  sprintf(buffer, "%" PRIu32, this->flags);
6755  out.append(buffer);
6756  out.append("\n");
6757  out.append("}");
6758 }
6759 #endif
6761  switch (field_id) {
6762  case 1: {
6763  this->noise_suppression_level = value.as_uint32();
6764  return true;
6765  }
6766  case 2: {
6767  this->auto_gain = value.as_uint32();
6768  return true;
6769  }
6770  default:
6771  return false;
6772  }
6773 }
6775  switch (field_id) {
6776  case 3: {
6777  this->volume_multiplier = value.as_float();
6778  return true;
6779  }
6780  default:
6781  return false;
6782  }
6783 }
6785  buffer.encode_uint32(1, this->noise_suppression_level);
6786  buffer.encode_uint32(2, this->auto_gain);
6787  buffer.encode_float(3, this->volume_multiplier);
6788 }
6789 #ifdef HAS_PROTO_MESSAGE_DUMP
6790 void VoiceAssistantAudioSettings::dump_to(std::string &out) const {
6791  __attribute__((unused)) char buffer[64];
6792  out.append("VoiceAssistantAudioSettings {\n");
6793  out.append(" noise_suppression_level: ");
6794  sprintf(buffer, "%" PRIu32, this->noise_suppression_level);
6795  out.append(buffer);
6796  out.append("\n");
6797 
6798  out.append(" auto_gain: ");
6799  sprintf(buffer, "%" PRIu32, this->auto_gain);
6800  out.append(buffer);
6801  out.append("\n");
6802 
6803  out.append(" volume_multiplier: ");
6804  sprintf(buffer, "%g", this->volume_multiplier);
6805  out.append(buffer);
6806  out.append("\n");
6807  out.append("}");
6808 }
6809 #endif
6810 bool VoiceAssistantRequest::decode_varint(uint32_t field_id, ProtoVarInt value) {
6811  switch (field_id) {
6812  case 1: {
6813  this->start = value.as_bool();
6814  return true;
6815  }
6816  case 3: {
6817  this->flags = value.as_uint32();
6818  return true;
6819  }
6820  default:
6821  return false;
6822  }
6823 }
6825  switch (field_id) {
6826  case 2: {
6827  this->conversation_id = value.as_string();
6828  return true;
6829  }
6830  case 4: {
6831  this->audio_settings = value.as_message<VoiceAssistantAudioSettings>();
6832  return true;
6833  }
6834  case 5: {
6835  this->wake_word_phrase = value.as_string();
6836  return true;
6837  }
6838  default:
6839  return false;
6840  }
6841 }
6843  buffer.encode_bool(1, this->start);
6844  buffer.encode_string(2, this->conversation_id);
6845  buffer.encode_uint32(3, this->flags);
6846  buffer.encode_message<VoiceAssistantAudioSettings>(4, this->audio_settings);
6847  buffer.encode_string(5, this->wake_word_phrase);
6848 }
6849 #ifdef HAS_PROTO_MESSAGE_DUMP
6850 void VoiceAssistantRequest::dump_to(std::string &out) const {
6851  __attribute__((unused)) char buffer[64];
6852  out.append("VoiceAssistantRequest {\n");
6853  out.append(" start: ");
6854  out.append(YESNO(this->start));
6855  out.append("\n");
6856 
6857  out.append(" conversation_id: ");
6858  out.append("'").append(this->conversation_id).append("'");
6859  out.append("\n");
6860 
6861  out.append(" flags: ");
6862  sprintf(buffer, "%" PRIu32, this->flags);
6863  out.append(buffer);
6864  out.append("\n");
6865 
6866  out.append(" audio_settings: ");
6867  this->audio_settings.dump_to(out);
6868  out.append("\n");
6869 
6870  out.append(" wake_word_phrase: ");
6871  out.append("'").append(this->wake_word_phrase).append("'");
6872  out.append("\n");
6873  out.append("}");
6874 }
6875 #endif
6876 bool VoiceAssistantResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
6877  switch (field_id) {
6878  case 1: {
6879  this->port = value.as_uint32();
6880  return true;
6881  }
6882  case 2: {
6883  this->error = value.as_bool();
6884  return true;
6885  }
6886  default:
6887  return false;
6888  }
6889 }
6891  buffer.encode_uint32(1, this->port);
6892  buffer.encode_bool(2, this->error);
6893 }
6894 #ifdef HAS_PROTO_MESSAGE_DUMP
6895 void VoiceAssistantResponse::dump_to(std::string &out) const {
6896  __attribute__((unused)) char buffer[64];
6897  out.append("VoiceAssistantResponse {\n");
6898  out.append(" port: ");
6899  sprintf(buffer, "%" PRIu32, this->port);
6900  out.append(buffer);
6901  out.append("\n");
6902 
6903  out.append(" error: ");
6904  out.append(YESNO(this->error));
6905  out.append("\n");
6906  out.append("}");
6907 }
6908 #endif
6910  switch (field_id) {
6911  case 1: {
6912  this->name = value.as_string();
6913  return true;
6914  }
6915  case 2: {
6916  this->value = value.as_string();
6917  return true;
6918  }
6919  default:
6920  return false;
6921  }
6922 }
6924  buffer.encode_string(1, this->name);
6925  buffer.encode_string(2, this->value);
6926 }
6927 #ifdef HAS_PROTO_MESSAGE_DUMP
6928 void VoiceAssistantEventData::dump_to(std::string &out) const {
6929  __attribute__((unused)) char buffer[64];
6930  out.append("VoiceAssistantEventData {\n");
6931  out.append(" name: ");
6932  out.append("'").append(this->name).append("'");
6933  out.append("\n");
6934 
6935  out.append(" value: ");
6936  out.append("'").append(this->value).append("'");
6937  out.append("\n");
6938  out.append("}");
6939 }
6940 #endif
6942  switch (field_id) {
6943  case 1: {
6944  this->event_type = value.as_enum<enums::VoiceAssistantEvent>();
6945  return true;
6946  }
6947  default:
6948  return false;
6949  }
6950 }
6952  switch (field_id) {
6953  case 2: {
6954  this->data.push_back(value.as_message<VoiceAssistantEventData>());
6955  return true;
6956  }
6957  default:
6958  return false;
6959  }
6960 }
6962  buffer.encode_enum<enums::VoiceAssistantEvent>(1, this->event_type);
6963  for (auto &it : this->data) {
6964  buffer.encode_message<VoiceAssistantEventData>(2, it, true);
6965  }
6966 }
6967 #ifdef HAS_PROTO_MESSAGE_DUMP
6968 void VoiceAssistantEventResponse::dump_to(std::string &out) const {
6969  __attribute__((unused)) char buffer[64];
6970  out.append("VoiceAssistantEventResponse {\n");
6971  out.append(" event_type: ");
6972  out.append(proto_enum_to_string<enums::VoiceAssistantEvent>(this->event_type));
6973  out.append("\n");
6974 
6975  for (const auto &it : this->data) {
6976  out.append(" data: ");
6977  it.dump_to(out);
6978  out.append("\n");
6979  }
6980  out.append("}");
6981 }
6982 #endif
6983 bool VoiceAssistantAudio::decode_varint(uint32_t field_id, ProtoVarInt value) {
6984  switch (field_id) {
6985  case 2: {
6986  this->end = value.as_bool();
6987  return true;
6988  }
6989  default:
6990  return false;
6991  }
6992 }
6994  switch (field_id) {
6995  case 1: {
6996  this->data = value.as_string();
6997  return true;
6998  }
6999  default:
7000  return false;
7001  }
7002 }
7004  buffer.encode_string(1, this->data);
7005  buffer.encode_bool(2, this->end);
7006 }
7007 #ifdef HAS_PROTO_MESSAGE_DUMP
7008 void VoiceAssistantAudio::dump_to(std::string &out) const {
7009  __attribute__((unused)) char buffer[64];
7010  out.append("VoiceAssistantAudio {\n");
7011  out.append(" data: ");
7012  out.append("'").append(this->data).append("'");
7013  out.append("\n");
7014 
7015  out.append(" end: ");
7016  out.append(YESNO(this->end));
7017  out.append("\n");
7018  out.append("}");
7019 }
7020 #endif
7022  switch (field_id) {
7023  case 1: {
7024  this->event_type = value.as_enum<enums::VoiceAssistantTimerEvent>();
7025  return true;
7026  }
7027  case 4: {
7028  this->total_seconds = value.as_uint32();
7029  return true;
7030  }
7031  case 5: {
7032  this->seconds_left = value.as_uint32();
7033  return true;
7034  }
7035  case 6: {
7036  this->is_active = value.as_bool();
7037  return true;
7038  }
7039  default:
7040  return false;
7041  }
7042 }
7044  switch (field_id) {
7045  case 2: {
7046  this->timer_id = value.as_string();
7047  return true;
7048  }
7049  case 3: {
7050  this->name = value.as_string();
7051  return true;
7052  }
7053  default:
7054  return false;
7055  }
7056 }
7058  buffer.encode_enum<enums::VoiceAssistantTimerEvent>(1, this->event_type);
7059  buffer.encode_string(2, this->timer_id);
7060  buffer.encode_string(3, this->name);
7061  buffer.encode_uint32(4, this->total_seconds);
7062  buffer.encode_uint32(5, this->seconds_left);
7063  buffer.encode_bool(6, this->is_active);
7064 }
7065 #ifdef HAS_PROTO_MESSAGE_DUMP
7066 void VoiceAssistantTimerEventResponse::dump_to(std::string &out) const {
7067  __attribute__((unused)) char buffer[64];
7068  out.append("VoiceAssistantTimerEventResponse {\n");
7069  out.append(" event_type: ");
7070  out.append(proto_enum_to_string<enums::VoiceAssistantTimerEvent>(this->event_type));
7071  out.append("\n");
7072 
7073  out.append(" timer_id: ");
7074  out.append("'").append(this->timer_id).append("'");
7075  out.append("\n");
7076 
7077  out.append(" name: ");
7078  out.append("'").append(this->name).append("'");
7079  out.append("\n");
7080 
7081  out.append(" total_seconds: ");
7082  sprintf(buffer, "%" PRIu32, this->total_seconds);
7083  out.append(buffer);
7084  out.append("\n");
7085 
7086  out.append(" seconds_left: ");
7087  sprintf(buffer, "%" PRIu32, this->seconds_left);
7088  out.append(buffer);
7089  out.append("\n");
7090 
7091  out.append(" is_active: ");
7092  out.append(YESNO(this->is_active));
7093  out.append("\n");
7094  out.append("}");
7095 }
7096 #endif
7098  switch (field_id) {
7099  case 4: {
7100  this->start_conversation = value.as_bool();
7101  return true;
7102  }
7103  default:
7104  return false;
7105  }
7106 }
7108  switch (field_id) {
7109  case 1: {
7110  this->media_id = value.as_string();
7111  return true;
7112  }
7113  case 2: {
7114  this->text = value.as_string();
7115  return true;
7116  }
7117  case 3: {
7118  this->preannounce_media_id = value.as_string();
7119  return true;
7120  }
7121  default:
7122  return false;
7123  }
7124 }
7126  buffer.encode_string(1, this->media_id);
7127  buffer.encode_string(2, this->text);
7128  buffer.encode_string(3, this->preannounce_media_id);
7129  buffer.encode_bool(4, this->start_conversation);
7130 }
7131 #ifdef HAS_PROTO_MESSAGE_DUMP
7132 void VoiceAssistantAnnounceRequest::dump_to(std::string &out) const {
7133  __attribute__((unused)) char buffer[64];
7134  out.append("VoiceAssistantAnnounceRequest {\n");
7135  out.append(" media_id: ");
7136  out.append("'").append(this->media_id).append("'");
7137  out.append("\n");
7138 
7139  out.append(" text: ");
7140  out.append("'").append(this->text).append("'");
7141  out.append("\n");
7142 
7143  out.append(" preannounce_media_id: ");
7144  out.append("'").append(this->preannounce_media_id).append("'");
7145  out.append("\n");
7146 
7147  out.append(" start_conversation: ");
7148  out.append(YESNO(this->start_conversation));
7149  out.append("\n");
7150  out.append("}");
7151 }
7152 #endif
7154  switch (field_id) {
7155  case 1: {
7156  this->success = value.as_bool();
7157  return true;
7158  }
7159  default:
7160  return false;
7161  }
7162 }
7163 void VoiceAssistantAnnounceFinished::encode(ProtoWriteBuffer buffer) const { buffer.encode_bool(1, this->success); }
7164 #ifdef HAS_PROTO_MESSAGE_DUMP
7165 void VoiceAssistantAnnounceFinished::dump_to(std::string &out) const {
7166  __attribute__((unused)) char buffer[64];
7167  out.append("VoiceAssistantAnnounceFinished {\n");
7168  out.append(" success: ");
7169  out.append(YESNO(this->success));
7170  out.append("\n");
7171  out.append("}");
7172 }
7173 #endif
7175  switch (field_id) {
7176  case 1: {
7177  this->id = value.as_string();
7178  return true;
7179  }
7180  case 2: {
7181  this->wake_word = value.as_string();
7182  return true;
7183  }
7184  case 3: {
7185  this->trained_languages.push_back(value.as_string());
7186  return true;
7187  }
7188  default:
7189  return false;
7190  }
7191 }
7193  buffer.encode_string(1, this->id);
7194  buffer.encode_string(2, this->wake_word);
7195  for (auto &it : this->trained_languages) {
7196  buffer.encode_string(3, it, true);
7197  }
7198 }
7199 #ifdef HAS_PROTO_MESSAGE_DUMP
7200 void VoiceAssistantWakeWord::dump_to(std::string &out) const {
7201  __attribute__((unused)) char buffer[64];
7202  out.append("VoiceAssistantWakeWord {\n");
7203  out.append(" id: ");
7204  out.append("'").append(this->id).append("'");
7205  out.append("\n");
7206 
7207  out.append(" wake_word: ");
7208  out.append("'").append(this->wake_word).append("'");
7209  out.append("\n");
7210 
7211  for (const auto &it : this->trained_languages) {
7212  out.append(" trained_languages: ");
7213  out.append("'").append(it).append("'");
7214  out.append("\n");
7215  }
7216  out.append("}");
7217 }
7218 #endif
7220 #ifdef HAS_PROTO_MESSAGE_DUMP
7221 void VoiceAssistantConfigurationRequest::dump_to(std::string &out) const {
7222  out.append("VoiceAssistantConfigurationRequest {}");
7223 }
7224 #endif
7226  switch (field_id) {
7227  case 3: {
7228  this->max_active_wake_words = value.as_uint32();
7229  return true;
7230  }
7231  default:
7232  return false;
7233  }
7234 }
7236  switch (field_id) {
7237  case 1: {
7238  this->available_wake_words.push_back(value.as_message<VoiceAssistantWakeWord>());
7239  return true;
7240  }
7241  case 2: {
7242  this->active_wake_words.push_back(value.as_string());
7243  return true;
7244  }
7245  default:
7246  return false;
7247  }
7248 }
7250  for (auto &it : this->available_wake_words) {
7251  buffer.encode_message<VoiceAssistantWakeWord>(1, it, true);
7252  }
7253  for (auto &it : this->active_wake_words) {
7254  buffer.encode_string(2, it, true);
7255  }
7256  buffer.encode_uint32(3, this->max_active_wake_words);
7257 }
7258 #ifdef HAS_PROTO_MESSAGE_DUMP
7259 void VoiceAssistantConfigurationResponse::dump_to(std::string &out) const {
7260  __attribute__((unused)) char buffer[64];
7261  out.append("VoiceAssistantConfigurationResponse {\n");
7262  for (const auto &it : this->available_wake_words) {
7263  out.append(" available_wake_words: ");
7264  it.dump_to(out);
7265  out.append("\n");
7266  }
7267 
7268  for (const auto &it : this->active_wake_words) {
7269  out.append(" active_wake_words: ");
7270  out.append("'").append(it).append("'");
7271  out.append("\n");
7272  }
7273 
7274  out.append(" max_active_wake_words: ");
7275  sprintf(buffer, "%" PRIu32, this->max_active_wake_words);
7276  out.append(buffer);
7277  out.append("\n");
7278  out.append("}");
7279 }
7280 #endif
7282  switch (field_id) {
7283  case 1: {
7284  this->active_wake_words.push_back(value.as_string());
7285  return true;
7286  }
7287  default:
7288  return false;
7289  }
7290 }
7292  for (auto &it : this->active_wake_words) {
7293  buffer.encode_string(1, it, true);
7294  }
7295 }
7296 #ifdef HAS_PROTO_MESSAGE_DUMP
7297 void VoiceAssistantSetConfiguration::dump_to(std::string &out) const {
7298  __attribute__((unused)) char buffer[64];
7299  out.append("VoiceAssistantSetConfiguration {\n");
7300  for (const auto &it : this->active_wake_words) {
7301  out.append(" active_wake_words: ");
7302  out.append("'").append(it).append("'");
7303  out.append("\n");
7304  }
7305  out.append("}");
7306 }
7307 #endif
7309  switch (field_id) {
7310  case 6: {
7311  this->disabled_by_default = value.as_bool();
7312  return true;
7313  }
7314  case 7: {
7315  this->entity_category = value.as_enum<enums::EntityCategory>();
7316  return true;
7317  }
7318  case 8: {
7319  this->supported_features = value.as_uint32();
7320  return true;
7321  }
7322  case 9: {
7323  this->requires_code = value.as_bool();
7324  return true;
7325  }
7326  case 10: {
7327  this->requires_code_to_arm = value.as_bool();
7328  return true;
7329  }
7330  default:
7331  return false;
7332  }
7333 }
7335  switch (field_id) {
7336  case 1: {
7337  this->object_id = value.as_string();
7338  return true;
7339  }
7340  case 3: {
7341  this->name = value.as_string();
7342  return true;
7343  }
7344  case 4: {
7345  this->unique_id = value.as_string();
7346  return true;
7347  }
7348  case 5: {
7349  this->icon = value.as_string();
7350  return true;
7351  }
7352  default:
7353  return false;
7354  }
7355 }
7357  switch (field_id) {
7358  case 2: {
7359  this->key = value.as_fixed32();
7360  return true;
7361  }
7362  default:
7363  return false;
7364  }
7365 }
7367  buffer.encode_string(1, this->object_id);
7368  buffer.encode_fixed32(2, this->key);
7369  buffer.encode_string(3, this->name);
7370  buffer.encode_string(4, this->unique_id);
7371  buffer.encode_string(5, this->icon);
7372  buffer.encode_bool(6, this->disabled_by_default);
7373  buffer.encode_enum<enums::EntityCategory>(7, this->entity_category);
7374  buffer.encode_uint32(8, this->supported_features);
7375  buffer.encode_bool(9, this->requires_code);
7376  buffer.encode_bool(10, this->requires_code_to_arm);
7377 }
7378 #ifdef HAS_PROTO_MESSAGE_DUMP
7380  __attribute__((unused)) char buffer[64];
7381  out.append("ListEntitiesAlarmControlPanelResponse {\n");
7382  out.append(" object_id: ");
7383  out.append("'").append(this->object_id).append("'");
7384  out.append("\n");
7385 
7386  out.append(" key: ");
7387  sprintf(buffer, "%" PRIu32, this->key);
7388  out.append(buffer);
7389  out.append("\n");
7390 
7391  out.append(" name: ");
7392  out.append("'").append(this->name).append("'");
7393  out.append("\n");
7394 
7395  out.append(" unique_id: ");
7396  out.append("'").append(this->unique_id).append("'");
7397  out.append("\n");
7398 
7399  out.append(" icon: ");
7400  out.append("'").append(this->icon).append("'");
7401  out.append("\n");
7402 
7403  out.append(" disabled_by_default: ");
7404  out.append(YESNO(this->disabled_by_default));
7405  out.append("\n");
7406 
7407  out.append(" entity_category: ");
7408  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
7409  out.append("\n");
7410 
7411  out.append(" supported_features: ");
7412  sprintf(buffer, "%" PRIu32, this->supported_features);
7413  out.append(buffer);
7414  out.append("\n");
7415 
7416  out.append(" requires_code: ");
7417  out.append(YESNO(this->requires_code));
7418  out.append("\n");
7419 
7420  out.append(" requires_code_to_arm: ");
7421  out.append(YESNO(this->requires_code_to_arm));
7422  out.append("\n");
7423  out.append("}");
7424 }
7425 #endif
7427  switch (field_id) {
7428  case 2: {
7429  this->state = value.as_enum<enums::AlarmControlPanelState>();
7430  return true;
7431  }
7432  default:
7433  return false;
7434  }
7435 }
7437  switch (field_id) {
7438  case 1: {
7439  this->key = value.as_fixed32();
7440  return true;
7441  }
7442  default:
7443  return false;
7444  }
7445 }
7447  buffer.encode_fixed32(1, this->key);
7449 }
7450 #ifdef HAS_PROTO_MESSAGE_DUMP
7451 void AlarmControlPanelStateResponse::dump_to(std::string &out) const {
7452  __attribute__((unused)) char buffer[64];
7453  out.append("AlarmControlPanelStateResponse {\n");
7454  out.append(" key: ");
7455  sprintf(buffer, "%" PRIu32, this->key);
7456  out.append(buffer);
7457  out.append("\n");
7458 
7459  out.append(" state: ");
7460  out.append(proto_enum_to_string<enums::AlarmControlPanelState>(this->state));
7461  out.append("\n");
7462  out.append("}");
7463 }
7464 #endif
7466  switch (field_id) {
7467  case 2: {
7468  this->command = value.as_enum<enums::AlarmControlPanelStateCommand>();
7469  return true;
7470  }
7471  default:
7472  return false;
7473  }
7474 }
7476  switch (field_id) {
7477  case 3: {
7478  this->code = value.as_string();
7479  return true;
7480  }
7481  default:
7482  return false;
7483  }
7484 }
7486  switch (field_id) {
7487  case 1: {
7488  this->key = value.as_fixed32();
7489  return true;
7490  }
7491  default:
7492  return false;
7493  }
7494 }
7496  buffer.encode_fixed32(1, this->key);
7497  buffer.encode_enum<enums::AlarmControlPanelStateCommand>(2, this->command);
7498  buffer.encode_string(3, this->code);
7499 }
7500 #ifdef HAS_PROTO_MESSAGE_DUMP
7501 void AlarmControlPanelCommandRequest::dump_to(std::string &out) const {
7502  __attribute__((unused)) char buffer[64];
7503  out.append("AlarmControlPanelCommandRequest {\n");
7504  out.append(" key: ");
7505  sprintf(buffer, "%" PRIu32, this->key);
7506  out.append(buffer);
7507  out.append("\n");
7508 
7509  out.append(" command: ");
7510  out.append(proto_enum_to_string<enums::AlarmControlPanelStateCommand>(this->command));
7511  out.append("\n");
7512 
7513  out.append(" code: ");
7514  out.append("'").append(this->code).append("'");
7515  out.append("\n");
7516  out.append("}");
7517 }
7518 #endif
7520  switch (field_id) {
7521  case 6: {
7522  this->disabled_by_default = value.as_bool();
7523  return true;
7524  }
7525  case 7: {
7526  this->entity_category = value.as_enum<enums::EntityCategory>();
7527  return true;
7528  }
7529  case 8: {
7530  this->min_length = value.as_uint32();
7531  return true;
7532  }
7533  case 9: {
7534  this->max_length = value.as_uint32();
7535  return true;
7536  }
7537  case 11: {
7538  this->mode = value.as_enum<enums::TextMode>();
7539  return true;
7540  }
7541  default:
7542  return false;
7543  }
7544 }
7546  switch (field_id) {
7547  case 1: {
7548  this->object_id = value.as_string();
7549  return true;
7550  }
7551  case 3: {
7552  this->name = value.as_string();
7553  return true;
7554  }
7555  case 4: {
7556  this->unique_id = value.as_string();
7557  return true;
7558  }
7559  case 5: {
7560  this->icon = value.as_string();
7561  return true;
7562  }
7563  case 10: {
7564  this->pattern = value.as_string();
7565  return true;
7566  }
7567  default:
7568  return false;
7569  }
7570 }
7571 bool ListEntitiesTextResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
7572  switch (field_id) {
7573  case 2: {
7574  this->key = value.as_fixed32();
7575  return true;
7576  }
7577  default:
7578  return false;
7579  }
7580 }
7582  buffer.encode_string(1, this->object_id);
7583  buffer.encode_fixed32(2, this->key);
7584  buffer.encode_string(3, this->name);
7585  buffer.encode_string(4, this->unique_id);
7586  buffer.encode_string(5, this->icon);
7587  buffer.encode_bool(6, this->disabled_by_default);
7588  buffer.encode_enum<enums::EntityCategory>(7, this->entity_category);
7589  buffer.encode_uint32(8, this->min_length);
7590  buffer.encode_uint32(9, this->max_length);
7591  buffer.encode_string(10, this->pattern);
7592  buffer.encode_enum<enums::TextMode>(11, this->mode);
7593 }
7594 #ifdef HAS_PROTO_MESSAGE_DUMP
7595 void ListEntitiesTextResponse::dump_to(std::string &out) const {
7596  __attribute__((unused)) char buffer[64];
7597  out.append("ListEntitiesTextResponse {\n");
7598  out.append(" object_id: ");
7599  out.append("'").append(this->object_id).append("'");
7600  out.append("\n");
7601 
7602  out.append(" key: ");
7603  sprintf(buffer, "%" PRIu32, this->key);
7604  out.append(buffer);
7605  out.append("\n");
7606 
7607  out.append(" name: ");
7608  out.append("'").append(this->name).append("'");
7609  out.append("\n");
7610 
7611  out.append(" unique_id: ");
7612  out.append("'").append(this->unique_id).append("'");
7613  out.append("\n");
7614 
7615  out.append(" icon: ");
7616  out.append("'").append(this->icon).append("'");
7617  out.append("\n");
7618 
7619  out.append(" disabled_by_default: ");
7620  out.append(YESNO(this->disabled_by_default));
7621  out.append("\n");
7622 
7623  out.append(" entity_category: ");
7624  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
7625  out.append("\n");
7626 
7627  out.append(" min_length: ");
7628  sprintf(buffer, "%" PRIu32, this->min_length);
7629  out.append(buffer);
7630  out.append("\n");
7631 
7632  out.append(" max_length: ");
7633  sprintf(buffer, "%" PRIu32, this->max_length);
7634  out.append(buffer);
7635  out.append("\n");
7636 
7637  out.append(" pattern: ");
7638  out.append("'").append(this->pattern).append("'");
7639  out.append("\n");
7640 
7641  out.append(" mode: ");
7642  out.append(proto_enum_to_string<enums::TextMode>(this->mode));
7643  out.append("\n");
7644  out.append("}");
7645 }
7646 #endif
7647 bool TextStateResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
7648  switch (field_id) {
7649  case 3: {
7650  this->missing_state = value.as_bool();
7651  return true;
7652  }
7653  default:
7654  return false;
7655  }
7656 }
7658  switch (field_id) {
7659  case 2: {
7660  this->state = value.as_string();
7661  return true;
7662  }
7663  default:
7664  return false;
7665  }
7666 }
7667 bool TextStateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
7668  switch (field_id) {
7669  case 1: {
7670  this->key = value.as_fixed32();
7671  return true;
7672  }
7673  default:
7674  return false;
7675  }
7676 }
7678  buffer.encode_fixed32(1, this->key);
7679  buffer.encode_string(2, this->state);
7680  buffer.encode_bool(3, this->missing_state);
7681 }
7682 #ifdef HAS_PROTO_MESSAGE_DUMP
7683 void TextStateResponse::dump_to(std::string &out) const {
7684  __attribute__((unused)) char buffer[64];
7685  out.append("TextStateResponse {\n");
7686  out.append(" key: ");
7687  sprintf(buffer, "%" PRIu32, this->key);
7688  out.append(buffer);
7689  out.append("\n");
7690 
7691  out.append(" state: ");
7692  out.append("'").append(this->state).append("'");
7693  out.append("\n");
7694 
7695  out.append(" missing_state: ");
7696  out.append(YESNO(this->missing_state));
7697  out.append("\n");
7698  out.append("}");
7699 }
7700 #endif
7702  switch (field_id) {
7703  case 2: {
7704  this->state = value.as_string();
7705  return true;
7706  }
7707  default:
7708  return false;
7709  }
7710 }
7711 bool TextCommandRequest::decode_32bit(uint32_t field_id, Proto32Bit value) {
7712  switch (field_id) {
7713  case 1: {
7714  this->key = value.as_fixed32();
7715  return true;
7716  }
7717  default:
7718  return false;
7719  }
7720 }
7722  buffer.encode_fixed32(1, this->key);
7723  buffer.encode_string(2, this->state);
7724 }
7725 #ifdef HAS_PROTO_MESSAGE_DUMP
7726 void TextCommandRequest::dump_to(std::string &out) const {
7727  __attribute__((unused)) char buffer[64];
7728  out.append("TextCommandRequest {\n");
7729  out.append(" key: ");
7730  sprintf(buffer, "%" PRIu32, this->key);
7731  out.append(buffer);
7732  out.append("\n");
7733 
7734  out.append(" state: ");
7735  out.append("'").append(this->state).append("'");
7736  out.append("\n");
7737  out.append("}");
7738 }
7739 #endif
7741  switch (field_id) {
7742  case 6: {
7743  this->disabled_by_default = value.as_bool();
7744  return true;
7745  }
7746  case 7: {
7747  this->entity_category = value.as_enum<enums::EntityCategory>();
7748  return true;
7749  }
7750  default:
7751  return false;
7752  }
7753 }
7755  switch (field_id) {
7756  case 1: {
7757  this->object_id = value.as_string();
7758  return true;
7759  }
7760  case 3: {
7761  this->name = value.as_string();
7762  return true;
7763  }
7764  case 4: {
7765  this->unique_id = value.as_string();
7766  return true;
7767  }
7768  case 5: {
7769  this->icon = value.as_string();
7770  return true;
7771  }
7772  default:
7773  return false;
7774  }
7775 }
7776 bool ListEntitiesDateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
7777  switch (field_id) {
7778  case 2: {
7779  this->key = value.as_fixed32();
7780  return true;
7781  }
7782  default:
7783  return false;
7784  }
7785 }
7787  buffer.encode_string(1, this->object_id);
7788  buffer.encode_fixed32(2, this->key);
7789  buffer.encode_string(3, this->name);
7790  buffer.encode_string(4, this->unique_id);
7791  buffer.encode_string(5, this->icon);
7792  buffer.encode_bool(6, this->disabled_by_default);
7793  buffer.encode_enum<enums::EntityCategory>(7, this->entity_category);
7794 }
7795 #ifdef HAS_PROTO_MESSAGE_DUMP
7796 void ListEntitiesDateResponse::dump_to(std::string &out) const {
7797  __attribute__((unused)) char buffer[64];
7798  out.append("ListEntitiesDateResponse {\n");
7799  out.append(" object_id: ");
7800  out.append("'").append(this->object_id).append("'");
7801  out.append("\n");
7802 
7803  out.append(" key: ");
7804  sprintf(buffer, "%" PRIu32, this->key);
7805  out.append(buffer);
7806  out.append("\n");
7807 
7808  out.append(" name: ");
7809  out.append("'").append(this->name).append("'");
7810  out.append("\n");
7811 
7812  out.append(" unique_id: ");
7813  out.append("'").append(this->unique_id).append("'");
7814  out.append("\n");
7815 
7816  out.append(" icon: ");
7817  out.append("'").append(this->icon).append("'");
7818  out.append("\n");
7819 
7820  out.append(" disabled_by_default: ");
7821  out.append(YESNO(this->disabled_by_default));
7822  out.append("\n");
7823 
7824  out.append(" entity_category: ");
7825  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
7826  out.append("\n");
7827  out.append("}");
7828 }
7829 #endif
7830 bool DateStateResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
7831  switch (field_id) {
7832  case 2: {
7833  this->missing_state = value.as_bool();
7834  return true;
7835  }
7836  case 3: {
7837  this->year = value.as_uint32();
7838  return true;
7839  }
7840  case 4: {
7841  this->month = value.as_uint32();
7842  return true;
7843  }
7844  case 5: {
7845  this->day = value.as_uint32();
7846  return true;
7847  }
7848  default:
7849  return false;
7850  }
7851 }
7852 bool DateStateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
7853  switch (field_id) {
7854  case 1: {
7855  this->key = value.as_fixed32();
7856  return true;
7857  }
7858  default:
7859  return false;
7860  }
7861 }
7863  buffer.encode_fixed32(1, this->key);
7864  buffer.encode_bool(2, this->missing_state);
7865  buffer.encode_uint32(3, this->year);
7866  buffer.encode_uint32(4, this->month);
7867  buffer.encode_uint32(5, this->day);
7868 }
7869 #ifdef HAS_PROTO_MESSAGE_DUMP
7870 void DateStateResponse::dump_to(std::string &out) const {
7871  __attribute__((unused)) char buffer[64];
7872  out.append("DateStateResponse {\n");
7873  out.append(" key: ");
7874  sprintf(buffer, "%" PRIu32, this->key);
7875  out.append(buffer);
7876  out.append("\n");
7877 
7878  out.append(" missing_state: ");
7879  out.append(YESNO(this->missing_state));
7880  out.append("\n");
7881 
7882  out.append(" year: ");
7883  sprintf(buffer, "%" PRIu32, this->year);
7884  out.append(buffer);
7885  out.append("\n");
7886 
7887  out.append(" month: ");
7888  sprintf(buffer, "%" PRIu32, this->month);
7889  out.append(buffer);
7890  out.append("\n");
7891 
7892  out.append(" day: ");
7893  sprintf(buffer, "%" PRIu32, this->day);
7894  out.append(buffer);
7895  out.append("\n");
7896  out.append("}");
7897 }
7898 #endif
7899 bool DateCommandRequest::decode_varint(uint32_t field_id, ProtoVarInt value) {
7900  switch (field_id) {
7901  case 2: {
7902  this->year = value.as_uint32();
7903  return true;
7904  }
7905  case 3: {
7906  this->month = value.as_uint32();
7907  return true;
7908  }
7909  case 4: {
7910  this->day = value.as_uint32();
7911  return true;
7912  }
7913  default:
7914  return false;
7915  }
7916 }
7917 bool DateCommandRequest::decode_32bit(uint32_t field_id, Proto32Bit value) {
7918  switch (field_id) {
7919  case 1: {
7920  this->key = value.as_fixed32();
7921  return true;
7922  }
7923  default:
7924  return false;
7925  }
7926 }
7928  buffer.encode_fixed32(1, this->key);
7929  buffer.encode_uint32(2, this->year);
7930  buffer.encode_uint32(3, this->month);
7931  buffer.encode_uint32(4, this->day);
7932 }
7933 #ifdef HAS_PROTO_MESSAGE_DUMP
7934 void DateCommandRequest::dump_to(std::string &out) const {
7935  __attribute__((unused)) char buffer[64];
7936  out.append("DateCommandRequest {\n");
7937  out.append(" key: ");
7938  sprintf(buffer, "%" PRIu32, this->key);
7939  out.append(buffer);
7940  out.append("\n");
7941 
7942  out.append(" year: ");
7943  sprintf(buffer, "%" PRIu32, this->year);
7944  out.append(buffer);
7945  out.append("\n");
7946 
7947  out.append(" month: ");
7948  sprintf(buffer, "%" PRIu32, this->month);
7949  out.append(buffer);
7950  out.append("\n");
7951 
7952  out.append(" day: ");
7953  sprintf(buffer, "%" PRIu32, this->day);
7954  out.append(buffer);
7955  out.append("\n");
7956  out.append("}");
7957 }
7958 #endif
7960  switch (field_id) {
7961  case 6: {
7962  this->disabled_by_default = value.as_bool();
7963  return true;
7964  }
7965  case 7: {
7966  this->entity_category = value.as_enum<enums::EntityCategory>();
7967  return true;
7968  }
7969  default:
7970  return false;
7971  }
7972 }
7974  switch (field_id) {
7975  case 1: {
7976  this->object_id = value.as_string();
7977  return true;
7978  }
7979  case 3: {
7980  this->name = value.as_string();
7981  return true;
7982  }
7983  case 4: {
7984  this->unique_id = value.as_string();
7985  return true;
7986  }
7987  case 5: {
7988  this->icon = value.as_string();
7989  return true;
7990  }
7991  default:
7992  return false;
7993  }
7994 }
7995 bool ListEntitiesTimeResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
7996  switch (field_id) {
7997  case 2: {
7998  this->key = value.as_fixed32();
7999  return true;
8000  }
8001  default:
8002  return false;
8003  }
8004 }
8006  buffer.encode_string(1, this->object_id);
8007  buffer.encode_fixed32(2, this->key);
8008  buffer.encode_string(3, this->name);
8009  buffer.encode_string(4, this->unique_id);
8010  buffer.encode_string(5, this->icon);
8011  buffer.encode_bool(6, this->disabled_by_default);
8012  buffer.encode_enum<enums::EntityCategory>(7, this->entity_category);
8013 }
8014 #ifdef HAS_PROTO_MESSAGE_DUMP
8015 void ListEntitiesTimeResponse::dump_to(std::string &out) const {
8016  __attribute__((unused)) char buffer[64];
8017  out.append("ListEntitiesTimeResponse {\n");
8018  out.append(" object_id: ");
8019  out.append("'").append(this->object_id).append("'");
8020  out.append("\n");
8021 
8022  out.append(" key: ");
8023  sprintf(buffer, "%" PRIu32, this->key);
8024  out.append(buffer);
8025  out.append("\n");
8026 
8027  out.append(" name: ");
8028  out.append("'").append(this->name).append("'");
8029  out.append("\n");
8030 
8031  out.append(" unique_id: ");
8032  out.append("'").append(this->unique_id).append("'");
8033  out.append("\n");
8034 
8035  out.append(" icon: ");
8036  out.append("'").append(this->icon).append("'");
8037  out.append("\n");
8038 
8039  out.append(" disabled_by_default: ");
8040  out.append(YESNO(this->disabled_by_default));
8041  out.append("\n");
8042 
8043  out.append(" entity_category: ");
8044  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
8045  out.append("\n");
8046  out.append("}");
8047 }
8048 #endif
8049 bool TimeStateResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
8050  switch (field_id) {
8051  case 2: {
8052  this->missing_state = value.as_bool();
8053  return true;
8054  }
8055  case 3: {
8056  this->hour = value.as_uint32();
8057  return true;
8058  }
8059  case 4: {
8060  this->minute = value.as_uint32();
8061  return true;
8062  }
8063  case 5: {
8064  this->second = value.as_uint32();
8065  return true;
8066  }
8067  default:
8068  return false;
8069  }
8070 }
8071 bool TimeStateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
8072  switch (field_id) {
8073  case 1: {
8074  this->key = value.as_fixed32();
8075  return true;
8076  }
8077  default:
8078  return false;
8079  }
8080 }
8082  buffer.encode_fixed32(1, this->key);
8083  buffer.encode_bool(2, this->missing_state);
8084  buffer.encode_uint32(3, this->hour);
8085  buffer.encode_uint32(4, this->minute);
8086  buffer.encode_uint32(5, this->second);
8087 }
8088 #ifdef HAS_PROTO_MESSAGE_DUMP
8089 void TimeStateResponse::dump_to(std::string &out) const {
8090  __attribute__((unused)) char buffer[64];
8091  out.append("TimeStateResponse {\n");
8092  out.append(" key: ");
8093  sprintf(buffer, "%" PRIu32, this->key);
8094  out.append(buffer);
8095  out.append("\n");
8096 
8097  out.append(" missing_state: ");
8098  out.append(YESNO(this->missing_state));
8099  out.append("\n");
8100 
8101  out.append(" hour: ");
8102  sprintf(buffer, "%" PRIu32, this->hour);
8103  out.append(buffer);
8104  out.append("\n");
8105 
8106  out.append(" minute: ");
8107  sprintf(buffer, "%" PRIu32, this->minute);
8108  out.append(buffer);
8109  out.append("\n");
8110 
8111  out.append(" second: ");
8112  sprintf(buffer, "%" PRIu32, this->second);
8113  out.append(buffer);
8114  out.append("\n");
8115  out.append("}");
8116 }
8117 #endif
8118 bool TimeCommandRequest::decode_varint(uint32_t field_id, ProtoVarInt value) {
8119  switch (field_id) {
8120  case 2: {
8121  this->hour = value.as_uint32();
8122  return true;
8123  }
8124  case 3: {
8125  this->minute = value.as_uint32();
8126  return true;
8127  }
8128  case 4: {
8129  this->second = value.as_uint32();
8130  return true;
8131  }
8132  default:
8133  return false;
8134  }
8135 }
8136 bool TimeCommandRequest::decode_32bit(uint32_t field_id, Proto32Bit value) {
8137  switch (field_id) {
8138  case 1: {
8139  this->key = value.as_fixed32();
8140  return true;
8141  }
8142  default:
8143  return false;
8144  }
8145 }
8147  buffer.encode_fixed32(1, this->key);
8148  buffer.encode_uint32(2, this->hour);
8149  buffer.encode_uint32(3, this->minute);
8150  buffer.encode_uint32(4, this->second);
8151 }
8152 #ifdef HAS_PROTO_MESSAGE_DUMP
8153 void TimeCommandRequest::dump_to(std::string &out) const {
8154  __attribute__((unused)) char buffer[64];
8155  out.append("TimeCommandRequest {\n");
8156  out.append(" key: ");
8157  sprintf(buffer, "%" PRIu32, this->key);
8158  out.append(buffer);
8159  out.append("\n");
8160 
8161  out.append(" hour: ");
8162  sprintf(buffer, "%" PRIu32, this->hour);
8163  out.append(buffer);
8164  out.append("\n");
8165 
8166  out.append(" minute: ");
8167  sprintf(buffer, "%" PRIu32, this->minute);
8168  out.append(buffer);
8169  out.append("\n");
8170 
8171  out.append(" second: ");
8172  sprintf(buffer, "%" PRIu32, this->second);
8173  out.append(buffer);
8174  out.append("\n");
8175  out.append("}");
8176 }
8177 #endif
8179  switch (field_id) {
8180  case 6: {
8181  this->disabled_by_default = value.as_bool();
8182  return true;
8183  }
8184  case 7: {
8185  this->entity_category = value.as_enum<enums::EntityCategory>();
8186  return true;
8187  }
8188  default:
8189  return false;
8190  }
8191 }
8193  switch (field_id) {
8194  case 1: {
8195  this->object_id = value.as_string();
8196  return true;
8197  }
8198  case 3: {
8199  this->name = value.as_string();
8200  return true;
8201  }
8202  case 4: {
8203  this->unique_id = value.as_string();
8204  return true;
8205  }
8206  case 5: {
8207  this->icon = value.as_string();
8208  return true;
8209  }
8210  case 8: {
8211  this->device_class = value.as_string();
8212  return true;
8213  }
8214  case 9: {
8215  this->event_types.push_back(value.as_string());
8216  return true;
8217  }
8218  default:
8219  return false;
8220  }
8221 }
8222 bool ListEntitiesEventResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
8223  switch (field_id) {
8224  case 2: {
8225  this->key = value.as_fixed32();
8226  return true;
8227  }
8228  default:
8229  return false;
8230  }
8231 }
8233  buffer.encode_string(1, this->object_id);
8234  buffer.encode_fixed32(2, this->key);
8235  buffer.encode_string(3, this->name);
8236  buffer.encode_string(4, this->unique_id);
8237  buffer.encode_string(5, this->icon);
8238  buffer.encode_bool(6, this->disabled_by_default);
8239  buffer.encode_enum<enums::EntityCategory>(7, this->entity_category);
8240  buffer.encode_string(8, this->device_class);
8241  for (auto &it : this->event_types) {
8242  buffer.encode_string(9, it, true);
8243  }
8244 }
8245 #ifdef HAS_PROTO_MESSAGE_DUMP
8246 void ListEntitiesEventResponse::dump_to(std::string &out) const {
8247  __attribute__((unused)) char buffer[64];
8248  out.append("ListEntitiesEventResponse {\n");
8249  out.append(" object_id: ");
8250  out.append("'").append(this->object_id).append("'");
8251  out.append("\n");
8252 
8253  out.append(" key: ");
8254  sprintf(buffer, "%" PRIu32, this->key);
8255  out.append(buffer);
8256  out.append("\n");
8257 
8258  out.append(" name: ");
8259  out.append("'").append(this->name).append("'");
8260  out.append("\n");
8261 
8262  out.append(" unique_id: ");
8263  out.append("'").append(this->unique_id).append("'");
8264  out.append("\n");
8265 
8266  out.append(" icon: ");
8267  out.append("'").append(this->icon).append("'");
8268  out.append("\n");
8269 
8270  out.append(" disabled_by_default: ");
8271  out.append(YESNO(this->disabled_by_default));
8272  out.append("\n");
8273 
8274  out.append(" entity_category: ");
8275  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
8276  out.append("\n");
8277 
8278  out.append(" device_class: ");
8279  out.append("'").append(this->device_class).append("'");
8280  out.append("\n");
8281 
8282  for (const auto &it : this->event_types) {
8283  out.append(" event_types: ");
8284  out.append("'").append(it).append("'");
8285  out.append("\n");
8286  }
8287  out.append("}");
8288 }
8289 #endif
8290 bool EventResponse::decode_length(uint32_t field_id, ProtoLengthDelimited value) {
8291  switch (field_id) {
8292  case 2: {
8293  this->event_type = value.as_string();
8294  return true;
8295  }
8296  default:
8297  return false;
8298  }
8299 }
8300 bool EventResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
8301  switch (field_id) {
8302  case 1: {
8303  this->key = value.as_fixed32();
8304  return true;
8305  }
8306  default:
8307  return false;
8308  }
8309 }
8311  buffer.encode_fixed32(1, this->key);
8312  buffer.encode_string(2, this->event_type);
8313 }
8314 #ifdef HAS_PROTO_MESSAGE_DUMP
8315 void EventResponse::dump_to(std::string &out) const {
8316  __attribute__((unused)) char buffer[64];
8317  out.append("EventResponse {\n");
8318  out.append(" key: ");
8319  sprintf(buffer, "%" PRIu32, this->key);
8320  out.append(buffer);
8321  out.append("\n");
8322 
8323  out.append(" event_type: ");
8324  out.append("'").append(this->event_type).append("'");
8325  out.append("\n");
8326  out.append("}");
8327 }
8328 #endif
8330  switch (field_id) {
8331  case 6: {
8332  this->disabled_by_default = value.as_bool();
8333  return true;
8334  }
8335  case 7: {
8336  this->entity_category = value.as_enum<enums::EntityCategory>();
8337  return true;
8338  }
8339  case 9: {
8340  this->assumed_state = value.as_bool();
8341  return true;
8342  }
8343  case 10: {
8344  this->supports_position = value.as_bool();
8345  return true;
8346  }
8347  case 11: {
8348  this->supports_stop = value.as_bool();
8349  return true;
8350  }
8351  default:
8352  return false;
8353  }
8354 }
8356  switch (field_id) {
8357  case 1: {
8358  this->object_id = value.as_string();
8359  return true;
8360  }
8361  case 3: {
8362  this->name = value.as_string();
8363  return true;
8364  }
8365  case 4: {
8366  this->unique_id = value.as_string();
8367  return true;
8368  }
8369  case 5: {
8370  this->icon = value.as_string();
8371  return true;
8372  }
8373  case 8: {
8374  this->device_class = value.as_string();
8375  return true;
8376  }
8377  default:
8378  return false;
8379  }
8380 }
8381 bool ListEntitiesValveResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
8382  switch (field_id) {
8383  case 2: {
8384  this->key = value.as_fixed32();
8385  return true;
8386  }
8387  default:
8388  return false;
8389  }
8390 }
8392  buffer.encode_string(1, this->object_id);
8393  buffer.encode_fixed32(2, this->key);
8394  buffer.encode_string(3, this->name);
8395  buffer.encode_string(4, this->unique_id);
8396  buffer.encode_string(5, this->icon);
8397  buffer.encode_bool(6, this->disabled_by_default);
8398  buffer.encode_enum<enums::EntityCategory>(7, this->entity_category);
8399  buffer.encode_string(8, this->device_class);
8400  buffer.encode_bool(9, this->assumed_state);
8401  buffer.encode_bool(10, this->supports_position);
8402  buffer.encode_bool(11, this->supports_stop);
8403 }
8404 #ifdef HAS_PROTO_MESSAGE_DUMP
8405 void ListEntitiesValveResponse::dump_to(std::string &out) const {
8406  __attribute__((unused)) char buffer[64];
8407  out.append("ListEntitiesValveResponse {\n");
8408  out.append(" object_id: ");
8409  out.append("'").append(this->object_id).append("'");
8410  out.append("\n");
8411 
8412  out.append(" key: ");
8413  sprintf(buffer, "%" PRIu32, this->key);
8414  out.append(buffer);
8415  out.append("\n");
8416 
8417  out.append(" name: ");
8418  out.append("'").append(this->name).append("'");
8419  out.append("\n");
8420 
8421  out.append(" unique_id: ");
8422  out.append("'").append(this->unique_id).append("'");
8423  out.append("\n");
8424 
8425  out.append(" icon: ");
8426  out.append("'").append(this->icon).append("'");
8427  out.append("\n");
8428 
8429  out.append(" disabled_by_default: ");
8430  out.append(YESNO(this->disabled_by_default));
8431  out.append("\n");
8432 
8433  out.append(" entity_category: ");
8434  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
8435  out.append("\n");
8436 
8437  out.append(" device_class: ");
8438  out.append("'").append(this->device_class).append("'");
8439  out.append("\n");
8440 
8441  out.append(" assumed_state: ");
8442  out.append(YESNO(this->assumed_state));
8443  out.append("\n");
8444 
8445  out.append(" supports_position: ");
8446  out.append(YESNO(this->supports_position));
8447  out.append("\n");
8448 
8449  out.append(" supports_stop: ");
8450  out.append(YESNO(this->supports_stop));
8451  out.append("\n");
8452  out.append("}");
8453 }
8454 #endif
8455 bool ValveStateResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
8456  switch (field_id) {
8457  case 3: {
8458  this->current_operation = value.as_enum<enums::ValveOperation>();
8459  return true;
8460  }
8461  default:
8462  return false;
8463  }
8464 }
8465 bool ValveStateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
8466  switch (field_id) {
8467  case 1: {
8468  this->key = value.as_fixed32();
8469  return true;
8470  }
8471  case 2: {
8472  this->position = value.as_float();
8473  return true;
8474  }
8475  default:
8476  return false;
8477  }
8478 }
8480  buffer.encode_fixed32(1, this->key);
8481  buffer.encode_float(2, this->position);
8482  buffer.encode_enum<enums::ValveOperation>(3, this->current_operation);
8483 }
8484 #ifdef HAS_PROTO_MESSAGE_DUMP
8485 void ValveStateResponse::dump_to(std::string &out) const {
8486  __attribute__((unused)) char buffer[64];
8487  out.append("ValveStateResponse {\n");
8488  out.append(" key: ");
8489  sprintf(buffer, "%" PRIu32, this->key);
8490  out.append(buffer);
8491  out.append("\n");
8492 
8493  out.append(" position: ");
8494  sprintf(buffer, "%g", this->position);
8495  out.append(buffer);
8496  out.append("\n");
8497 
8498  out.append(" current_operation: ");
8499  out.append(proto_enum_to_string<enums::ValveOperation>(this->current_operation));
8500  out.append("\n");
8501  out.append("}");
8502 }
8503 #endif
8504 bool ValveCommandRequest::decode_varint(uint32_t field_id, ProtoVarInt value) {
8505  switch (field_id) {
8506  case 2: {
8507  this->has_position = value.as_bool();
8508  return true;
8509  }
8510  case 4: {
8511  this->stop = value.as_bool();
8512  return true;
8513  }
8514  default:
8515  return false;
8516  }
8517 }
8518 bool ValveCommandRequest::decode_32bit(uint32_t field_id, Proto32Bit value) {
8519  switch (field_id) {
8520  case 1: {
8521  this->key = value.as_fixed32();
8522  return true;
8523  }
8524  case 3: {
8525  this->position = value.as_float();
8526  return true;
8527  }
8528  default:
8529  return false;
8530  }
8531 }
8533  buffer.encode_fixed32(1, this->key);
8534  buffer.encode_bool(2, this->has_position);
8535  buffer.encode_float(3, this->position);
8536  buffer.encode_bool(4, this->stop);
8537 }
8538 #ifdef HAS_PROTO_MESSAGE_DUMP
8539 void ValveCommandRequest::dump_to(std::string &out) const {
8540  __attribute__((unused)) char buffer[64];
8541  out.append("ValveCommandRequest {\n");
8542  out.append(" key: ");
8543  sprintf(buffer, "%" PRIu32, this->key);
8544  out.append(buffer);
8545  out.append("\n");
8546 
8547  out.append(" has_position: ");
8548  out.append(YESNO(this->has_position));
8549  out.append("\n");
8550 
8551  out.append(" position: ");
8552  sprintf(buffer, "%g", this->position);
8553  out.append(buffer);
8554  out.append("\n");
8555 
8556  out.append(" stop: ");
8557  out.append(YESNO(this->stop));
8558  out.append("\n");
8559  out.append("}");
8560 }
8561 #endif
8563  switch (field_id) {
8564  case 6: {
8565  this->disabled_by_default = value.as_bool();
8566  return true;
8567  }
8568  case 7: {
8569  this->entity_category = value.as_enum<enums::EntityCategory>();
8570  return true;
8571  }
8572  default:
8573  return false;
8574  }
8575 }
8577  switch (field_id) {
8578  case 1: {
8579  this->object_id = value.as_string();
8580  return true;
8581  }
8582  case 3: {
8583  this->name = value.as_string();
8584  return true;
8585  }
8586  case 4: {
8587  this->unique_id = value.as_string();
8588  return true;
8589  }
8590  case 5: {
8591  this->icon = value.as_string();
8592  return true;
8593  }
8594  default:
8595  return false;
8596  }
8597 }
8599  switch (field_id) {
8600  case 2: {
8601  this->key = value.as_fixed32();
8602  return true;
8603  }
8604  default:
8605  return false;
8606  }
8607 }
8609  buffer.encode_string(1, this->object_id);
8610  buffer.encode_fixed32(2, this->key);
8611  buffer.encode_string(3, this->name);
8612  buffer.encode_string(4, this->unique_id);
8613  buffer.encode_string(5, this->icon);
8614  buffer.encode_bool(6, this->disabled_by_default);
8615  buffer.encode_enum<enums::EntityCategory>(7, this->entity_category);
8616 }
8617 #ifdef HAS_PROTO_MESSAGE_DUMP
8618 void ListEntitiesDateTimeResponse::dump_to(std::string &out) const {
8619  __attribute__((unused)) char buffer[64];
8620  out.append("ListEntitiesDateTimeResponse {\n");
8621  out.append(" object_id: ");
8622  out.append("'").append(this->object_id).append("'");
8623  out.append("\n");
8624 
8625  out.append(" key: ");
8626  sprintf(buffer, "%" PRIu32, this->key);
8627  out.append(buffer);
8628  out.append("\n");
8629 
8630  out.append(" name: ");
8631  out.append("'").append(this->name).append("'");
8632  out.append("\n");
8633 
8634  out.append(" unique_id: ");
8635  out.append("'").append(this->unique_id).append("'");
8636  out.append("\n");
8637 
8638  out.append(" icon: ");
8639  out.append("'").append(this->icon).append("'");
8640  out.append("\n");
8641 
8642  out.append(" disabled_by_default: ");
8643  out.append(YESNO(this->disabled_by_default));
8644  out.append("\n");
8645 
8646  out.append(" entity_category: ");
8647  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
8648  out.append("\n");
8649  out.append("}");
8650 }
8651 #endif
8652 bool DateTimeStateResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
8653  switch (field_id) {
8654  case 2: {
8655  this->missing_state = value.as_bool();
8656  return true;
8657  }
8658  default:
8659  return false;
8660  }
8661 }
8662 bool DateTimeStateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
8663  switch (field_id) {
8664  case 1: {
8665  this->key = value.as_fixed32();
8666  return true;
8667  }
8668  case 3: {
8669  this->epoch_seconds = value.as_fixed32();
8670  return true;
8671  }
8672  default:
8673  return false;
8674  }
8675 }
8677  buffer.encode_fixed32(1, this->key);
8678  buffer.encode_bool(2, this->missing_state);
8679  buffer.encode_fixed32(3, this->epoch_seconds);
8680 }
8681 #ifdef HAS_PROTO_MESSAGE_DUMP
8682 void DateTimeStateResponse::dump_to(std::string &out) const {
8683  __attribute__((unused)) char buffer[64];
8684  out.append("DateTimeStateResponse {\n");
8685  out.append(" key: ");
8686  sprintf(buffer, "%" PRIu32, this->key);
8687  out.append(buffer);
8688  out.append("\n");
8689 
8690  out.append(" missing_state: ");
8691  out.append(YESNO(this->missing_state));
8692  out.append("\n");
8693 
8694  out.append(" epoch_seconds: ");
8695  sprintf(buffer, "%" PRIu32, this->epoch_seconds);
8696  out.append(buffer);
8697  out.append("\n");
8698  out.append("}");
8699 }
8700 #endif
8701 bool DateTimeCommandRequest::decode_32bit(uint32_t field_id, Proto32Bit value) {
8702  switch (field_id) {
8703  case 1: {
8704  this->key = value.as_fixed32();
8705  return true;
8706  }
8707  case 2: {
8708  this->epoch_seconds = value.as_fixed32();
8709  return true;
8710  }
8711  default:
8712  return false;
8713  }
8714 }
8716  buffer.encode_fixed32(1, this->key);
8717  buffer.encode_fixed32(2, this->epoch_seconds);
8718 }
8719 #ifdef HAS_PROTO_MESSAGE_DUMP
8720 void DateTimeCommandRequest::dump_to(std::string &out) const {
8721  __attribute__((unused)) char buffer[64];
8722  out.append("DateTimeCommandRequest {\n");
8723  out.append(" key: ");
8724  sprintf(buffer, "%" PRIu32, this->key);
8725  out.append(buffer);
8726  out.append("\n");
8727 
8728  out.append(" epoch_seconds: ");
8729  sprintf(buffer, "%" PRIu32, this->epoch_seconds);
8730  out.append(buffer);
8731  out.append("\n");
8732  out.append("}");
8733 }
8734 #endif
8736  switch (field_id) {
8737  case 6: {
8738  this->disabled_by_default = value.as_bool();
8739  return true;
8740  }
8741  case 7: {
8742  this->entity_category = value.as_enum<enums::EntityCategory>();
8743  return true;
8744  }
8745  default:
8746  return false;
8747  }
8748 }
8750  switch (field_id) {
8751  case 1: {
8752  this->object_id = value.as_string();
8753  return true;
8754  }
8755  case 3: {
8756  this->name = value.as_string();
8757  return true;
8758  }
8759  case 4: {
8760  this->unique_id = value.as_string();
8761  return true;
8762  }
8763  case 5: {
8764  this->icon = value.as_string();
8765  return true;
8766  }
8767  case 8: {
8768  this->device_class = value.as_string();
8769  return true;
8770  }
8771  default:
8772  return false;
8773  }
8774 }
8776  switch (field_id) {
8777  case 2: {
8778  this->key = value.as_fixed32();
8779  return true;
8780  }
8781  default:
8782  return false;
8783  }
8784 }
8786  buffer.encode_string(1, this->object_id);
8787  buffer.encode_fixed32(2, this->key);
8788  buffer.encode_string(3, this->name);
8789  buffer.encode_string(4, this->unique_id);
8790  buffer.encode_string(5, this->icon);
8791  buffer.encode_bool(6, this->disabled_by_default);
8792  buffer.encode_enum<enums::EntityCategory>(7, this->entity_category);
8793  buffer.encode_string(8, this->device_class);
8794 }
8795 #ifdef HAS_PROTO_MESSAGE_DUMP
8796 void ListEntitiesUpdateResponse::dump_to(std::string &out) const {
8797  __attribute__((unused)) char buffer[64];
8798  out.append("ListEntitiesUpdateResponse {\n");
8799  out.append(" object_id: ");
8800  out.append("'").append(this->object_id).append("'");
8801  out.append("\n");
8802 
8803  out.append(" key: ");
8804  sprintf(buffer, "%" PRIu32, this->key);
8805  out.append(buffer);
8806  out.append("\n");
8807 
8808  out.append(" name: ");
8809  out.append("'").append(this->name).append("'");
8810  out.append("\n");
8811 
8812  out.append(" unique_id: ");
8813  out.append("'").append(this->unique_id).append("'");
8814  out.append("\n");
8815 
8816  out.append(" icon: ");
8817  out.append("'").append(this->icon).append("'");
8818  out.append("\n");
8819 
8820  out.append(" disabled_by_default: ");
8821  out.append(YESNO(this->disabled_by_default));
8822  out.append("\n");
8823 
8824  out.append(" entity_category: ");
8825  out.append(proto_enum_to_string<enums::EntityCategory>(this->entity_category));
8826  out.append("\n");
8827 
8828  out.append(" device_class: ");
8829  out.append("'").append(this->device_class).append("'");
8830  out.append("\n");
8831  out.append("}");
8832 }
8833 #endif
8834 bool UpdateStateResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
8835  switch (field_id) {
8836  case 2: {
8837  this->missing_state = value.as_bool();
8838  return true;
8839  }
8840  case 3: {
8841  this->in_progress = value.as_bool();
8842  return true;
8843  }
8844  case 4: {
8845  this->has_progress = value.as_bool();
8846  return true;
8847  }
8848  default:
8849  return false;
8850  }
8851 }
8853  switch (field_id) {
8854  case 6: {
8855  this->current_version = value.as_string();
8856  return true;
8857  }
8858  case 7: {
8859  this->latest_version = value.as_string();
8860  return true;
8861  }
8862  case 8: {
8863  this->title = value.as_string();
8864  return true;
8865  }
8866  case 9: {
8867  this->release_summary = value.as_string();
8868  return true;
8869  }
8870  case 10: {
8871  this->release_url = value.as_string();
8872  return true;
8873  }
8874  default:
8875  return false;
8876  }
8877 }
8878 bool UpdateStateResponse::decode_32bit(uint32_t field_id, Proto32Bit value) {
8879  switch (field_id) {
8880  case 1: {
8881  this->key = value.as_fixed32();
8882  return true;
8883  }
8884  case 5: {
8885  this->progress = value.as_float();
8886  return true;
8887  }
8888  default:
8889  return false;
8890  }
8891 }
8893  buffer.encode_fixed32(1, this->key);
8894  buffer.encode_bool(2, this->missing_state);
8895  buffer.encode_bool(3, this->in_progress);
8896  buffer.encode_bool(4, this->has_progress);
8897  buffer.encode_float(5, this->progress);
8898  buffer.encode_string(6, this->current_version);
8899  buffer.encode_string(7, this->latest_version);
8900  buffer.encode_string(8, this->title);
8901  buffer.encode_string(9, this->release_summary);
8902  buffer.encode_string(10, this->release_url);
8903 }
8904 #ifdef HAS_PROTO_MESSAGE_DUMP
8905 void UpdateStateResponse::dump_to(std::string &out) const {
8906  __attribute__((unused)) char buffer[64];
8907  out.append("UpdateStateResponse {\n");
8908  out.append(" key: ");
8909  sprintf(buffer, "%" PRIu32, this->key);
8910  out.append(buffer);
8911  out.append("\n");
8912 
8913  out.append(" missing_state: ");
8914  out.append(YESNO(this->missing_state));
8915  out.append("\n");
8916 
8917  out.append(" in_progress: ");
8918  out.append(YESNO(this->in_progress));
8919  out.append("\n");
8920 
8921  out.append(" has_progress: ");
8922  out.append(YESNO(this->has_progress));
8923  out.append("\n");
8924 
8925  out.append(" progress: ");
8926  sprintf(buffer, "%g", this->progress);
8927  out.append(buffer);
8928  out.append("\n");
8929 
8930  out.append(" current_version: ");
8931  out.append("'").append(this->current_version).append("'");
8932  out.append("\n");
8933 
8934  out.append(" latest_version: ");
8935  out.append("'").append(this->latest_version).append("'");
8936  out.append("\n");
8937 
8938  out.append(" title: ");
8939  out.append("'").append(this->title).append("'");
8940  out.append("\n");
8941 
8942  out.append(" release_summary: ");
8943  out.append("'").append(this->release_summary).append("'");
8944  out.append("\n");
8945 
8946  out.append(" release_url: ");
8947  out.append("'").append(this->release_url).append("'");
8948  out.append("\n");
8949  out.append("}");
8950 }
8951 #endif
8952 bool UpdateCommandRequest::decode_varint(uint32_t field_id, ProtoVarInt value) {
8953  switch (field_id) {
8954  case 2: {
8955  this->command = value.as_enum<enums::UpdateCommand>();
8956  return true;
8957  }
8958  default:
8959  return false;
8960  }
8961 }
8962 bool UpdateCommandRequest::decode_32bit(uint32_t field_id, Proto32Bit value) {
8963  switch (field_id) {
8964  case 1: {
8965  this->key = value.as_fixed32();
8966  return true;
8967  }
8968  default:
8969  return false;
8970  }
8971 }
8973  buffer.encode_fixed32(1, this->key);
8974  buffer.encode_enum<enums::UpdateCommand>(2, this->command);
8975 }
8976 #ifdef HAS_PROTO_MESSAGE_DUMP
8977 void UpdateCommandRequest::dump_to(std::string &out) const {
8978  __attribute__((unused)) char buffer[64];
8979  out.append("UpdateCommandRequest {\n");
8980  out.append(" key: ");
8981  sprintf(buffer, "%" PRIu32, this->key);
8982  out.append(buffer);
8983  out.append("\n");
8984 
8985  out.append(" command: ");
8986  out.append(proto_enum_to_string<enums::UpdateCommand>(this->command));
8987  out.append("\n");
8988  out.append("}");
8989 }
8990 #endif
8991 
8992 } // namespace api
8993 } // namespace esphome
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:1186
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:3129
bool state
Definition: fan.h:34
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:5439
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:1367
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6678
void encode_fixed32(uint32_t field_id, uint32_t value, bool force=false)
Definition: proto.h:189
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:4616
float target_temperature_low
Definition: climate.h:140
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:4543
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:8972
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:4924
const char * name
Definition: stm32flash.h:78
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:2780
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:8049
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:7281
uint16_t year
Definition: date_entity.h:122
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:1086
int32_t as_sint32() const
Definition: proto.h:58
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6309
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:7057
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6174
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:5362
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:7959
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6251
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6616
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:8962
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:1594
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:4741
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:5754
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:734
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:7297
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:6053
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:1287
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:8246
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:7356
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:7852
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:5835
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:751
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:3996
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:7701
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:8405
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6144
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6020
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:8834
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6377
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:8652
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:6993
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:7426
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:1474
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:7657
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:7754
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:2712
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:4715
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:747
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:5066
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:1649
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:4587
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:5958
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:4442
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:5425
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:8153
Representation of a VarInt - in ProtoBuf should be 64bit but we only use 32bit.
Definition: proto.h:17
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:1323
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:8608
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:7595
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:7097
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:7501
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:7291
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:5937
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:4944
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:7132
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:1719
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:3363
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:7545
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:8775
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:2952
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:8192
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:2761
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:7776
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:1072
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:8465
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:8479
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:7436
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:5570
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:3608
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:7711
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:5259
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:7870
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:7192
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6543
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:4549
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:759
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:7066
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:7043
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:956
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:2909
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:7917
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6790
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:3598
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:1176
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:1201
void encode_float(uint32_t field_id, float value, bool force=false)
Definition: proto.h:216
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6876
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:3564
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:6774
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:3554
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:4934
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:6391
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:8381
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:2199
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:4798
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:763
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:7446
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:960
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6043
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:2119
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:4218
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6610
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:2245
std::string as_string() const
Definition: proto.h:98
int speed
Definition: fan.h:35
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:4652
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:7667
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:3050
void encode_uint64(uint32_t field_id, uint64_t value, bool force=false)
Definition: proto.h:177
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6063
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:2995
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:1030
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:7995
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:2594
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:8715
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:4784
float tilt
Definition: cover.h:15
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6270
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:8118
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:7379
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:7003
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:5026
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:3411
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:3738
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:4602
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6458
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:680
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:2612
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:1418
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:7221
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6432
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:3475
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:5776
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:6211
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6810
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:4529
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:2820
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6334
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:1378
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:5076
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:7235
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:4874
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:3285
float target_temperature_high
Definition: climate.h:141
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:745
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:3299
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6070
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:7862
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:5504
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6096
float as_float() const
Definition: proto.h:115
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:4519
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:7008
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:1349
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:799
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:7200
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:870
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:2889
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:610
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:6824
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:3628
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:3257
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6850
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:2879
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6577
float target_humidity
Definition: climate.h:589
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6524
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:7366
uint8_t minute
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:4204
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6928
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6746
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:7465
ClimateSwingMode swing_mode
Definition: climate.h:581
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:5668
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:3802
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6221
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:7165
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:5508
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:703
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6100
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:2486
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:5269
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:715
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:3652
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:3317
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6010
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:3133
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:2965
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6784
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6129
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:3237
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6890
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:761
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6941
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:3223
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:7225
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6680
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:5169
void encode_sint32(uint32_t field_id, int32_t value, bool force=false)
Definition: proto.h:238
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:1120
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:626
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:3180
int32_t as_int32() const
Definition: proto.h:50
uint32_t as_fixed32() const
Definition: proto.h:113
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6727
uint8_t day
Definition: date_entity.h:124
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:8539
FanDirection direction
Definition: fan.h:37
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6124
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:7721
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:2766
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:4759
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:6158
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:2545
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:5233
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:7163
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:7726
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:3198
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:1699
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6558
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:4270
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:952
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:4779
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:757
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:4372
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:1484
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:1102
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:8005
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:8329
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6110
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6358
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:4568
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:5125
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:5626
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:3143
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:3309
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:3163
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:2638
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:5494
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:8355
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:7219
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:2751
uint64_t as_uint64() const
Definition: proto.h:47
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:4769
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:596
uint8_t custom_preset
Definition: climate.h:579
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6572
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:4977
void encode_bool(uint32_t field_id, bool value, bool force=false)
Definition: proto.h:183
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:3492
uint8_t hour
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:7677
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:8222
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6480
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:7786
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:3666
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:3127
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:4997
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:713
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:5686
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:3032
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:964
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:4665
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:3485
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:8905
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6983
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:5737
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:3618
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6653
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:3267
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6592
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:3391
BedjetMode mode
BedJet operating mode.
Definition: bedjet_codec.h:183
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:2460
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:962
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:5542
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:8735
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6895
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:7830
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:4642
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:7519
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:8878
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:2841
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:5902
uint8_t second
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:8892
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6426
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:8796
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:1150
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:4850
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:8300
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:3014
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:849
void encode_uint32(uint32_t field_id, uint32_t value, bool force=false)
Definition: proto.h:171
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:7308
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:5187
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6961
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:8071
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:8676
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:1614
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:6951
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:5588
void encode_int32(uint32_t field_id, int32_t value, bool force=false)
Definition: proto.h:227
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:8701
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:8749
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:8682
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:673
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:7740
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:5327
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:5986
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:2899
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6702
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:1980
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:8136
enum esphome::EntityCategory __attribute__
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:1295
uint8_t type
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:2660
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:3157
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:2575
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:1269
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:5859
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:5703
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:5528
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:2189
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:2727
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:5743
const uint32_t flags
Definition: stm32flash.h:85
uint8_t options
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:659
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6635
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:8785
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:5919
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:7475
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:3037
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:7571
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:7899
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6407
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:8146
ClimateFanMode fan_mode
Definition: climate.h:573
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:2400
bool as_bool() const
Definition: proto.h:48
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:4725
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:8532
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:1604
std::string client_info
Definition: api_pb2.h:244
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6968
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:4044
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:3096
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:8618
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:1096
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:4390
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:8952
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6741
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:753
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:1448
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:1990
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:8391
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:7259
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:4582
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:3544
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:8081
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:4987
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6352
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:3018
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:4134
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:5135
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:1501
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:645
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:1828
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:3204
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:2648
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:5696
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:7973
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:958
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:5147
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6684
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:3225
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6760
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:7934
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:5783
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:7451
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:3522
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:4705
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:3012
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:2989
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:3768
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:3082
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6401
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:5806
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:5355
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:5283
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:4244
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:2569
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:3842
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:1255
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:5727
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:2036
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6498
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:5415
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:5004
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:1584
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:8089
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:8576
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:3634
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:5040
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:4420
bool oscillating
Definition: fan.h:36
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:3377
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:954
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:5869
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:6000
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:5871
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:2430
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6315
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6265
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:8315
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:2741
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:8232
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:8598
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:755
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6538
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:4735
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:8562
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:4963
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:4860
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:3221
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:5451
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:5828
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:3684
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:6299
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:5179
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:2933
uint8_t address
Definition: bl0906.h:211
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:2052
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:8455
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6923
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:3966
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:736
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:765
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:5215
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:8485
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:3060
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:7153
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:8662
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6708
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6504
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:7125
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:5550
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:5947
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:8015
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:5610
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6228
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:3247
uint8_t preset_mode
Definition: fan.h:38
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:3508
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:5895
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:6909
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:1558
float position
Definition: cover.h:14
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:3465
uint8_t end[39]
Definition: sun_gtil2.cpp:31
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:2275
void encode_string(uint32_t field_id, const char *string, size_t len, bool force=false)
Definition: proto.h:156
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:1872
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:8720
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6428
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:2915
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:2947
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:749
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:620
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:4010
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:7334
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:5087
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:7021
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6168
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6193
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:5881
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:7927
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:4458
uint32_t as_uint32() const
Definition: proto.h:46
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6450
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:1735
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:1794
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:1894
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6086
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:7581
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:7796
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:8504
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:5341
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:4062
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:2470
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:7249
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:8852
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:1008
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:1854
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:7107
uint8_t custom_fan_mode
Definition: climate.h:574
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:7495
float target_temperature
Definition: climate.h:138
void encode_enum(uint32_t field_id, T value, bool force=false)
Definition: proto.h:213
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:8290
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:5518
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:3337
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:1018
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:6842
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:4949
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:2979
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:6285
uint8_t month
Definition: date_entity.h:123
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:2555
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:2794
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:724
ClimatePreset preset
Definition: climate.h:578
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:2830
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:8977
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:8518
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:1966
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:3272
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:3235
void encode_message(uint32_t field_id, const C &value, bool force=false)
Definition: proto.h:256
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:4824
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:2722
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:7647
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:7683
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:5137
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:1709
bool decode_32bit(uint32_t field_id, Proto32Bit value) override
Definition: api_pb2.cpp:7485
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:6659
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:5385
void encode(ProtoWriteBuffer buffer) const override
Definition: api_pb2.cpp:8310
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:7174
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:8178
void dump_to(std::string &out) const override
Definition: api_pb2.cpp:3671
bool decode_varint(uint32_t field_id, ProtoVarInt value) override
Definition: api_pb2.cpp:2702
bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override
Definition: api_pb2.cpp:982