ESPHome  2025.3.3
api_pb2.h
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 #pragma once
4 
5 #include "proto.h"
6 
7 namespace esphome {
8 namespace api {
9 
10 namespace enums {
11 
12 enum EntityCategory : uint32_t {
16 };
17 enum LegacyCoverState : uint32_t {
20 };
21 enum CoverOperation : uint32_t {
25 };
26 enum LegacyCoverCommand : uint32_t {
30 };
31 enum FanSpeed : uint32_t {
35 };
36 enum FanDirection : uint32_t {
39 };
40 enum ColorMode : uint32_t {
51 };
52 enum SensorStateClass : uint32_t {
57 };
58 enum SensorLastResetType : uint32_t {
62 };
63 enum LogLevel : uint32_t {
72 };
73 enum ServiceArgType : uint32_t {
82 };
83 enum ClimateMode : uint32_t {
91 };
92 enum ClimateFanMode : uint32_t {
103 };
104 enum ClimateSwingMode : uint32_t {
109 };
110 enum ClimateAction : uint32_t {
117 };
118 enum ClimatePreset : uint32_t {
127 };
128 enum NumberMode : uint32_t {
132 };
133 enum LockState : uint32_t {
140 };
141 enum LockCommand : uint32_t {
145 };
146 enum MediaPlayerState : uint32_t {
151 };
152 enum MediaPlayerCommand : uint32_t {
158 };
159 enum MediaPlayerFormatPurpose : uint32_t {
162 };
163 enum BluetoothDeviceRequestType : uint32_t {
171 };
175 };
176 enum VoiceAssistantRequestFlag : uint32_t {
180 };
181 enum VoiceAssistantEvent : uint32_t {
197 };
198 enum VoiceAssistantTimerEvent : uint32_t {
203 };
204 enum AlarmControlPanelState : uint32_t {
215 };
224 };
225 enum TextMode : uint32_t {
228 };
229 enum ValveOperation : uint32_t {
233 };
234 enum UpdateCommand : uint32_t {
238 };
239 
240 } // namespace enums
241 
242 class HelloRequest : public ProtoMessage {
243  public:
244  std::string client_info{};
245  uint32_t api_version_major{0};
246  uint32_t api_version_minor{0};
247  void encode(ProtoWriteBuffer buffer) const override;
248 #ifdef HAS_PROTO_MESSAGE_DUMP
249  void dump_to(std::string &out) const override;
250 #endif
251 
252  protected:
253  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
254  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
255 };
256 class HelloResponse : public ProtoMessage {
257  public:
258  uint32_t api_version_major{0};
259  uint32_t api_version_minor{0};
260  std::string server_info{};
261  std::string name{};
262  void encode(ProtoWriteBuffer buffer) const override;
263 #ifdef HAS_PROTO_MESSAGE_DUMP
264  void dump_to(std::string &out) const override;
265 #endif
266 
267  protected:
268  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
269  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
270 };
271 class ConnectRequest : public ProtoMessage {
272  public:
273  std::string password{};
274  void encode(ProtoWriteBuffer buffer) const override;
275 #ifdef HAS_PROTO_MESSAGE_DUMP
276  void dump_to(std::string &out) const override;
277 #endif
278 
279  protected:
280  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
281 };
283  public:
284  bool invalid_password{false};
285  void encode(ProtoWriteBuffer buffer) const override;
286 #ifdef HAS_PROTO_MESSAGE_DUMP
287  void dump_to(std::string &out) const override;
288 #endif
289 
290  protected:
291  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
292 };
294  public:
295  void encode(ProtoWriteBuffer buffer) const override;
296 #ifdef HAS_PROTO_MESSAGE_DUMP
297  void dump_to(std::string &out) const override;
298 #endif
299 
300  protected:
301 };
303  public:
304  void encode(ProtoWriteBuffer buffer) const override;
305 #ifdef HAS_PROTO_MESSAGE_DUMP
306  void dump_to(std::string &out) const override;
307 #endif
308 
309  protected:
310 };
311 class PingRequest : public ProtoMessage {
312  public:
313  void encode(ProtoWriteBuffer buffer) const override;
314 #ifdef HAS_PROTO_MESSAGE_DUMP
315  void dump_to(std::string &out) const override;
316 #endif
317 
318  protected:
319 };
320 class PingResponse : public ProtoMessage {
321  public:
322  void encode(ProtoWriteBuffer buffer) const override;
323 #ifdef HAS_PROTO_MESSAGE_DUMP
324  void dump_to(std::string &out) const override;
325 #endif
326 
327  protected:
328 };
330  public:
331  void encode(ProtoWriteBuffer buffer) const override;
332 #ifdef HAS_PROTO_MESSAGE_DUMP
333  void dump_to(std::string &out) const override;
334 #endif
335 
336  protected:
337 };
339  public:
340  bool uses_password{false};
341  std::string name{};
342  std::string mac_address{};
343  std::string esphome_version{};
344  std::string compilation_time{};
345  std::string model{};
346  bool has_deep_sleep{false};
347  std::string project_name{};
348  std::string project_version{};
349  uint32_t webserver_port{0};
350  uint32_t legacy_bluetooth_proxy_version{0};
351  uint32_t bluetooth_proxy_feature_flags{0};
352  std::string manufacturer{};
353  std::string friendly_name{};
354  uint32_t legacy_voice_assistant_version{0};
355  uint32_t voice_assistant_feature_flags{0};
356  std::string suggested_area{};
357  std::string bluetooth_mac_address{};
358  void encode(ProtoWriteBuffer buffer) const override;
359 #ifdef HAS_PROTO_MESSAGE_DUMP
360  void dump_to(std::string &out) const override;
361 #endif
362 
363  protected:
364  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
365  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
366 };
368  public:
369  void encode(ProtoWriteBuffer buffer) const override;
370 #ifdef HAS_PROTO_MESSAGE_DUMP
371  void dump_to(std::string &out) const override;
372 #endif
373 
374  protected:
375 };
377  public:
378  void encode(ProtoWriteBuffer buffer) const override;
379 #ifdef HAS_PROTO_MESSAGE_DUMP
380  void dump_to(std::string &out) const override;
381 #endif
382 
383  protected:
384 };
386  public:
387  void encode(ProtoWriteBuffer buffer) const override;
388 #ifdef HAS_PROTO_MESSAGE_DUMP
389  void dump_to(std::string &out) const override;
390 #endif
391 
392  protected:
393 };
395  public:
396  std::string object_id{};
397  uint32_t key{0};
398  std::string name{};
399  std::string unique_id{};
400  std::string device_class{};
401  bool is_status_binary_sensor{false};
402  bool disabled_by_default{false};
403  std::string icon{};
404  enums::EntityCategory entity_category{};
405  void encode(ProtoWriteBuffer buffer) const override;
406 #ifdef HAS_PROTO_MESSAGE_DUMP
407  void dump_to(std::string &out) const override;
408 #endif
409 
410  protected:
411  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
412  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
413  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
414 };
416  public:
417  uint32_t key{0};
418  bool state{false};
419  bool missing_state{false};
420  void encode(ProtoWriteBuffer buffer) const override;
421 #ifdef HAS_PROTO_MESSAGE_DUMP
422  void dump_to(std::string &out) const override;
423 #endif
424 
425  protected:
426  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
427  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
428 };
430  public:
431  std::string object_id{};
432  uint32_t key{0};
433  std::string name{};
434  std::string unique_id{};
435  bool assumed_state{false};
436  bool supports_position{false};
437  bool supports_tilt{false};
438  std::string device_class{};
439  bool disabled_by_default{false};
440  std::string icon{};
441  enums::EntityCategory entity_category{};
442  bool supports_stop{false};
443  void encode(ProtoWriteBuffer buffer) const override;
444 #ifdef HAS_PROTO_MESSAGE_DUMP
445  void dump_to(std::string &out) const override;
446 #endif
447 
448  protected:
449  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
450  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
451  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
452 };
454  public:
455  uint32_t key{0};
456  enums::LegacyCoverState legacy_state{};
457  float position{0.0f};
458  float tilt{0.0f};
459  enums::CoverOperation current_operation{};
460  void encode(ProtoWriteBuffer buffer) const override;
461 #ifdef HAS_PROTO_MESSAGE_DUMP
462  void dump_to(std::string &out) const override;
463 #endif
464 
465  protected:
466  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
467  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
468 };
470  public:
471  uint32_t key{0};
472  bool has_legacy_command{false};
473  enums::LegacyCoverCommand legacy_command{};
474  bool has_position{false};
475  float position{0.0f};
476  bool has_tilt{false};
477  float tilt{0.0f};
478  bool stop{false};
479  void encode(ProtoWriteBuffer buffer) const override;
480 #ifdef HAS_PROTO_MESSAGE_DUMP
481  void dump_to(std::string &out) const override;
482 #endif
483 
484  protected:
485  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
486  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
487 };
489  public:
490  std::string object_id{};
491  uint32_t key{0};
492  std::string name{};
493  std::string unique_id{};
494  bool supports_oscillation{false};
495  bool supports_speed{false};
496  bool supports_direction{false};
497  int32_t supported_speed_count{0};
498  bool disabled_by_default{false};
499  std::string icon{};
500  enums::EntityCategory entity_category{};
501  std::vector<std::string> supported_preset_modes{};
502  void encode(ProtoWriteBuffer buffer) const override;
503 #ifdef HAS_PROTO_MESSAGE_DUMP
504  void dump_to(std::string &out) const override;
505 #endif
506 
507  protected:
508  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
509  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
510  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
511 };
513  public:
514  uint32_t key{0};
515  bool state{false};
516  bool oscillating{false};
519  int32_t speed_level{0};
520  std::string preset_mode{};
521  void encode(ProtoWriteBuffer buffer) const override;
522 #ifdef HAS_PROTO_MESSAGE_DUMP
523  void dump_to(std::string &out) const override;
524 #endif
525 
526  protected:
527  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
528  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
529  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
530 };
532  public:
533  uint32_t key{0};
534  bool has_state{false};
535  bool state{false};
536  bool has_speed{false};
538  bool has_oscillating{false};
539  bool oscillating{false};
540  bool has_direction{false};
542  bool has_speed_level{false};
543  int32_t speed_level{0};
544  bool has_preset_mode{false};
545  std::string preset_mode{};
546  void encode(ProtoWriteBuffer buffer) const override;
547 #ifdef HAS_PROTO_MESSAGE_DUMP
548  void dump_to(std::string &out) const override;
549 #endif
550 
551  protected:
552  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
553  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
554  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
555 };
557  public:
558  std::string object_id{};
559  uint32_t key{0};
560  std::string name{};
561  std::string unique_id{};
562  std::vector<enums::ColorMode> supported_color_modes{};
563  bool legacy_supports_brightness{false};
564  bool legacy_supports_rgb{false};
565  bool legacy_supports_white_value{false};
566  bool legacy_supports_color_temperature{false};
567  float min_mireds{0.0f};
568  float max_mireds{0.0f};
569  std::vector<std::string> effects{};
570  bool disabled_by_default{false};
571  std::string icon{};
572  enums::EntityCategory entity_category{};
573  void encode(ProtoWriteBuffer buffer) const override;
574 #ifdef HAS_PROTO_MESSAGE_DUMP
575  void dump_to(std::string &out) const override;
576 #endif
577 
578  protected:
579  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
580  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
581  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
582 };
584  public:
585  uint32_t key{0};
586  bool state{false};
587  float brightness{0.0f};
588  enums::ColorMode color_mode{};
589  float color_brightness{0.0f};
590  float red{0.0f};
591  float green{0.0f};
592  float blue{0.0f};
593  float white{0.0f};
594  float color_temperature{0.0f};
595  float cold_white{0.0f};
596  float warm_white{0.0f};
597  std::string effect{};
598  void encode(ProtoWriteBuffer buffer) const override;
599 #ifdef HAS_PROTO_MESSAGE_DUMP
600  void dump_to(std::string &out) const override;
601 #endif
602 
603  protected:
604  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
605  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
606  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
607 };
609  public:
610  uint32_t key{0};
611  bool has_state{false};
612  bool state{false};
613  bool has_brightness{false};
614  float brightness{0.0f};
615  bool has_color_mode{false};
616  enums::ColorMode color_mode{};
617  bool has_color_brightness{false};
618  float color_brightness{0.0f};
619  bool has_rgb{false};
620  float red{0.0f};
621  float green{0.0f};
622  float blue{0.0f};
623  bool has_white{false};
624  float white{0.0f};
625  bool has_color_temperature{false};
626  float color_temperature{0.0f};
627  bool has_cold_white{false};
628  float cold_white{0.0f};
629  bool has_warm_white{false};
630  float warm_white{0.0f};
631  bool has_transition_length{false};
632  uint32_t transition_length{0};
633  bool has_flash_length{false};
634  uint32_t flash_length{0};
635  bool has_effect{false};
636  std::string effect{};
637  void encode(ProtoWriteBuffer buffer) const override;
638 #ifdef HAS_PROTO_MESSAGE_DUMP
639  void dump_to(std::string &out) const override;
640 #endif
641 
642  protected:
643  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
644  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
645  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
646 };
648  public:
649  std::string object_id{};
650  uint32_t key{0};
651  std::string name{};
652  std::string unique_id{};
653  std::string icon{};
654  std::string unit_of_measurement{};
655  int32_t accuracy_decimals{0};
656  bool force_update{false};
657  std::string device_class{};
658  enums::SensorStateClass state_class{};
659  enums::SensorLastResetType legacy_last_reset_type{};
660  bool disabled_by_default{false};
661  enums::EntityCategory entity_category{};
662  void encode(ProtoWriteBuffer buffer) const override;
663 #ifdef HAS_PROTO_MESSAGE_DUMP
664  void dump_to(std::string &out) const override;
665 #endif
666 
667  protected:
668  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
669  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
670  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
671 };
673  public:
674  uint32_t key{0};
675  float state{0.0f};
676  bool missing_state{false};
677  void encode(ProtoWriteBuffer buffer) const override;
678 #ifdef HAS_PROTO_MESSAGE_DUMP
679  void dump_to(std::string &out) const override;
680 #endif
681 
682  protected:
683  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
684  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
685 };
687  public:
688  std::string object_id{};
689  uint32_t key{0};
690  std::string name{};
691  std::string unique_id{};
692  std::string icon{};
693  bool assumed_state{false};
694  bool disabled_by_default{false};
695  enums::EntityCategory entity_category{};
696  std::string device_class{};
697  void encode(ProtoWriteBuffer buffer) const override;
698 #ifdef HAS_PROTO_MESSAGE_DUMP
699  void dump_to(std::string &out) const override;
700 #endif
701 
702  protected:
703  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
704  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
705  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
706 };
708  public:
709  uint32_t key{0};
710  bool state{false};
711  void encode(ProtoWriteBuffer buffer) const override;
712 #ifdef HAS_PROTO_MESSAGE_DUMP
713  void dump_to(std::string &out) const override;
714 #endif
715 
716  protected:
717  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
718  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
719 };
721  public:
722  uint32_t key{0};
723  bool state{false};
724  void encode(ProtoWriteBuffer buffer) const override;
725 #ifdef HAS_PROTO_MESSAGE_DUMP
726  void dump_to(std::string &out) const override;
727 #endif
728 
729  protected:
730  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
731  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
732 };
734  public:
735  std::string object_id{};
736  uint32_t key{0};
737  std::string name{};
738  std::string unique_id{};
739  std::string icon{};
740  bool disabled_by_default{false};
741  enums::EntityCategory entity_category{};
742  std::string device_class{};
743  void encode(ProtoWriteBuffer buffer) const override;
744 #ifdef HAS_PROTO_MESSAGE_DUMP
745  void dump_to(std::string &out) const override;
746 #endif
747 
748  protected:
749  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
750  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
751  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
752 };
754  public:
755  uint32_t key{0};
756  std::string state{};
757  bool missing_state{false};
758  void encode(ProtoWriteBuffer buffer) const override;
759 #ifdef HAS_PROTO_MESSAGE_DUMP
760  void dump_to(std::string &out) const override;
761 #endif
762 
763  protected:
764  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
765  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
766  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
767 };
769  public:
771  bool dump_config{false};
772  void encode(ProtoWriteBuffer buffer) const override;
773 #ifdef HAS_PROTO_MESSAGE_DUMP
774  void dump_to(std::string &out) const override;
775 #endif
776 
777  protected:
778  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
779 };
781  public:
783  std::string message{};
784  bool send_failed{false};
785  void encode(ProtoWriteBuffer buffer) const override;
786 #ifdef HAS_PROTO_MESSAGE_DUMP
787  void dump_to(std::string &out) const override;
788 #endif
789 
790  protected:
791  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
792  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
793 };
795  public:
796  void encode(ProtoWriteBuffer buffer) const override;
797 #ifdef HAS_PROTO_MESSAGE_DUMP
798  void dump_to(std::string &out) const override;
799 #endif
800 
801  protected:
802 };
804  public:
805  std::string key{};
806  std::string value{};
807  void encode(ProtoWriteBuffer buffer) const override;
808 #ifdef HAS_PROTO_MESSAGE_DUMP
809  void dump_to(std::string &out) const override;
810 #endif
811 
812  protected:
813  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
814 };
816  public:
817  std::string service{};
818  std::vector<HomeassistantServiceMap> data{};
819  std::vector<HomeassistantServiceMap> data_template{};
820  std::vector<HomeassistantServiceMap> variables{};
821  bool is_event{false};
822  void encode(ProtoWriteBuffer buffer) const override;
823 #ifdef HAS_PROTO_MESSAGE_DUMP
824  void dump_to(std::string &out) const override;
825 #endif
826 
827  protected:
828  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
829  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
830 };
832  public:
833  void encode(ProtoWriteBuffer buffer) const override;
834 #ifdef HAS_PROTO_MESSAGE_DUMP
835  void dump_to(std::string &out) const override;
836 #endif
837 
838  protected:
839 };
841  public:
842  std::string entity_id{};
843  std::string attribute{};
844  bool once{false};
845  void encode(ProtoWriteBuffer buffer) const override;
846 #ifdef HAS_PROTO_MESSAGE_DUMP
847  void dump_to(std::string &out) const override;
848 #endif
849 
850  protected:
851  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
852  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
853 };
855  public:
856  std::string entity_id{};
857  std::string state{};
858  std::string attribute{};
859  void encode(ProtoWriteBuffer buffer) const override;
860 #ifdef HAS_PROTO_MESSAGE_DUMP
861  void dump_to(std::string &out) const override;
862 #endif
863 
864  protected:
865  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
866 };
867 class GetTimeRequest : public ProtoMessage {
868  public:
869  void encode(ProtoWriteBuffer buffer) const override;
870 #ifdef HAS_PROTO_MESSAGE_DUMP
871  void dump_to(std::string &out) const override;
872 #endif
873 
874  protected:
875 };
877  public:
878  uint32_t epoch_seconds{0};
879  void encode(ProtoWriteBuffer buffer) const override;
880 #ifdef HAS_PROTO_MESSAGE_DUMP
881  void dump_to(std::string &out) const override;
882 #endif
883 
884  protected:
885  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
886 };
888  public:
889  std::string name{};
891  void encode(ProtoWriteBuffer buffer) const override;
892 #ifdef HAS_PROTO_MESSAGE_DUMP
893  void dump_to(std::string &out) const override;
894 #endif
895 
896  protected:
897  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
898  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
899 };
901  public:
902  std::string name{};
903  uint32_t key{0};
904  std::vector<ListEntitiesServicesArgument> args{};
905  void encode(ProtoWriteBuffer buffer) const override;
906 #ifdef HAS_PROTO_MESSAGE_DUMP
907  void dump_to(std::string &out) const override;
908 #endif
909 
910  protected:
911  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
912  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
913 };
915  public:
916  bool bool_{false};
917  int32_t legacy_int{0};
918  float float_{0.0f};
919  std::string string_{};
920  int32_t int_{0};
921  std::vector<bool> bool_array{};
922  std::vector<int32_t> int_array{};
923  std::vector<float> float_array{};
924  std::vector<std::string> string_array{};
925  void encode(ProtoWriteBuffer buffer) const override;
926 #ifdef HAS_PROTO_MESSAGE_DUMP
927  void dump_to(std::string &out) const override;
928 #endif
929 
930  protected:
931  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
932  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
933  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
934 };
936  public:
937  uint32_t key{0};
938  std::vector<ExecuteServiceArgument> args{};
939  void encode(ProtoWriteBuffer buffer) const override;
940 #ifdef HAS_PROTO_MESSAGE_DUMP
941  void dump_to(std::string &out) const override;
942 #endif
943 
944  protected:
945  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
946  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
947 };
949  public:
950  std::string object_id{};
951  uint32_t key{0};
952  std::string name{};
953  std::string unique_id{};
954  bool disabled_by_default{false};
955  std::string icon{};
956  enums::EntityCategory entity_category{};
957  void encode(ProtoWriteBuffer buffer) const override;
958 #ifdef HAS_PROTO_MESSAGE_DUMP
959  void dump_to(std::string &out) const override;
960 #endif
961 
962  protected:
963  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
964  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
965  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
966 };
968  public:
969  uint32_t key{0};
970  std::string data{};
971  bool done{false};
972  void encode(ProtoWriteBuffer buffer) const override;
973 #ifdef HAS_PROTO_MESSAGE_DUMP
974  void dump_to(std::string &out) const override;
975 #endif
976 
977  protected:
978  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
979  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
980  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
981 };
983  public:
984  bool single{false};
985  bool stream{false};
986  void encode(ProtoWriteBuffer buffer) const override;
987 #ifdef HAS_PROTO_MESSAGE_DUMP
988  void dump_to(std::string &out) const override;
989 #endif
990 
991  protected:
992  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
993 };
995  public:
996  std::string object_id{};
997  uint32_t key{0};
998  std::string name{};
999  std::string unique_id{};
1000  bool supports_current_temperature{false};
1001  bool supports_two_point_target_temperature{false};
1002  std::vector<enums::ClimateMode> supported_modes{};
1003  float visual_min_temperature{0.0f};
1004  float visual_max_temperature{0.0f};
1005  float visual_target_temperature_step{0.0f};
1006  bool legacy_supports_away{false};
1007  bool supports_action{false};
1008  std::vector<enums::ClimateFanMode> supported_fan_modes{};
1009  std::vector<enums::ClimateSwingMode> supported_swing_modes{};
1010  std::vector<std::string> supported_custom_fan_modes{};
1011  std::vector<enums::ClimatePreset> supported_presets{};
1012  std::vector<std::string> supported_custom_presets{};
1013  bool disabled_by_default{false};
1014  std::string icon{};
1015  enums::EntityCategory entity_category{};
1016  float visual_current_temperature_step{0.0f};
1017  bool supports_current_humidity{false};
1018  bool supports_target_humidity{false};
1019  float visual_min_humidity{0.0f};
1020  float visual_max_humidity{0.0f};
1021  void encode(ProtoWriteBuffer buffer) const override;
1022 #ifdef HAS_PROTO_MESSAGE_DUMP
1023  void dump_to(std::string &out) const override;
1024 #endif
1025 
1026  protected:
1027  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1028  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1029  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1030 };
1032  public:
1033  uint32_t key{0};
1035  float current_temperature{0.0f};
1036  float target_temperature{0.0f};
1039  bool unused_legacy_away{false};
1043  std::string custom_fan_mode{};
1045  std::string custom_preset{};
1046  float current_humidity{0.0f};
1047  float target_humidity{0.0f};
1048  void encode(ProtoWriteBuffer buffer) const override;
1049 #ifdef HAS_PROTO_MESSAGE_DUMP
1050  void dump_to(std::string &out) const override;
1051 #endif
1052 
1053  protected:
1054  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1055  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1056  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1057 };
1059  public:
1060  uint32_t key{0};
1061  bool has_mode{false};
1063  bool has_target_temperature{false};
1064  float target_temperature{0.0f};
1065  bool has_target_temperature_low{false};
1067  bool has_target_temperature_high{false};
1069  bool unused_has_legacy_away{false};
1070  bool unused_legacy_away{false};
1071  bool has_fan_mode{false};
1073  bool has_swing_mode{false};
1075  bool has_custom_fan_mode{false};
1076  std::string custom_fan_mode{};
1077  bool has_preset{false};
1079  bool has_custom_preset{false};
1080  std::string custom_preset{};
1081  bool has_target_humidity{false};
1082  float target_humidity{0.0f};
1083  void encode(ProtoWriteBuffer buffer) const override;
1084 #ifdef HAS_PROTO_MESSAGE_DUMP
1085  void dump_to(std::string &out) const override;
1086 #endif
1087 
1088  protected:
1089  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1090  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1091  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1092 };
1094  public:
1095  std::string object_id{};
1096  uint32_t key{0};
1097  std::string name{};
1098  std::string unique_id{};
1099  std::string icon{};
1100  float min_value{0.0f};
1101  float max_value{0.0f};
1102  float step{0.0f};
1103  bool disabled_by_default{false};
1104  enums::EntityCategory entity_category{};
1105  std::string unit_of_measurement{};
1107  std::string device_class{};
1108  void encode(ProtoWriteBuffer buffer) const override;
1109 #ifdef HAS_PROTO_MESSAGE_DUMP
1110  void dump_to(std::string &out) const override;
1111 #endif
1112 
1113  protected:
1114  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1115  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1116  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1117 };
1119  public:
1120  uint32_t key{0};
1121  float state{0.0f};
1122  bool missing_state{false};
1123  void encode(ProtoWriteBuffer buffer) const override;
1124 #ifdef HAS_PROTO_MESSAGE_DUMP
1125  void dump_to(std::string &out) const override;
1126 #endif
1127 
1128  protected:
1129  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1130  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1131 };
1133  public:
1134  uint32_t key{0};
1135  float state{0.0f};
1136  void encode(ProtoWriteBuffer buffer) const override;
1137 #ifdef HAS_PROTO_MESSAGE_DUMP
1138  void dump_to(std::string &out) const override;
1139 #endif
1140 
1141  protected:
1142  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1143 };
1145  public:
1146  std::string object_id{};
1147  uint32_t key{0};
1148  std::string name{};
1149  std::string unique_id{};
1150  std::string icon{};
1151  std::vector<std::string> options{};
1152  bool disabled_by_default{false};
1153  enums::EntityCategory entity_category{};
1154  void encode(ProtoWriteBuffer buffer) const override;
1155 #ifdef HAS_PROTO_MESSAGE_DUMP
1156  void dump_to(std::string &out) const override;
1157 #endif
1158 
1159  protected:
1160  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1161  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1162  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1163 };
1165  public:
1166  uint32_t key{0};
1167  std::string state{};
1168  bool missing_state{false};
1169  void encode(ProtoWriteBuffer buffer) const override;
1170 #ifdef HAS_PROTO_MESSAGE_DUMP
1171  void dump_to(std::string &out) const override;
1172 #endif
1173 
1174  protected:
1175  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1176  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1177  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1178 };
1180  public:
1181  uint32_t key{0};
1182  std::string state{};
1183  void encode(ProtoWriteBuffer buffer) const override;
1184 #ifdef HAS_PROTO_MESSAGE_DUMP
1185  void dump_to(std::string &out) const override;
1186 #endif
1187 
1188  protected:
1189  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1190  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1191 };
1193  public:
1194  std::string object_id{};
1195  uint32_t key{0};
1196  std::string name{};
1197  std::string unique_id{};
1198  std::string icon{};
1199  bool disabled_by_default{false};
1200  enums::EntityCategory entity_category{};
1201  bool assumed_state{false};
1202  bool supports_open{false};
1203  bool requires_code{false};
1204  std::string code_format{};
1205  void encode(ProtoWriteBuffer buffer) const override;
1206 #ifdef HAS_PROTO_MESSAGE_DUMP
1207  void dump_to(std::string &out) const override;
1208 #endif
1209 
1210  protected:
1211  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1212  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1213  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1214 };
1216  public:
1217  uint32_t key{0};
1219  void encode(ProtoWriteBuffer buffer) const override;
1220 #ifdef HAS_PROTO_MESSAGE_DUMP
1221  void dump_to(std::string &out) const override;
1222 #endif
1223 
1224  protected:
1225  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1226  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1227 };
1229  public:
1230  uint32_t key{0};
1232  bool has_code{false};
1233  std::string code{};
1234  void encode(ProtoWriteBuffer buffer) const override;
1235 #ifdef HAS_PROTO_MESSAGE_DUMP
1236  void dump_to(std::string &out) const override;
1237 #endif
1238 
1239  protected:
1240  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1241  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1242  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1243 };
1245  public:
1246  std::string object_id{};
1247  uint32_t key{0};
1248  std::string name{};
1249  std::string unique_id{};
1250  std::string icon{};
1251  bool disabled_by_default{false};
1252  enums::EntityCategory entity_category{};
1253  std::string device_class{};
1254  void encode(ProtoWriteBuffer buffer) const override;
1255 #ifdef HAS_PROTO_MESSAGE_DUMP
1256  void dump_to(std::string &out) const override;
1257 #endif
1258 
1259  protected:
1260  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1261  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1262  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1263 };
1265  public:
1266  uint32_t key{0};
1267  void encode(ProtoWriteBuffer buffer) const override;
1268 #ifdef HAS_PROTO_MESSAGE_DUMP
1269  void dump_to(std::string &out) const override;
1270 #endif
1271 
1272  protected:
1273  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1274 };
1276  public:
1277  std::string format{};
1278  uint32_t sample_rate{0};
1279  uint32_t num_channels{0};
1281  uint32_t sample_bytes{0};
1282  void encode(ProtoWriteBuffer buffer) const override;
1283 #ifdef HAS_PROTO_MESSAGE_DUMP
1284  void dump_to(std::string &out) const override;
1285 #endif
1286 
1287  protected:
1288  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1289  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1290 };
1292  public:
1293  std::string object_id{};
1294  uint32_t key{0};
1295  std::string name{};
1296  std::string unique_id{};
1297  std::string icon{};
1298  bool disabled_by_default{false};
1299  enums::EntityCategory entity_category{};
1300  bool supports_pause{false};
1301  std::vector<MediaPlayerSupportedFormat> supported_formats{};
1302  void encode(ProtoWriteBuffer buffer) const override;
1303 #ifdef HAS_PROTO_MESSAGE_DUMP
1304  void dump_to(std::string &out) const override;
1305 #endif
1306 
1307  protected:
1308  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1309  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1310  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1311 };
1313  public:
1314  uint32_t key{0};
1316  float volume{0.0f};
1317  bool muted{false};
1318  void encode(ProtoWriteBuffer buffer) const override;
1319 #ifdef HAS_PROTO_MESSAGE_DUMP
1320  void dump_to(std::string &out) const override;
1321 #endif
1322 
1323  protected:
1324  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1325  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1326 };
1328  public:
1329  uint32_t key{0};
1330  bool has_command{false};
1332  bool has_volume{false};
1333  float volume{0.0f};
1334  bool has_media_url{false};
1335  std::string media_url{};
1336  bool has_announcement{false};
1337  bool announcement{false};
1338  void encode(ProtoWriteBuffer buffer) const override;
1339 #ifdef HAS_PROTO_MESSAGE_DUMP
1340  void dump_to(std::string &out) const override;
1341 #endif
1342 
1343  protected:
1344  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1345  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1346  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1347 };
1349  public:
1350  uint32_t flags{0};
1351  void encode(ProtoWriteBuffer buffer) const override;
1352 #ifdef HAS_PROTO_MESSAGE_DUMP
1353  void dump_to(std::string &out) const override;
1354 #endif
1355 
1356  protected:
1357  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1358 };
1360  public:
1361  std::string uuid{};
1362  std::vector<uint32_t> legacy_data{};
1363  std::string data{};
1364  void encode(ProtoWriteBuffer buffer) const override;
1365 #ifdef HAS_PROTO_MESSAGE_DUMP
1366  void dump_to(std::string &out) const override;
1367 #endif
1368 
1369  protected:
1370  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1371  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1372 };
1374  public:
1375  uint64_t address{0};
1376  std::string name{};
1377  int32_t rssi{0};
1378  std::vector<std::string> service_uuids{};
1379  std::vector<BluetoothServiceData> service_data{};
1380  std::vector<BluetoothServiceData> manufacturer_data{};
1381  uint32_t address_type{0};
1382  void encode(ProtoWriteBuffer buffer) const override;
1383 #ifdef HAS_PROTO_MESSAGE_DUMP
1384  void dump_to(std::string &out) const override;
1385 #endif
1386 
1387  protected:
1388  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1389  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1390 };
1392  public:
1393  uint64_t address{0};
1394  int32_t rssi{0};
1395  uint32_t address_type{0};
1396  std::string data{};
1397  void encode(ProtoWriteBuffer buffer) const override;
1398 #ifdef HAS_PROTO_MESSAGE_DUMP
1399  void dump_to(std::string &out) const override;
1400 #endif
1401 
1402  protected:
1403  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1404  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1405 };
1407  public:
1408  std::vector<BluetoothLERawAdvertisement> advertisements{};
1409  void encode(ProtoWriteBuffer buffer) const override;
1410 #ifdef HAS_PROTO_MESSAGE_DUMP
1411  void dump_to(std::string &out) const override;
1412 #endif
1413 
1414  protected:
1415  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1416 };
1418  public:
1419  uint64_t address{0};
1421  bool has_address_type{false};
1422  uint32_t address_type{0};
1423  void encode(ProtoWriteBuffer buffer) const override;
1424 #ifdef HAS_PROTO_MESSAGE_DUMP
1425  void dump_to(std::string &out) const override;
1426 #endif
1427 
1428  protected:
1429  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1430 };
1432  public:
1433  uint64_t address{0};
1434  bool connected{false};
1435  uint32_t mtu{0};
1436  int32_t error{0};
1437  void encode(ProtoWriteBuffer buffer) const override;
1438 #ifdef HAS_PROTO_MESSAGE_DUMP
1439  void dump_to(std::string &out) const override;
1440 #endif
1441 
1442  protected:
1443  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1444 };
1446  public:
1447  uint64_t address{0};
1448  void encode(ProtoWriteBuffer buffer) const override;
1449 #ifdef HAS_PROTO_MESSAGE_DUMP
1450  void dump_to(std::string &out) const override;
1451 #endif
1452 
1453  protected:
1454  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1455 };
1457  public:
1458  std::vector<uint64_t> uuid{};
1459  uint32_t handle{0};
1460  void encode(ProtoWriteBuffer buffer) const override;
1461 #ifdef HAS_PROTO_MESSAGE_DUMP
1462  void dump_to(std::string &out) const override;
1463 #endif
1464 
1465  protected:
1466  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1467 };
1469  public:
1470  std::vector<uint64_t> uuid{};
1471  uint32_t handle{0};
1472  uint32_t properties{0};
1473  std::vector<BluetoothGATTDescriptor> descriptors{};
1474  void encode(ProtoWriteBuffer buffer) const override;
1475 #ifdef HAS_PROTO_MESSAGE_DUMP
1476  void dump_to(std::string &out) const override;
1477 #endif
1478 
1479  protected:
1480  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1481  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1482 };
1484  public:
1485  std::vector<uint64_t> uuid{};
1486  uint32_t handle{0};
1487  std::vector<BluetoothGATTCharacteristic> characteristics{};
1488  void encode(ProtoWriteBuffer buffer) const override;
1489 #ifdef HAS_PROTO_MESSAGE_DUMP
1490  void dump_to(std::string &out) const override;
1491 #endif
1492 
1493  protected:
1494  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1495  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1496 };
1498  public:
1499  uint64_t address{0};
1500  std::vector<BluetoothGATTService> services{};
1501  void encode(ProtoWriteBuffer buffer) const override;
1502 #ifdef HAS_PROTO_MESSAGE_DUMP
1503  void dump_to(std::string &out) const override;
1504 #endif
1505 
1506  protected:
1507  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1508  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1509 };
1511  public:
1512  uint64_t address{0};
1513  void encode(ProtoWriteBuffer buffer) const override;
1514 #ifdef HAS_PROTO_MESSAGE_DUMP
1515  void dump_to(std::string &out) const override;
1516 #endif
1517 
1518  protected:
1519  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1520 };
1522  public:
1523  uint64_t address{0};
1524  uint32_t handle{0};
1525  void encode(ProtoWriteBuffer buffer) const override;
1526 #ifdef HAS_PROTO_MESSAGE_DUMP
1527  void dump_to(std::string &out) const override;
1528 #endif
1529 
1530  protected:
1531  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1532 };
1534  public:
1535  uint64_t address{0};
1536  uint32_t handle{0};
1537  std::string data{};
1538  void encode(ProtoWriteBuffer buffer) const override;
1539 #ifdef HAS_PROTO_MESSAGE_DUMP
1540  void dump_to(std::string &out) const override;
1541 #endif
1542 
1543  protected:
1544  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1545  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1546 };
1548  public:
1549  uint64_t address{0};
1550  uint32_t handle{0};
1551  bool response{false};
1552  std::string data{};
1553  void encode(ProtoWriteBuffer buffer) const override;
1554 #ifdef HAS_PROTO_MESSAGE_DUMP
1555  void dump_to(std::string &out) const override;
1556 #endif
1557 
1558  protected:
1559  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1560  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1561 };
1563  public:
1564  uint64_t address{0};
1565  uint32_t handle{0};
1566  void encode(ProtoWriteBuffer buffer) const override;
1567 #ifdef HAS_PROTO_MESSAGE_DUMP
1568  void dump_to(std::string &out) const override;
1569 #endif
1570 
1571  protected:
1572  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1573 };
1575  public:
1576  uint64_t address{0};
1577  uint32_t handle{0};
1578  std::string data{};
1579  void encode(ProtoWriteBuffer buffer) const override;
1580 #ifdef HAS_PROTO_MESSAGE_DUMP
1581  void dump_to(std::string &out) const override;
1582 #endif
1583 
1584  protected:
1585  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1586  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1587 };
1589  public:
1590  uint64_t address{0};
1591  uint32_t handle{0};
1592  bool enable{false};
1593  void encode(ProtoWriteBuffer buffer) const override;
1594 #ifdef HAS_PROTO_MESSAGE_DUMP
1595  void dump_to(std::string &out) const override;
1596 #endif
1597 
1598  protected:
1599  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1600 };
1602  public:
1603  uint64_t address{0};
1604  uint32_t handle{0};
1605  std::string data{};
1606  void encode(ProtoWriteBuffer buffer) const override;
1607 #ifdef HAS_PROTO_MESSAGE_DUMP
1608  void dump_to(std::string &out) const override;
1609 #endif
1610 
1611  protected:
1612  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1613  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1614 };
1616  public:
1617  void encode(ProtoWriteBuffer buffer) const override;
1618 #ifdef HAS_PROTO_MESSAGE_DUMP
1619  void dump_to(std::string &out) const override;
1620 #endif
1621 
1622  protected:
1623 };
1625  public:
1626  uint32_t free{0};
1627  uint32_t limit{0};
1628  std::vector<uint64_t> allocated{};
1629  void encode(ProtoWriteBuffer buffer) const override;
1630 #ifdef HAS_PROTO_MESSAGE_DUMP
1631  void dump_to(std::string &out) const override;
1632 #endif
1633 
1634  protected:
1635  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1636 };
1638  public:
1639  uint64_t address{0};
1640  uint32_t handle{0};
1641  int32_t error{0};
1642  void encode(ProtoWriteBuffer buffer) const override;
1643 #ifdef HAS_PROTO_MESSAGE_DUMP
1644  void dump_to(std::string &out) const override;
1645 #endif
1646 
1647  protected:
1648  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1649 };
1651  public:
1652  uint64_t address{0};
1653  uint32_t handle{0};
1654  void encode(ProtoWriteBuffer buffer) const override;
1655 #ifdef HAS_PROTO_MESSAGE_DUMP
1656  void dump_to(std::string &out) const override;
1657 #endif
1658 
1659  protected:
1660  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1661 };
1663  public:
1664  uint64_t address{0};
1665  uint32_t handle{0};
1666  void encode(ProtoWriteBuffer buffer) const override;
1667 #ifdef HAS_PROTO_MESSAGE_DUMP
1668  void dump_to(std::string &out) const override;
1669 #endif
1670 
1671  protected:
1672  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1673 };
1675  public:
1676  uint64_t address{0};
1677  bool paired{false};
1678  int32_t error{0};
1679  void encode(ProtoWriteBuffer buffer) const override;
1680 #ifdef HAS_PROTO_MESSAGE_DUMP
1681  void dump_to(std::string &out) const override;
1682 #endif
1683 
1684  protected:
1685  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1686 };
1688  public:
1689  uint64_t address{0};
1690  bool success{false};
1691  int32_t error{0};
1692  void encode(ProtoWriteBuffer buffer) const override;
1693 #ifdef HAS_PROTO_MESSAGE_DUMP
1694  void dump_to(std::string &out) const override;
1695 #endif
1696 
1697  protected:
1698  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1699 };
1701  public:
1702  void encode(ProtoWriteBuffer buffer) const override;
1703 #ifdef HAS_PROTO_MESSAGE_DUMP
1704  void dump_to(std::string &out) const override;
1705 #endif
1706 
1707  protected:
1708 };
1710  public:
1711  uint64_t address{0};
1712  bool success{false};
1713  int32_t error{0};
1714  void encode(ProtoWriteBuffer buffer) const override;
1715 #ifdef HAS_PROTO_MESSAGE_DUMP
1716  void dump_to(std::string &out) const override;
1717 #endif
1718 
1719  protected:
1720  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1721 };
1723  public:
1724  bool subscribe{false};
1725  uint32_t flags{0};
1726  void encode(ProtoWriteBuffer buffer) const override;
1727 #ifdef HAS_PROTO_MESSAGE_DUMP
1728  void dump_to(std::string &out) const override;
1729 #endif
1730 
1731  protected:
1732  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1733 };
1735  public:
1736  uint32_t noise_suppression_level{0};
1737  uint32_t auto_gain{0};
1738  float volume_multiplier{0.0f};
1739  void encode(ProtoWriteBuffer buffer) const override;
1740 #ifdef HAS_PROTO_MESSAGE_DUMP
1741  void dump_to(std::string &out) const override;
1742 #endif
1743 
1744  protected:
1745  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1746  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1747 };
1749  public:
1750  bool start{false};
1751  std::string conversation_id{};
1752  uint32_t flags{0};
1754  std::string wake_word_phrase{};
1755  void encode(ProtoWriteBuffer buffer) const override;
1756 #ifdef HAS_PROTO_MESSAGE_DUMP
1757  void dump_to(std::string &out) const override;
1758 #endif
1759 
1760  protected:
1761  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1762  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1763 };
1765  public:
1766  uint32_t port{0};
1767  bool error{false};
1768  void encode(ProtoWriteBuffer buffer) const override;
1769 #ifdef HAS_PROTO_MESSAGE_DUMP
1770  void dump_to(std::string &out) const override;
1771 #endif
1772 
1773  protected:
1774  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1775 };
1777  public:
1778  std::string name{};
1779  std::string value{};
1780  void encode(ProtoWriteBuffer buffer) const override;
1781 #ifdef HAS_PROTO_MESSAGE_DUMP
1782  void dump_to(std::string &out) const override;
1783 #endif
1784 
1785  protected:
1786  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1787 };
1789  public:
1791  std::vector<VoiceAssistantEventData> data{};
1792  void encode(ProtoWriteBuffer buffer) const override;
1793 #ifdef HAS_PROTO_MESSAGE_DUMP
1794  void dump_to(std::string &out) const override;
1795 #endif
1796 
1797  protected:
1798  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1799  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1800 };
1802  public:
1803  std::string data{};
1804  bool end{false};
1805  void encode(ProtoWriteBuffer buffer) const override;
1806 #ifdef HAS_PROTO_MESSAGE_DUMP
1807  void dump_to(std::string &out) const override;
1808 #endif
1809 
1810  protected:
1811  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1812  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1813 };
1815  public:
1817  std::string timer_id{};
1818  std::string name{};
1819  uint32_t total_seconds{0};
1820  uint32_t seconds_left{0};
1821  bool is_active{false};
1822  void encode(ProtoWriteBuffer buffer) const override;
1823 #ifdef HAS_PROTO_MESSAGE_DUMP
1824  void dump_to(std::string &out) const override;
1825 #endif
1826 
1827  protected:
1828  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1829  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1830 };
1832  public:
1833  std::string media_id{};
1834  std::string text{};
1835  std::string preannounce_media_id{};
1836  bool start_conversation{false};
1837  void encode(ProtoWriteBuffer buffer) const override;
1838 #ifdef HAS_PROTO_MESSAGE_DUMP
1839  void dump_to(std::string &out) const override;
1840 #endif
1841 
1842  protected:
1843  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1844  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1845 };
1847  public:
1848  bool success{false};
1849  void encode(ProtoWriteBuffer buffer) const override;
1850 #ifdef HAS_PROTO_MESSAGE_DUMP
1851  void dump_to(std::string &out) const override;
1852 #endif
1853 
1854  protected:
1855  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1856 };
1858  public:
1859  std::string id{};
1860  std::string wake_word{};
1861  std::vector<std::string> trained_languages{};
1862  void encode(ProtoWriteBuffer buffer) const override;
1863 #ifdef HAS_PROTO_MESSAGE_DUMP
1864  void dump_to(std::string &out) const override;
1865 #endif
1866 
1867  protected:
1868  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1869 };
1871  public:
1872  void encode(ProtoWriteBuffer buffer) const override;
1873 #ifdef HAS_PROTO_MESSAGE_DUMP
1874  void dump_to(std::string &out) const override;
1875 #endif
1876 
1877  protected:
1878 };
1880  public:
1881  std::vector<VoiceAssistantWakeWord> available_wake_words{};
1882  std::vector<std::string> active_wake_words{};
1883  uint32_t max_active_wake_words{0};
1884  void encode(ProtoWriteBuffer buffer) const override;
1885 #ifdef HAS_PROTO_MESSAGE_DUMP
1886  void dump_to(std::string &out) const override;
1887 #endif
1888 
1889  protected:
1890  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1891  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1892 };
1894  public:
1895  std::vector<std::string> active_wake_words{};
1896  void encode(ProtoWriteBuffer buffer) const override;
1897 #ifdef HAS_PROTO_MESSAGE_DUMP
1898  void dump_to(std::string &out) const override;
1899 #endif
1900 
1901  protected:
1902  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1903 };
1905  public:
1906  std::string object_id{};
1907  uint32_t key{0};
1908  std::string name{};
1909  std::string unique_id{};
1910  std::string icon{};
1911  bool disabled_by_default{false};
1912  enums::EntityCategory entity_category{};
1913  uint32_t supported_features{0};
1914  bool requires_code{false};
1915  bool requires_code_to_arm{false};
1916  void encode(ProtoWriteBuffer buffer) const override;
1917 #ifdef HAS_PROTO_MESSAGE_DUMP
1918  void dump_to(std::string &out) const override;
1919 #endif
1920 
1921  protected:
1922  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1923  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1924  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1925 };
1927  public:
1928  uint32_t key{0};
1930  void encode(ProtoWriteBuffer buffer) const override;
1931 #ifdef HAS_PROTO_MESSAGE_DUMP
1932  void dump_to(std::string &out) const override;
1933 #endif
1934 
1935  protected:
1936  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1937  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1938 };
1940  public:
1941  uint32_t key{0};
1943  std::string code{};
1944  void encode(ProtoWriteBuffer buffer) const override;
1945 #ifdef HAS_PROTO_MESSAGE_DUMP
1946  void dump_to(std::string &out) const override;
1947 #endif
1948 
1949  protected:
1950  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1951  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1952  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1953 };
1955  public:
1956  std::string object_id{};
1957  uint32_t key{0};
1958  std::string name{};
1959  std::string unique_id{};
1960  std::string icon{};
1961  bool disabled_by_default{false};
1962  enums::EntityCategory entity_category{};
1963  uint32_t min_length{0};
1964  uint32_t max_length{0};
1965  std::string pattern{};
1967  void encode(ProtoWriteBuffer buffer) const override;
1968 #ifdef HAS_PROTO_MESSAGE_DUMP
1969  void dump_to(std::string &out) const override;
1970 #endif
1971 
1972  protected:
1973  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1974  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1975  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1976 };
1978  public:
1979  uint32_t key{0};
1980  std::string state{};
1981  bool missing_state{false};
1982  void encode(ProtoWriteBuffer buffer) const override;
1983 #ifdef HAS_PROTO_MESSAGE_DUMP
1984  void dump_to(std::string &out) const override;
1985 #endif
1986 
1987  protected:
1988  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
1989  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
1990  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
1991 };
1993  public:
1994  uint32_t key{0};
1995  std::string state{};
1996  void encode(ProtoWriteBuffer buffer) const override;
1997 #ifdef HAS_PROTO_MESSAGE_DUMP
1998  void dump_to(std::string &out) const override;
1999 #endif
2000 
2001  protected:
2002  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
2003  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
2004 };
2006  public:
2007  std::string object_id{};
2008  uint32_t key{0};
2009  std::string name{};
2010  std::string unique_id{};
2011  std::string icon{};
2012  bool disabled_by_default{false};
2013  enums::EntityCategory entity_category{};
2014  void encode(ProtoWriteBuffer buffer) const override;
2015 #ifdef HAS_PROTO_MESSAGE_DUMP
2016  void dump_to(std::string &out) const override;
2017 #endif
2018 
2019  protected:
2020  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
2021  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
2022  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
2023 };
2025  public:
2026  uint32_t key{0};
2027  bool missing_state{false};
2028  uint32_t year{0};
2029  uint32_t month{0};
2030  uint32_t day{0};
2031  void encode(ProtoWriteBuffer buffer) const override;
2032 #ifdef HAS_PROTO_MESSAGE_DUMP
2033  void dump_to(std::string &out) const override;
2034 #endif
2035 
2036  protected:
2037  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
2038  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
2039 };
2041  public:
2042  uint32_t key{0};
2043  uint32_t year{0};
2044  uint32_t month{0};
2045  uint32_t day{0};
2046  void encode(ProtoWriteBuffer buffer) const override;
2047 #ifdef HAS_PROTO_MESSAGE_DUMP
2048  void dump_to(std::string &out) const override;
2049 #endif
2050 
2051  protected:
2052  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
2053  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
2054 };
2056  public:
2057  std::string object_id{};
2058  uint32_t key{0};
2059  std::string name{};
2060  std::string unique_id{};
2061  std::string icon{};
2062  bool disabled_by_default{false};
2063  enums::EntityCategory entity_category{};
2064  void encode(ProtoWriteBuffer buffer) const override;
2065 #ifdef HAS_PROTO_MESSAGE_DUMP
2066  void dump_to(std::string &out) const override;
2067 #endif
2068 
2069  protected:
2070  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
2071  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
2072  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
2073 };
2075  public:
2076  uint32_t key{0};
2077  bool missing_state{false};
2078  uint32_t hour{0};
2079  uint32_t minute{0};
2080  uint32_t second{0};
2081  void encode(ProtoWriteBuffer buffer) const override;
2082 #ifdef HAS_PROTO_MESSAGE_DUMP
2083  void dump_to(std::string &out) const override;
2084 #endif
2085 
2086  protected:
2087  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
2088  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
2089 };
2091  public:
2092  uint32_t key{0};
2093  uint32_t hour{0};
2094  uint32_t minute{0};
2095  uint32_t second{0};
2096  void encode(ProtoWriteBuffer buffer) const override;
2097 #ifdef HAS_PROTO_MESSAGE_DUMP
2098  void dump_to(std::string &out) const override;
2099 #endif
2100 
2101  protected:
2102  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
2103  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
2104 };
2106  public:
2107  std::string object_id{};
2108  uint32_t key{0};
2109  std::string name{};
2110  std::string unique_id{};
2111  std::string icon{};
2112  bool disabled_by_default{false};
2113  enums::EntityCategory entity_category{};
2114  std::string device_class{};
2115  std::vector<std::string> event_types{};
2116  void encode(ProtoWriteBuffer buffer) const override;
2117 #ifdef HAS_PROTO_MESSAGE_DUMP
2118  void dump_to(std::string &out) const override;
2119 #endif
2120 
2121  protected:
2122  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
2123  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
2124  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
2125 };
2126 class EventResponse : public ProtoMessage {
2127  public:
2128  uint32_t key{0};
2129  std::string event_type{};
2130  void encode(ProtoWriteBuffer buffer) const override;
2131 #ifdef HAS_PROTO_MESSAGE_DUMP
2132  void dump_to(std::string &out) const override;
2133 #endif
2134 
2135  protected:
2136  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
2137  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
2138 };
2140  public:
2141  std::string object_id{};
2142  uint32_t key{0};
2143  std::string name{};
2144  std::string unique_id{};
2145  std::string icon{};
2146  bool disabled_by_default{false};
2147  enums::EntityCategory entity_category{};
2148  std::string device_class{};
2149  bool assumed_state{false};
2150  bool supports_position{false};
2151  bool supports_stop{false};
2152  void encode(ProtoWriteBuffer buffer) const override;
2153 #ifdef HAS_PROTO_MESSAGE_DUMP
2154  void dump_to(std::string &out) const override;
2155 #endif
2156 
2157  protected:
2158  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
2159  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
2160  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
2161 };
2163  public:
2164  uint32_t key{0};
2165  float position{0.0f};
2166  enums::ValveOperation current_operation{};
2167  void encode(ProtoWriteBuffer buffer) const override;
2168 #ifdef HAS_PROTO_MESSAGE_DUMP
2169  void dump_to(std::string &out) const override;
2170 #endif
2171 
2172  protected:
2173  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
2174  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
2175 };
2177  public:
2178  uint32_t key{0};
2179  bool has_position{false};
2180  float position{0.0f};
2181  bool stop{false};
2182  void encode(ProtoWriteBuffer buffer) const override;
2183 #ifdef HAS_PROTO_MESSAGE_DUMP
2184  void dump_to(std::string &out) const override;
2185 #endif
2186 
2187  protected:
2188  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
2189  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
2190 };
2192  public:
2193  std::string object_id{};
2194  uint32_t key{0};
2195  std::string name{};
2196  std::string unique_id{};
2197  std::string icon{};
2198  bool disabled_by_default{false};
2199  enums::EntityCategory entity_category{};
2200  void encode(ProtoWriteBuffer buffer) const override;
2201 #ifdef HAS_PROTO_MESSAGE_DUMP
2202  void dump_to(std::string &out) const override;
2203 #endif
2204 
2205  protected:
2206  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
2207  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
2208  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
2209 };
2211  public:
2212  uint32_t key{0};
2213  bool missing_state{false};
2214  uint32_t epoch_seconds{0};
2215  void encode(ProtoWriteBuffer buffer) const override;
2216 #ifdef HAS_PROTO_MESSAGE_DUMP
2217  void dump_to(std::string &out) const override;
2218 #endif
2219 
2220  protected:
2221  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
2222  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
2223 };
2225  public:
2226  uint32_t key{0};
2227  uint32_t epoch_seconds{0};
2228  void encode(ProtoWriteBuffer buffer) const override;
2229 #ifdef HAS_PROTO_MESSAGE_DUMP
2230  void dump_to(std::string &out) const override;
2231 #endif
2232 
2233  protected:
2234  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
2235 };
2237  public:
2238  std::string object_id{};
2239  uint32_t key{0};
2240  std::string name{};
2241  std::string unique_id{};
2242  std::string icon{};
2243  bool disabled_by_default{false};
2244  enums::EntityCategory entity_category{};
2245  std::string device_class{};
2246  void encode(ProtoWriteBuffer buffer) const override;
2247 #ifdef HAS_PROTO_MESSAGE_DUMP
2248  void dump_to(std::string &out) const override;
2249 #endif
2250 
2251  protected:
2252  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
2253  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
2254  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
2255 };
2257  public:
2258  uint32_t key{0};
2259  bool missing_state{false};
2260  bool in_progress{false};
2261  bool has_progress{false};
2262  float progress{0.0f};
2263  std::string current_version{};
2264  std::string latest_version{};
2265  std::string title{};
2266  std::string release_summary{};
2267  std::string release_url{};
2268  void encode(ProtoWriteBuffer buffer) const override;
2269 #ifdef HAS_PROTO_MESSAGE_DUMP
2270  void dump_to(std::string &out) const override;
2271 #endif
2272 
2273  protected:
2274  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
2275  bool decode_length(uint32_t field_id, ProtoLengthDelimited value) override;
2276  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
2277 };
2279  public:
2280  uint32_t key{0};
2282  void encode(ProtoWriteBuffer buffer) const override;
2283 #ifdef HAS_PROTO_MESSAGE_DUMP
2284  void dump_to(std::string &out) const override;
2285 #endif
2286 
2287  protected:
2288  bool decode_32bit(uint32_t field_id, Proto32Bit value) override;
2289  bool decode_varint(uint32_t field_id, ProtoVarInt value) override;
2290 };
2291 
2292 } // namespace api
2293 } // namespace esphome
bool state
Definition: fan.h:34
float target_temperature_low
Definition: climate.h:140
const char * name
Definition: stm32flash.h:78
uint16_t year
Definition: date_entity.h:122
Representation of a VarInt - in ProtoBuf should be 64bit but we only use 32bit.
Definition: proto.h:17
int speed
Definition: fan.h:35
float tilt
Definition: cover.h:15
float target_temperature_high
Definition: climate.h:141
float target_humidity
Definition: climate.h:589
uint8_t minute
ClimateSwingMode swing_mode
Definition: climate.h:581
uint8_t day
Definition: date_entity.h:124
FanDirection direction
Definition: fan.h:37
uint8_t custom_preset
Definition: climate.h:579
uint8_t hour
BedjetMode mode
BedJet operating mode.
Definition: bedjet_codec.h:183
uint8_t second
uint8_t type
const uint32_t flags
Definition: stm32flash.h:85
uint8_t options
ClimateFanMode fan_mode
Definition: climate.h:573
bool oscillating
Definition: fan.h:36
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7
uint8_t address
Definition: bl0906.h:211
uint8_t preset_mode
Definition: fan.h:38
float position
Definition: cover.h:14
uint8_t end[39]
Definition: sun_gtil2.cpp:31
uint8_t custom_fan_mode
Definition: climate.h:574
float target_temperature
Definition: climate.h:138
uint8_t month
Definition: date_entity.h:123
ClimatePreset preset
Definition: climate.h:578