Developing with ZBOSS SDK for Zigbee
|
Macros | |
#define | ZB_HA_DEVICE_VER_CONFIGURATION_TOOL 0 |
#define | ZB_HA_DECLARE_CONFIGURATION_TOOL_CLUSTER_LIST( cluster_list_name, basic_attr_list, identify_attr_list) |
Declare cluster list for Configuration tool device. More... | |
#define | ZB_HA_DECLARE_CONFIGURATION_TOOL_EP(ep_name, ep_id, cluster_list) |
Declare endpoint for Configuration tool device. More... | |
#define | ZB_HA_DECLARE_CONFIGURATION_TOOL_CTX(device_ctx, ep_name) ZBOSS_DECLARE_DEVICE_CTX_1_EP(device_ctx, ep_name) |
Declare Configuration Tool device context. More... | |
Configuration Tool device has 3 clusters (see spec 7.4.6):
Configuration Tool device sample
Declaring clusters
Registering device list
Example of command handler
The complete set of Configuration Tool device samples can be found in /application/HA_samples/configuration_tool
#define ZB_HA_DECLARE_CONFIGURATION_TOOL_CLUSTER_LIST | ( | cluster_list_name, | |
basic_attr_list, | |||
identify_attr_list | |||
) |
Declare cluster list for Configuration tool device.
cluster_list_name | - cluster list variable name |
basic_attr_list | - attribute list for Basic cluster |
identify_attr_list | - attribute list for Identify cluster |
#define ZB_HA_DECLARE_CONFIGURATION_TOOL_CTX | ( | device_ctx, | |
ep_name | |||
) | ZBOSS_DECLARE_DEVICE_CTX_1_EP(device_ctx, ep_name) |
Declare Configuration Tool device context.
device_ctx | - device context variable name. |
ep_name | - endpoint variable name. |
#define ZB_HA_DECLARE_CONFIGURATION_TOOL_EP | ( | ep_name, | |
ep_id, | |||
cluster_list | |||
) |
Declare endpoint for Configuration tool device.
ep_name | - endpoint variable name |
ep_id | - endpoint ID |
cluster_list | - endpoint cluster list |
#define ZB_HA_DEVICE_VER_CONFIGURATION_TOOL 0 |
Configuration tool device version