nRF5 SDK for Mesh v5.0.0
Data Fields
light_lightness_saved_values_t Struct Reference

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...
 

Detailed Description

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.

Field Documentation

◆ onpowerup

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.

◆ actual_lightness

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.

◆ last_lightness

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.

◆ default_lightness

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.

◆ range

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.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated