Get scene membership response fixed-structure payload part representation. More...
#include <zb_zcl_scenes.h>
Data Fields | |
| zb_uint8_t | status |
| Command execution status. More... | |
| zb_uint8_t | capacity |
| Scene table capacity. More... | |
| zb_uint16_t | group_id |
Detailed Description
Get scene membership response fixed-structure payload part representation.
Field Documentation
◆ capacity
| zb_uint8_t zb_zcl_scenes_get_scene_membership_res_mandatory_s::capacity |
Scene table capacity.
Permitted values are:
- 0..0xfd direct scene table capacity
- ZB_ZCL_SCENES_CAPACITY_ONE_MORE at least one more scene can be added
- ZB_ZCL_SCENES_CAPACITY_UNKNOWN scene table capacity is unknown
◆ group_id
| zb_uint16_t zb_zcl_scenes_get_scene_membership_res_mandatory_s::group_id |
Group identifier
◆ status
| zb_uint8_t zb_zcl_scenes_get_scene_membership_res_mandatory_s::status |
Command execution status.
Appropriate values are:
- ZB_ZCL_STATUS_SUCCESS - successfully executed
- ZB_ZCL_STATUS_INVALID_FIELD - group is not present in the Group Table see zcl_status enumeration
- external/zboss/include/zcl/zb_zcl_scenes.h