Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
Switch state: combination of relay and dimmer state. More...
#include <cs_Packets.h>
Public Attributes | |
struct { | |
uint8_t dimmer: 7 | |
uint8_t relay: 1 | |
} | state |
uint8_t | asInt |
Switch state: combination of relay and dimmer state.
uint8_t switch_state_t::asInt |
uint8_t switch_state_t::dimmer |
uint8_t switch_state_t::relay |
struct { ... } switch_state_t::state |