Parameter format for code while booting - the stored values will be read and passed to the model to do the state binding and set the current lightness based on these stored values. More...
#include <light_lightness_common.h>
Data Fields | |
uint8_t | onpowerup |
The saved value of the generic on powerup state. More... | |
uint16_t | actual_lightness |
The saved value of the light lightness actual state. More... | |
uint16_t | last_lightness |
The saved value of the light lightness last state. More... | |
uint16_t | default_lightness |
The saved value of the light lightness default state. More... | |
light_lightness_range_status_params_t | range |
The saved value of the light lightness range state. More... | |
Parameter format for code while booting - the stored values will be read and passed to the model to do the state binding and set the current lightness based on these stored values.
Definition at line 264 of file light_lightness_common.h.
uint8_t light_lightness_saved_values_t::onpowerup |
The saved value of the generic on powerup state.
Definition at line 266 of file light_lightness_common.h.
uint16_t light_lightness_saved_values_t::actual_lightness |
The saved value of the light lightness actual state.
Definition at line 267 of file light_lightness_common.h.
uint16_t light_lightness_saved_values_t::last_lightness |
The saved value of the light lightness last state.
Definition at line 268 of file light_lightness_common.h.
uint16_t light_lightness_saved_values_t::default_lightness |
The saved value of the light lightness default state.
Definition at line 269 of file light_lightness_common.h.
light_lightness_range_status_params_t light_lightness_saved_values_t::range |
The saved value of the light lightness range state.
Definition at line 270 of file light_lightness_common.h.