Packed message structure typedefs are used for packing and unpacking byte stream. More...
#include <light_lightness_messages.h>
Data Fields | |
uint16_t | lightness |
State to set. | |
uint8_t | tid |
Transaction number for application. | |
uint8_t | transition_time |
Encoded transition time value. | |
uint8_t | delay |
Encoded message execution delay in 5 millisecond steps. | |
Packed message structure typedefs are used for packing and unpacking byte stream.
Message format for the Light Lightness Set message (actual/perceptually uniform state).
Definition at line 112 of file light_lightness_messages.h.