ESPHome
2025.2.0
|
#include <toto_protocol.h>
Public Member Functions | |
bool | operator== (const TotoData &rhs) const |
Data Fields | |
uint8_t | rc_code_1: 4 |
uint8_t | rc_code_2: 4 |
uint8_t | command |
Definition at line 8 of file toto_protocol.h.
|
inline |
Definition at line 13 of file toto_protocol.h.
uint8_t esphome::remote_base::TotoData::command |
Definition at line 11 of file toto_protocol.h.
uint8_t esphome::remote_base::TotoData::rc_code_1 |
Definition at line 9 of file toto_protocol.h.
uint8_t esphome::remote_base::TotoData::rc_code_2 |
Definition at line 10 of file toto_protocol.h.