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

Application level structure holding the Light Lightness Setup server model context and Light Lightness state representation. More...

#include <app_light_lightness.h>

Data Fields

light_lightness_setup_server_t light_lightness_setup_server
 Light lightness setup server context/.
 
app_light_lightness_set_cb_t app_light_lightness_set_cb
 Set the device lightness value.
 
app_light_lightness_get_cb_t app_light_lightness_get_cb
 Get the device lightness value.
 
app_light_lightness_transition_cb_t app_light_lightness_transition_cb
 The device lightness transition time.
 
app_additional_light_lightness_notify_t app_add_notify
 Additional publishing/notifying requirements structure.
 
app_light_lightness_state_t state
 Internal variable. More...
 
bool abort_move
 Internal variable. More...
 
list_node_t node
 Internal variable. More...
 

Detailed Description

Application level structure holding the Light Lightness Setup server model context and Light Lightness state representation.

Definition at line 223 of file app_light_lightness.h.

Field Documentation

◆ state

app_light_lightness_state_t app_light_lightness_setup_server_t::state

Internal variable.

Representation of the Light Lightness state related data and transition parameters required for behavioral implementation, and for communicating with the application

Definition at line 243 of file app_light_lightness.h.

◆ abort_move

bool app_light_lightness_setup_server_t::abort_move

Internal variable.

Used for scheduling transition abort.

Definition at line 245 of file app_light_lightness.h.

◆ node

list_node_t app_light_lightness_setup_server_t::node

Internal variable.

Definition at line 247 of file app_light_lightness.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated