nRF5 SDK for Mesh v5.0.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...
 
app_scene_model_interface_t scene_if
 Internal variable. More...
 
app_scene_setup_server_t * p_app_scene
 Internal variable. More...
 

Detailed Description

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

Definition at line 229 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 249 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 251 of file app_light_lightness.h.

◆ node

list_node_t app_light_lightness_setup_server_t::node

Internal variable.

Definition at line 253 of file app_light_lightness.h.

◆ scene_if

app_scene_model_interface_t app_light_lightness_setup_server_t::scene_if

Internal variable.

Scene callback interface.

Note
Available only if SCENE_SETUP_SERVER_INSTANCES_MAX is equal or larger than 1.

Definition at line 257 of file app_light_lightness.h.

◆ p_app_scene

app_scene_setup_server_t* app_light_lightness_setup_server_t::p_app_scene

Internal variable.

Pointer to app_scene context.

Note
Available only if SCENE_SETUP_SERVER_INSTANCES_MAX is equal or larger than 1.

Definition at line 260 of file app_light_lightness.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated