ESPHome 2025.9.0-dev
Loading...
Searching...
No Matches
esphome::api::ListEntitiesClimateResponse Class Reference

#include <api_pb2.h>

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

Public Member Functions

const char * message_name () const override
 
void encode (ProtoWriteBuffer buffer) const override
 
void calculate_size (ProtoSize &size) const override
 
void dump_to (std::string &out) const override
 
- Public Member Functions inherited from esphome::api::InfoResponseProtoMessage
 ~InfoResponseProtoMessage () override=default
 
void set_object_id (const StringRef &ref)
 
void set_name (const StringRef &ref)
 
void set_icon (const StringRef &ref)
 
- Public Member Functions inherited from esphome::api::ProtoMessage
virtual ~ProtoMessage ()=default
 
std::string dump () const
 

Data Fields

bool supports_current_temperature {false}
 
bool supports_two_point_target_temperature {false}
 
const std::set< climate::ClimateMode > * supported_modes {}
 
float visual_min_temperature {0.0f}
 
float visual_max_temperature {0.0f}
 
float visual_target_temperature_step {0.0f}
 
bool supports_action {false}
 
const std::set< climate::ClimateFanMode > * supported_fan_modes {}
 
const std::set< climate::ClimateSwingMode > * supported_swing_modes {}
 
const std::set< std::string > * supported_custom_fan_modes {}
 
const std::set< climate::ClimatePreset > * supported_presets {}
 
const std::set< std::string > * supported_custom_presets {}
 
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}
 
- Data Fields inherited from esphome::api::InfoResponseProtoMessage
StringRef object_id_ref_ {}
 
uint32_t key {0}
 
StringRef name_ref_ {}
 
bool disabled_by_default {false}
 
StringRef icon_ref_ {}
 
enums::EntityCategory entity_category {}
 
uint32_t device_id {0}
 

Static Public Attributes

static constexpr uint8_t MESSAGE_TYPE = 46
 
static constexpr uint8_t ESTIMATED_SIZE = 145
 

Detailed Description

Definition at line 1318 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

void esphome::api::ListEntitiesClimateResponse::calculate_size ( ProtoSize & size) const
overridevirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1107 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 1193 of file api_pb2_dump.cpp.

◆ encode()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1065 of file api_pb2.cpp.

◆ message_name()

const char * esphome::api::ListEntitiesClimateResponse::message_name ( ) const
inlineoverridevirtual

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1323 of file api_pb2.h.

Field Documentation

◆ ESTIMATED_SIZE

uint8_t esphome::api::ListEntitiesClimateResponse::ESTIMATED_SIZE = 145
staticconstexpr

Definition at line 1321 of file api_pb2.h.

◆ MESSAGE_TYPE

uint8_t esphome::api::ListEntitiesClimateResponse::MESSAGE_TYPE = 46
staticconstexpr

Definition at line 1320 of file api_pb2.h.

◆ supported_custom_fan_modes

const std::set<std::string>* esphome::api::ListEntitiesClimateResponse::supported_custom_fan_modes {}

Definition at line 1334 of file api_pb2.h.

◆ supported_custom_presets

const std::set<std::string>* esphome::api::ListEntitiesClimateResponse::supported_custom_presets {}

Definition at line 1336 of file api_pb2.h.

◆ supported_fan_modes

const std::set<climate::ClimateFanMode>* esphome::api::ListEntitiesClimateResponse::supported_fan_modes {}

Definition at line 1332 of file api_pb2.h.

◆ supported_modes

const std::set<climate::ClimateMode>* esphome::api::ListEntitiesClimateResponse::supported_modes {}

Definition at line 1327 of file api_pb2.h.

◆ supported_presets

const std::set<climate::ClimatePreset>* esphome::api::ListEntitiesClimateResponse::supported_presets {}

Definition at line 1335 of file api_pb2.h.

◆ supported_swing_modes

const std::set<climate::ClimateSwingMode>* esphome::api::ListEntitiesClimateResponse::supported_swing_modes {}

Definition at line 1333 of file api_pb2.h.

◆ supports_action

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

Definition at line 1331 of file api_pb2.h.

◆ supports_current_humidity

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

Definition at line 1338 of file api_pb2.h.

◆ supports_current_temperature

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

Definition at line 1325 of file api_pb2.h.

◆ supports_target_humidity

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

Definition at line 1339 of file api_pb2.h.

◆ supports_two_point_target_temperature

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

Definition at line 1326 of file api_pb2.h.

◆ visual_current_temperature_step

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

Definition at line 1337 of file api_pb2.h.

◆ visual_max_humidity

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

Definition at line 1341 of file api_pb2.h.

◆ visual_max_temperature

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

Definition at line 1329 of file api_pb2.h.

◆ visual_min_humidity

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

Definition at line 1340 of file api_pb2.h.

◆ visual_min_temperature

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

Definition at line 1328 of file api_pb2.h.

◆ visual_target_temperature_step

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

Definition at line 1330 of file api_pb2.h.


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