esp_zigbee_gateway sample
esp_zb_zcl_scenes_cmd_id_t
is only used within esp_zigbee_gateway sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
esp_zigbee_gateway sample
esp_zb_zcl_scenes_cmd_id_t
esp_zb_zcl_scenes_cmd_id_t enum
Syntax
Show:
Summary
Declaration
from
esp_zigbee_zcl_scenes.h:42
enum
{
ESP_ZB_ZCL_CMD_SCENES_ADD_SCENE
=
0x00
,
ESP_ZB_ZCL_CMD_SCENES_VIEW_SCENE
=
0x01
,
ESP_ZB_ZCL_CMD_SCENES_REMOVE_SCENE
=
0x02
,
ESP_ZB_ZCL_CMD_SCENES_REMOVE_ALL_SCENES
=
0x03
,
ESP_ZB_ZCL_CMD_SCENES_STORE_SCENE
=
0x04
,
ESP_ZB_ZCL_CMD_SCENES_RECALL_SCENE
=
0x05
,
ESP_ZB_ZCL_CMD_SCENES_GET_SCENE_MEMBERSHIP
=
0x06
,
ESP_ZB_ZCL_CMD_SCENES_ENHANCED_ADD_SCENE
=
0x40
,
ESP_ZB_ZCL_CMD_SCENES_ENHANCED_VIEW_SCENE
=
0x41
,
ESP_ZB_ZCL_CMD_SCENES_COPY_SCENE
=
0x42
,
}
;
Values
Value
Declared as
Description
esp_zb_zcl_scenes_cmd_id_t::ESP_ZB_ZCL_CMD_SCENES_ADD_SCENE
=
0x00
Add scene command.
esp_zb_zcl_scenes_cmd_id_t::ESP_ZB_ZCL_CMD_SCENES_VIEW_SCENE
=
0x01
View scene command.
esp_zb_zcl_scenes_cmd_id_t::ESP_ZB_ZCL_CMD_SCENES_REMOVE_SCENE
=
0x02
Remove scene command.
esp_zb_zcl_scenes_cmd_id_t::ESP_ZB_ZCL_CMD_SCENES_REMOVE_ALL_SCENES
=
0x03
Remove all scenes command.
esp_zb_zcl_scenes_cmd_id_t::ESP_ZB_ZCL_CMD_SCENES_STORE_SCENE
=
0x04
Store scene command.
esp_zb_zcl_scenes_cmd_id_t::ESP_ZB_ZCL_CMD_SCENES_RECALL_SCENE
=
0x05
Recall scene command.
esp_zb_zcl_scenes_cmd_id_t::ESP_ZB_ZCL_CMD_SCENES_GET_SCENE_MEMBERSHIP
=
0x06
Get scene membership command.
esp_zb_zcl_scenes_cmd_id_t::ESP_ZB_ZCL_CMD_SCENES_ENHANCED_ADD_SCENE
=
0x40
The Enhanced Add Scene command allows a scene to be added using a finer scene transition time than the Add Scene command.
esp_zb_zcl_scenes_cmd_id_t::ESP_ZB_ZCL_CMD_SCENES_ENHANCED_VIEW_SCENE
=
0x41
The Enhanced View Scene command allows a scene to be retrieved using a finer scene transition time than the View Scene command.
esp_zb_zcl_scenes_cmd_id_t::ESP_ZB_ZCL_CMD_SCENES_COPY_SCENE
=
0x42
The Copy Scene command allows a device to efficiently copy scenes from one group/scene identifier pair to another group/scene identifier pair.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out