Developing with ZBOSS for Zigbee
zb_zcl_scenes_get_scene_membership_res_optional_s Struct Reference

Get scene membership response optional payload part representation. More...

#include <zb_zcl_scenes.h>

Data Fields

zb_uint8_t scene_count
 Number of scenes in the response. More...
 
zb_uint8_t scene_list [1]
 Array of scenes corresponding to the group identifier. More...
 

Detailed Description

Get scene membership response optional payload part representation.

Field Documentation

◆ scene_count

zb_uint8_t zb_zcl_scenes_get_scene_membership_res_optional_s::scene_count

Number of scenes in the response.

Note
Valid if status has ZB_ZCL_STATUS_SUCCESS value only.

◆ scene_list

zb_uint8_t zb_zcl_scenes_get_scene_membership_res_optional_s::scene_list[1]

Array of scenes corresponding to the group identifier.

Array contains strictly scene_count elements.

Note
Valid if status has ZB_ZCL_STATUS_SUCCESS value only.

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