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

#include <api_pb2.h>

Inheritance diagram for esphome::api::ListEntitiesNumberResponse:
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

float min_value {0.0f}
 
float max_value {0.0f}
 
float step {0.0f}
 
StringRef unit_of_measurement {}
 
enums::NumberMode mode {}
 
StringRef device_class {}
 
- 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 = 49
 
static constexpr uint8_t ESTIMATED_SIZE = 75
 

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 1494 of file api_pb2.h.

Member Function Documentation

◆ calculate_size()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1591 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 1553 of file api_pb2_dump.cpp.

◆ encode()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1572 of file api_pb2.cpp.

◆ message_name()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1499 of file api_pb2.h.

Field Documentation

◆ device_class

StringRef esphome::api::ListEntitiesNumberResponse::device_class {}

Definition at line 1506 of file api_pb2.h.

◆ ESTIMATED_SIZE

uint8_t esphome::api::ListEntitiesNumberResponse::ESTIMATED_SIZE = 75
staticconstexpr

Definition at line 1497 of file api_pb2.h.

◆ max_value

float esphome::api::ListEntitiesNumberResponse::max_value {0.0f}

Definition at line 1502 of file api_pb2.h.

◆ MESSAGE_TYPE

uint8_t esphome::api::ListEntitiesNumberResponse::MESSAGE_TYPE = 49
staticconstexpr

Definition at line 1496 of file api_pb2.h.

◆ min_value

float esphome::api::ListEntitiesNumberResponse::min_value {0.0f}

Definition at line 1501 of file api_pb2.h.

◆ mode

enums::NumberMode esphome::api::ListEntitiesNumberResponse::mode {}

Definition at line 1505 of file api_pb2.h.

◆ step

float esphome::api::ListEntitiesNumberResponse::step {0.0f}

Definition at line 1503 of file api_pb2.h.

◆ unit_of_measurement

StringRef esphome::api::ListEntitiesNumberResponse::unit_of_measurement {}

Definition at line 1504 of file api_pb2.h.


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