ESPHome 2025.5.0
Loading...
Searching...
No Matches
esphome::api::ListEntitiesCoverResponse Class Reference

#include <api_pb2.h>

Inheritance diagram for esphome::api::ListEntitiesCoverResponse:
esphome::api::ProtoMessage

Public Member Functions

void encode (ProtoWriteBuffer buffer) const override
 
void calculate_size (uint32_t &total_size) 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 assumed_state {false}
 
bool supports_position {false}
 
bool supports_tilt {false}
 
std::string device_class {}
 
bool disabled_by_default {false}
 
std::string icon {}
 
enums::EntityCategory entity_category {}
 
bool supports_stop {false}
 

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

Member Function Documentation

◆ calculate_size()

void esphome::api::ListEntitiesCoverResponse::calculate_size ( uint32_t & total_size) const
overridevirtual

Implements esphome::api::ProtoMessage.

Definition at line 1304 of file api_pb2.cpp.

◆ decode_32bit()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1280 of file api_pb2.cpp.

◆ decode_length()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1254 of file api_pb2.cpp.

◆ decode_varint()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 1224 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 1319 of file api_pb2.cpp.

◆ encode()

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

Implements esphome::api::ProtoMessage.

Definition at line 1290 of file api_pb2.cpp.

Field Documentation

◆ assumed_state

bool esphome::api::ListEntitiesCoverResponse::assumed_state {false}

Definition at line 464 of file api_pb2.h.

◆ device_class

std::string esphome::api::ListEntitiesCoverResponse::device_class {}

Definition at line 467 of file api_pb2.h.

◆ disabled_by_default

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

Definition at line 468 of file api_pb2.h.

◆ entity_category

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

Definition at line 470 of file api_pb2.h.

◆ icon

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

Definition at line 469 of file api_pb2.h.

◆ key

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

Definition at line 461 of file api_pb2.h.

◆ name

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

Definition at line 462 of file api_pb2.h.

◆ object_id

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

Definition at line 460 of file api_pb2.h.

◆ supports_position

bool esphome::api::ListEntitiesCoverResponse::supports_position {false}

Definition at line 465 of file api_pb2.h.

◆ supports_stop

bool esphome::api::ListEntitiesCoverResponse::supports_stop {false}

Definition at line 471 of file api_pb2.h.

◆ supports_tilt

bool esphome::api::ListEntitiesCoverResponse::supports_tilt {false}

Definition at line 466 of file api_pb2.h.

◆ unique_id

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

Definition at line 463 of file api_pb2.h.


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