Developing with ZBOSS for Zigbee
zb_zcl_scenes_view_scene_res_fixed_size_s Struct Reference

Mandatory part of the Scenes.ViewSceneResponse payload. More...

#include <zb_zcl_scenes.h>

Data Fields

zb_uint8_t status
 
zb_uint16_t group_id
 
zb_uint8_t scene_id
 
zb_uint16_t transition_time
 Scene transition time. More...
 
zb_uint8_t scene_name [1]
 Scene name field. More...
 

Detailed Description

Mandatory part of the Scenes.ViewSceneResponse payload.

Field Documentation

◆ group_id

zb_uint16_t zb_zcl_scenes_view_scene_res_fixed_size_s::group_id

Scene group identifier

◆ scene_id

zb_uint8_t zb_zcl_scenes_view_scene_res_fixed_size_s::scene_id

Scene identifier

◆ scene_name

zb_uint8_t zb_zcl_scenes_view_scene_res_fixed_size_s::scene_name[1]

Scene name field.

Since scene names are not supported, will contain only zero length byte on formation. If received packet with scene name filled from some other stack, the fields will be skipped during packet parsing, and length byte will be set to zero.

Attention
Valid if status is ZB_ZCL_STATUS_SUCCESS only

◆ status

zb_uint8_t zb_zcl_scenes_view_scene_res_fixed_size_s::status

Command execution status

◆ transition_time

zb_uint16_t zb_zcl_scenes_view_scene_res_fixed_size_s::transition_time

Scene transition time.

Attention
Valid if status is ZB_ZCL_STATUS_SUCCESS only

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