nRF5 SDK for Mesh v4.1.0
Data Fields
app_level_state_t Struct Reference

Internal structure to hold state and timing information. More...

#include <app_level.h>

Data Fields

int16_t present_level
 Present value of the Level state.
 
int16_t target_level
 Target value of the Level state, as received from the model interface. More...
 
union {
   set_transition_t   set
 
   move_transition_t   move
 
params
 
app_transition_t transition
 Structure for using transition module functionality.
 

Detailed Description

Internal structure to hold state and timing information.

Definition at line 142 of file app_level.h.

Field Documentation

◆ target_level

int16_t app_level_state_t::target_level

Target value of the Level state, as received from the model interface.

Definition at line 147 of file app_level.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated