ESPHome  2024.4.1
Public Member Functions | Data Fields | Protected Member Functions
esphome::api::ListEntitiesLockResponse Class Reference

#include <api_pb2.h>

Inheritance diagram for esphome::api::ListEntitiesLockResponse:
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 {}
 
std::string icon {}
 
bool disabled_by_default {false}
 
enums::EntityCategory entity_category {}
 
bool assumed_state {false}
 
bool supports_open {false}
 
bool requires_code {false}
 
std::string code_format {}
 

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

Member Function Documentation

◆ decode_32bit()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 4770 of file api_pb2.cpp.

◆ decode_length()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 4744 of file api_pb2.cpp.

◆ decode_varint()

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

Reimplemented from esphome::api::ProtoMessage.

Definition at line 4718 of file api_pb2.cpp.

◆ dump_to()

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

Implements esphome::api::ProtoMessage.

Definition at line 4794 of file api_pb2.cpp.

◆ encode()

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

Implements esphome::api::ProtoMessage.

Definition at line 4780 of file api_pb2.cpp.

Field Documentation

◆ assumed_state

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

Definition at line 1178 of file api_pb2.h.

◆ code_format

std::string esphome::api::ListEntitiesLockResponse::code_format {}

Definition at line 1181 of file api_pb2.h.

◆ disabled_by_default

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

Definition at line 1176 of file api_pb2.h.

◆ entity_category

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

Definition at line 1177 of file api_pb2.h.

◆ icon

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

Definition at line 1175 of file api_pb2.h.

◆ key

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

Definition at line 1172 of file api_pb2.h.

◆ name

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

Definition at line 1173 of file api_pb2.h.

◆ object_id

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

Definition at line 1171 of file api_pb2.h.

◆ requires_code

bool esphome::api::ListEntitiesLockResponse::requires_code {false}

Definition at line 1180 of file api_pb2.h.

◆ supports_open

bool esphome::api::ListEntitiesLockResponse::supports_open {false}

Definition at line 1179 of file api_pb2.h.

◆ unique_id

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

Definition at line 1174 of file api_pb2.h.


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