ESPHome 2026.3.0-dev
Loading...
Searching...
No Matches
esphome::api::ListEntitiesClimateResponse Class Referencefinal

#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
 
const char * dump_to (DumpBuffer &out) const override
 
- Public Member Functions inherited from esphome::api::ProtoMessage
uint32_t calculated_size () const
 

Data Fields

bool supports_current_temperature {false}
 
bool supports_two_point_target_temperature {false}
 
const climate::ClimateModeMasksupported_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 climate::ClimateFanModeMasksupported_fan_modes {}
 
const climate::ClimateSwingModeMasksupported_swing_modes {}
 
const std::vector< const char * > * supported_custom_fan_modes {}
 
const climate::ClimatePresetMasksupported_presets {}
 
const std::vector< const char * > * 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}
 
uint32_t feature_flags {0}
 
- Data Fields inherited from esphome::api::InfoResponseProtoMessage
StringRef object_id {}
 
uint32_t key {0}
 
StringRef name {}
 
bool disabled_by_default {false}
 
StringRef icon {}
 
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 = 150
 

Additional Inherited Members

- Protected Member Functions inherited from esphome::api::InfoResponseProtoMessage
 ~InfoResponseProtoMessage ()=default
 
- Protected Member Functions inherited from esphome::api::ProtoMessage
 ~ProtoMessage ()=default
 

Detailed Description

Definition at line 1331 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 1278 of file api_pb2.cpp.

◆ dump_to()

const char * esphome::api::ListEntitiesClimateResponse::dump_to ( DumpBuffer & out) const
overridevirtual

Implements esphome::api::ProtoMessage.

Definition at line 1405 of file api_pb2_dump.cpp.

◆ encode()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1235 of file api_pb2.cpp.

◆ message_name()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1336 of file api_pb2.h.

Field Documentation

◆ ESTIMATED_SIZE

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

Definition at line 1334 of file api_pb2.h.

◆ feature_flags

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

Definition at line 1355 of file api_pb2.h.

◆ MESSAGE_TYPE

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

Definition at line 1333 of file api_pb2.h.

◆ supported_custom_fan_modes

const std::vector<const char *>* esphome::api::ListEntitiesClimateResponse::supported_custom_fan_modes {}

Definition at line 1347 of file api_pb2.h.

◆ supported_custom_presets

const std::vector<const char *>* esphome::api::ListEntitiesClimateResponse::supported_custom_presets {}

Definition at line 1349 of file api_pb2.h.

◆ supported_fan_modes

const climate::ClimateFanModeMask* esphome::api::ListEntitiesClimateResponse::supported_fan_modes {}

Definition at line 1345 of file api_pb2.h.

◆ supported_modes

const climate::ClimateModeMask* esphome::api::ListEntitiesClimateResponse::supported_modes {}

Definition at line 1340 of file api_pb2.h.

◆ supported_presets

const climate::ClimatePresetMask* esphome::api::ListEntitiesClimateResponse::supported_presets {}

Definition at line 1348 of file api_pb2.h.

◆ supported_swing_modes

const climate::ClimateSwingModeMask* esphome::api::ListEntitiesClimateResponse::supported_swing_modes {}

Definition at line 1346 of file api_pb2.h.

◆ supports_action

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

Definition at line 1344 of file api_pb2.h.

◆ supports_current_humidity

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

Definition at line 1351 of file api_pb2.h.

◆ supports_current_temperature

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

Definition at line 1338 of file api_pb2.h.

◆ supports_target_humidity

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

Definition at line 1352 of file api_pb2.h.

◆ supports_two_point_target_temperature

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

Definition at line 1339 of file api_pb2.h.

◆ visual_current_temperature_step

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

Definition at line 1350 of file api_pb2.h.

◆ visual_max_humidity

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

Definition at line 1354 of file api_pb2.h.

◆ visual_max_temperature

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

Definition at line 1342 of file api_pb2.h.

◆ visual_min_humidity

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

Definition at line 1353 of file api_pb2.h.

◆ visual_min_temperature

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

Definition at line 1341 of file api_pb2.h.

◆ visual_target_temperature_step

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

Definition at line 1343 of file api_pb2.h.


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