#include <CC_ColorSwitch.h>
Data Fields | |
RECEIVE_OPTIONS_TYPE_EX | rxOpt |
EColorComponents | colorId |
Color Component ID. | |
uint8_t | ep |
Endpoint that supports colorId. | |
s_Actuator | obj |
Actuator data. | |
void(* | cb )(struct colorComponent_ *color) |
pointer to app callback function that triggers driver changes | |
Structure that holds Color Switch CC related data.
void(* colorComponent_::cb) (struct colorComponent_ *color) |
pointer to app callback function that triggers driver changes
EColorComponents colorComponent_::colorId |
Color Component ID.
uint8_t colorComponent_::ep |
Endpoint that supports colorId.
s_Actuator colorComponent_::obj |
Actuator data.
RECEIVE_OPTIONS_TYPE_EX colorComponent_::rxOpt |
saves Rx values, including data about supervision. (Must be first member - required by TSE)