ESPHome  2024.4.0
Public Member Functions | Data Fields | Protected Member Functions
esphome::api::ListEntitiesClimateResponse Class Reference

#include <api_pb2.h>

Inheritance diagram for esphome::api::ListEntitiesClimateResponse:
esphome::api::ProtoMessage

Public Member Functions

void encode (ProtoWriteBuffer buffer) const override
 
void dump_to (std::string &out) const override
 
- Public Member Functions inherited from esphome::api::ProtoMessage
virtual ~ProtoMessage ()=default
 
void decode (const uint8_t *buffer, size_t length)
 
std::string dump () const
 

Data Fields

std::string object_id {}
 
uint32_t key {0}
 
std::string name {}
 
std::string unique_id {}
 
bool supports_current_temperature {false}
 
bool supports_two_point_target_temperature {false}
 
std::vector< enums::ClimateModesupported_modes {}
 
float visual_min_temperature {0.0f}
 
float visual_max_temperature {0.0f}
 
float visual_target_temperature_step {0.0f}
 
bool legacy_supports_away {false}
 
bool supports_action {false}
 
std::vector< enums::ClimateFanModesupported_fan_modes {}
 
std::vector< enums::ClimateSwingModesupported_swing_modes {}
 
std::vector< std::string > supported_custom_fan_modes {}
 
std::vector< enums::ClimatePresetsupported_presets {}
 
std::vector< std::string > supported_custom_presets {}
 
bool disabled_by_default {false}
 
std::string icon {}
 
enums::EntityCategory entity_category {}
 
float visual_current_temperature_step {0.0f}
 
bool supports_current_humidity {false}
 
bool supports_target_humidity {false}
 
float visual_min_humidity {0.0f}
 
float visual_max_humidity {0.0f}
 

Protected Member Functions

bool decode_32bit (uint32_t field_id, Proto32Bit value) override
 
bool decode_length (uint32_t field_id, ProtoLengthDelimited value) override
 
bool decode_varint (uint32_t field_id, ProtoVarInt value) override
 
- Protected Member Functions inherited from esphome::api::ProtoMessage
virtual bool decode_64bit (uint32_t field_id, Proto64Bit value)
 

Detailed Description

Definition at line 971 of file api_pb2.h.

Member Function Documentation

◆ decode_32bit()

bool esphome::api::ListEntitiesClimateResponse::decode_32bit ( uint32_t  field_id,
Proto32Bit  value 
)
overrideprotectedvirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 3688 of file api_pb2.cpp.

◆ decode_length()

bool esphome::api::ListEntitiesClimateResponse::decode_length ( uint32_t  field_id,
ProtoLengthDelimited  value 
)
overrideprotectedvirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 3658 of file api_pb2.cpp.

◆ decode_varint()

bool esphome::api::ListEntitiesClimateResponse::decode_varint ( uint32_t  field_id,
ProtoVarInt  value 
)
overrideprotectedvirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 3604 of file api_pb2.cpp.

◆ dump_to()

void esphome::api::ListEntitiesClimateResponse::dump_to ( std::string &  out) const
overridevirtual

Implements esphome::api::ProtoMessage.

Definition at line 3762 of file api_pb2.cpp.

◆ encode()

void esphome::api::ListEntitiesClimateResponse::encode ( ProtoWriteBuffer  buffer) const
overridevirtual

Implements esphome::api::ProtoMessage.

Definition at line 3722 of file api_pb2.cpp.

Field Documentation

◆ disabled_by_default

bool esphome::api::ListEntitiesClimateResponse::disabled_by_default {false}

Definition at line 990 of file api_pb2.h.

◆ entity_category

enums::EntityCategory esphome::api::ListEntitiesClimateResponse::entity_category {}

Definition at line 992 of file api_pb2.h.

◆ icon

std::string esphome::api::ListEntitiesClimateResponse::icon {}

Definition at line 991 of file api_pb2.h.

◆ key

uint32_t esphome::api::ListEntitiesClimateResponse::key {0}

Definition at line 974 of file api_pb2.h.

◆ legacy_supports_away

bool esphome::api::ListEntitiesClimateResponse::legacy_supports_away {false}

Definition at line 983 of file api_pb2.h.

◆ name

std::string esphome::api::ListEntitiesClimateResponse::name {}

Definition at line 975 of file api_pb2.h.

◆ object_id

std::string esphome::api::ListEntitiesClimateResponse::object_id {}

Definition at line 973 of file api_pb2.h.

◆ supported_custom_fan_modes

std::vector<std::string> esphome::api::ListEntitiesClimateResponse::supported_custom_fan_modes {}

Definition at line 987 of file api_pb2.h.

◆ supported_custom_presets

std::vector<std::string> esphome::api::ListEntitiesClimateResponse::supported_custom_presets {}

Definition at line 989 of file api_pb2.h.

◆ supported_fan_modes

std::vector<enums::ClimateFanMode> esphome::api::ListEntitiesClimateResponse::supported_fan_modes {}

Definition at line 985 of file api_pb2.h.

◆ supported_modes

std::vector<enums::ClimateMode> esphome::api::ListEntitiesClimateResponse::supported_modes {}

Definition at line 979 of file api_pb2.h.

◆ supported_presets

std::vector<enums::ClimatePreset> esphome::api::ListEntitiesClimateResponse::supported_presets {}

Definition at line 988 of file api_pb2.h.

◆ supported_swing_modes

std::vector<enums::ClimateSwingMode> esphome::api::ListEntitiesClimateResponse::supported_swing_modes {}

Definition at line 986 of file api_pb2.h.

◆ supports_action

bool esphome::api::ListEntitiesClimateResponse::supports_action {false}

Definition at line 984 of file api_pb2.h.

◆ supports_current_humidity

bool esphome::api::ListEntitiesClimateResponse::supports_current_humidity {false}

Definition at line 994 of file api_pb2.h.

◆ supports_current_temperature

bool esphome::api::ListEntitiesClimateResponse::supports_current_temperature {false}

Definition at line 977 of file api_pb2.h.

◆ supports_target_humidity

bool esphome::api::ListEntitiesClimateResponse::supports_target_humidity {false}

Definition at line 995 of file api_pb2.h.

◆ supports_two_point_target_temperature

bool esphome::api::ListEntitiesClimateResponse::supports_two_point_target_temperature {false}

Definition at line 978 of file api_pb2.h.

◆ unique_id

std::string esphome::api::ListEntitiesClimateResponse::unique_id {}

Definition at line 976 of file api_pb2.h.

◆ visual_current_temperature_step

float esphome::api::ListEntitiesClimateResponse::visual_current_temperature_step {0.0f}

Definition at line 993 of file api_pb2.h.

◆ visual_max_humidity

float esphome::api::ListEntitiesClimateResponse::visual_max_humidity {0.0f}

Definition at line 997 of file api_pb2.h.

◆ visual_max_temperature

float esphome::api::ListEntitiesClimateResponse::visual_max_temperature {0.0f}

Definition at line 981 of file api_pb2.h.

◆ visual_min_humidity

float esphome::api::ListEntitiesClimateResponse::visual_min_humidity {0.0f}

Definition at line 996 of file api_pb2.h.

◆ visual_min_temperature

float esphome::api::ListEntitiesClimateResponse::visual_min_temperature {0.0f}

Definition at line 980 of file api_pb2.h.

◆ visual_target_temperature_step

float esphome::api::ListEntitiesClimateResponse::visual_target_temperature_step {0.0f}

Definition at line 982 of file api_pb2.h.


The documentation for this class was generated from the following files: