Developing with ZBOSS for Zigbee
zb_zcl_scenes_copy_scene_req_s Struct Reference

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
 

Detailed Description

Copy scene command payload structure.

Field Documentation

◆ group_id_from

zb_uint16_t zb_zcl_scenes_copy_scene_req_s::group_id_from

Scene group identifier from

◆ group_id_to

zb_uint16_t zb_zcl_scenes_copy_scene_req_s::group_id_to

Scene group identifier to

◆ mode

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

◆ scene_id_from

zb_uint8_t zb_zcl_scenes_copy_scene_req_s::scene_id_from

Scene identifier from

◆ scene_id_to

zb_uint8_t zb_zcl_scenes_copy_scene_req_s::scene_id_to

Scene identifier to


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