7 namespace remote_base {
30 TEMPLATABLE_VALUE(uint16_t,
address)
31 TEMPLATABLE_VALUE(uint8_t,
channel)
32 TEMPLATABLE_VALUE(uint8_t,
command)
36 data.
address = this->address_.value(
x...);
37 data.channel = this->channel_.value(
x...);
38 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.