#include <api_pb2.h>
|
| static uint32_t | count_repeated_field (const uint8_t *buffer, size_t length, uint32_t target_field_id) |
| | Count occurrences of a repeated field in a protobuf buffer.
|
| |
Definition at line 833 of file api_pb2.h.
◆ decode_32bit()
| bool esphome::api::LightCommandRequest::decode_32bit |
( |
uint32_t | field_id, |
|
|
Proto32Bit | value ) |
|
overrideprotectedvirtual |
◆ decode_length()
| bool esphome::api::LightCommandRequest::decode_length |
( |
uint32_t | field_id, |
|
|
ProtoLengthDelimited | value ) |
|
overrideprotectedvirtual |
◆ decode_varint()
| bool esphome::api::LightCommandRequest::decode_varint |
( |
uint32_t | field_id, |
|
|
ProtoVarInt | value ) |
|
overrideprotectedvirtual |
◆ dump_to()
| void esphome::api::LightCommandRequest::dump_to |
( |
std::string & | out | ) |
const |
|
overridevirtual |
◆ message_name()
| const char * esphome::api::LightCommandRequest::message_name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ blue
| float esphome::api::LightCommandRequest::blue {0.0f} |
◆ brightness
| float esphome::api::LightCommandRequest::brightness {0.0f} |
◆ cold_white
| float esphome::api::LightCommandRequest::cold_white {0.0f} |
◆ color_brightness
| float esphome::api::LightCommandRequest::color_brightness {0.0f} |
◆ color_mode
◆ color_temperature
| float esphome::api::LightCommandRequest::color_temperature {0.0f} |
◆ effect
| std::string esphome::api::LightCommandRequest::effect {} |
◆ ESTIMATED_SIZE
| uint8_t esphome::api::LightCommandRequest::ESTIMATED_SIZE = 112 |
|
staticconstexpr |
◆ flash_length
| uint32_t esphome::api::LightCommandRequest::flash_length {0} |
◆ green
| float esphome::api::LightCommandRequest::green {0.0f} |
◆ has_brightness
| bool esphome::api::LightCommandRequest::has_brightness {false} |
◆ has_cold_white
| bool esphome::api::LightCommandRequest::has_cold_white {false} |
◆ has_color_brightness
| bool esphome::api::LightCommandRequest::has_color_brightness {false} |
◆ has_color_mode
| bool esphome::api::LightCommandRequest::has_color_mode {false} |
◆ has_color_temperature
| bool esphome::api::LightCommandRequest::has_color_temperature {false} |
◆ has_effect
| bool esphome::api::LightCommandRequest::has_effect {false} |
◆ has_flash_length
| bool esphome::api::LightCommandRequest::has_flash_length {false} |
◆ has_rgb
| bool esphome::api::LightCommandRequest::has_rgb {false} |
◆ has_state
| bool esphome::api::LightCommandRequest::has_state {false} |
◆ has_transition_length
| bool esphome::api::LightCommandRequest::has_transition_length {false} |
◆ has_warm_white
| bool esphome::api::LightCommandRequest::has_warm_white {false} |
◆ has_white
| bool esphome::api::LightCommandRequest::has_white {false} |
◆ MESSAGE_TYPE
| uint8_t esphome::api::LightCommandRequest::MESSAGE_TYPE = 32 |
|
staticconstexpr |
◆ red
| float esphome::api::LightCommandRequest::red {0.0f} |
◆ state
| bool esphome::api::LightCommandRequest::state {false} |
◆ transition_length
| uint32_t esphome::api::LightCommandRequest::transition_length {0} |
◆ warm_white
| float esphome::api::LightCommandRequest::warm_white {0.0f} |
◆ white
| float esphome::api::LightCommandRequest::white {0.0f} |
The documentation for this class was generated from the following files: