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

Internal structure to hold state. More...

#include <app_scene.h>

Data Fields

uint16_t current_scene_number
 Current scene number for the active scene. More...
 
uint16_t target_scene_number
 Target scene number for transition to active scene, as received from the model interface. More...
 
app_transition_t transition
 Structure for using transition module functionality.
 

Detailed Description

Internal structure to hold state.

The information about all the stored scenes for the device resides in scene_mc module.

Definition at line 111 of file app_scene.h.

Field Documentation

◆ current_scene_number

uint16_t app_scene_state_t::current_scene_number

Current scene number for the active scene.

Definition at line 114 of file app_scene.h.

◆ target_scene_number

uint16_t app_scene_state_t::target_scene_number

Target scene number for transition to active scene, as received from the model interface.

Definition at line 116 of file app_scene.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated