ESPHome
2024.10.2
|
#include <dooya_protocol.h>
Public Member Functions | |
bool | operator== (const DooyaData &rhs) const |
Data Fields | |
uint32_t | id |
uint8_t | channel |
uint8_t | button |
uint8_t | check |
Definition at line 11 of file dooya_protocol.h.
|
inline |
Definition at line 17 of file dooya_protocol.h.
uint8_t esphome::remote_base::DooyaData::button |
Definition at line 14 of file dooya_protocol.h.
uint8_t esphome::remote_base::DooyaData::channel |
Definition at line 13 of file dooya_protocol.h.
uint8_t esphome::remote_base::DooyaData::check |
Definition at line 15 of file dooya_protocol.h.
uint32_t esphome::remote_base::DooyaData::id |
Definition at line 12 of file dooya_protocol.h.