9 namespace remote_base {
32 TEMPLATABLE_VALUE(uint16_t,
address)
33 TEMPLATABLE_VALUE(uint8_t,
channel)
34 TEMPLATABLE_VALUE(uint8_t,
command)
38 data.
address = this->address_.value(
x...);
39 data.channel = this->channel_.value(
x...);
40 data.command = this->command_.value(
x...);
DECLARE_REMOTE_PROTOCOL(AEHA) template< typename... Ts > class AEHAAction
void encode(RemoteTransmitData *dst, const DraytonData &data) override
bool operator==(const DraytonData &rhs) const
Implementation of SPI Controller mode.