Developing with ZBOSS for Zigbee
|
Copy scene command payload structure. More...
#include <zb_zcl_scenes.h>
Data Fields | |
zb_zcl_scenes_copy_scene_mode_t | mode |
zb_uint16_t | group_id_from |
zb_uint8_t | scene_id_from |
zb_uint16_t | group_id_to |
zb_uint8_t | scene_id_to |
Copy scene command payload structure.
zb_uint16_t zb_zcl_scenes_copy_scene_req_s::group_id_from |
Scene group identifier from
zb_uint16_t zb_zcl_scenes_copy_scene_req_s::group_id_to |
Scene group identifier to
zb_zcl_scenes_copy_scene_mode_t zb_zcl_scenes_copy_scene_req_s::mode |
The mode field is 8-bits in length and contains information of how the scene copy is to proceed. See zb_zcl_scenes_copy_scene_mode_s
zb_uint8_t zb_zcl_scenes_copy_scene_req_s::scene_id_from |
Scene identifier from
zb_uint8_t zb_zcl_scenes_copy_scene_req_s::scene_id_to |
Scene identifier to