Unpacked message structure typedefs are used for API interfaces and for implementing model code. More...
#include <light_ctl_common.h>
Data Fields | |
uint16_t | lightness |
Value of the Lightness state. | |
uint32_t | temperature32 |
Value of the Temperature32 state. | |
uint16_t | delta_uv |
Value of the Delta UV state. | |
uint8_t | tid |
Transaction ID. | |
Unpacked message structure typedefs are used for API interfaces and for implementing model code.
This helps to minimize code footprint.Message format for the CTL Set message.
Definition at line 116 of file light_ctl_common.h.