|
ESPHome 2025.12.0-dev
|
#include <rc6_protocol.h>
Public Member Functions | |
| bool | operator== (const RC6Data &rhs) const |
Data Fields | |
| uint8_t | mode: 3 |
| uint8_t | toggle: 1 |
| uint8_t | address |
| uint8_t | command |
Definition at line 8 of file rc6_protocol.h.
|
inline |
Definition at line 14 of file rc6_protocol.h.
| uint8_t esphome::remote_base::RC6Data::address |
Definition at line 11 of file rc6_protocol.h.
| uint8_t esphome::remote_base::RC6Data::command |
Definition at line 12 of file rc6_protocol.h.
| uint8_t esphome::remote_base::RC6Data::mode |
Definition at line 9 of file rc6_protocol.h.
| uint8_t esphome::remote_base::RC6Data::toggle |
Definition at line 10 of file rc6_protocol.h.