scene_register_status_msg_pkt_t

nRF5 SDK for Mesh v5.0.0

Message format for the Scene Register Status message 5.2.2.8 Scene Register Status Scene Register Status is an unacknowledged message that is used to report the current status of the Scene Register (see Section 5.1.3.1) of an element. More...

#include <scene_messages.h>

Data Fields

uint8_t status_code
 Status code for the last operation.
 
uint16_t current_scene
 Scene number of a current scene.
 
uint16_t scenes []
 A list of scenes stored within an element.
 

Detailed Description

Message format for the Scene Register Status message 5.2.2.8 Scene Register Status Scene Register Status is an unacknowledged message that is used to report the current status of the Scene Register (see Section 5.1.3.1) of an element.

The message structure: Field Size

Field Name (octets) Notes

Status Code 1 Defined in Sectio 5.2.2.11. Current Scene 2 Scene Number of current scene. Scenes variable A list of scenes stored within an element.

Definition at line 123 of file scene_messages.h.