Developing with ZBOSS SDK for Zigbee
|
Macros | |
#define | ZB_HA_DEVICE_VER_DOOR_LOCK 0 |
#define | ZB_HA_DECLARE_DOOR_LOCK_CLUSTER_LIST( cluster_list_name, door_lock_attr_list, basic_attr_list, identify_attr_list, groups_attr_list, scenes_attr_list) |
Declare cluster list for Door Lock device. More... | |
#define | ZB_HA_DECLARE_DOOR_LOCK_EP(ep_name, ep_id, cluster_list) |
Declare endpoint for Door Lock device. More... | |
#define | ZB_HA_DECLARE_DOOR_LOCK_CTX(device_ctx, ep_name) ZBOSS_DECLARE_DEVICE_CTX_1_EP(device_ctx, ep_name) |
Declares Door Lock device context. More... | |
Door Lock device has 5 clusters (see spec 7.4.11):
Door Lock device sample
Declaring clusters:
Registering device list:
Example of command handler:
The complete set of Door Lock device samples can be found in /application/HA_samples/door_lock
#define ZB_HA_DECLARE_DOOR_LOCK_CLUSTER_LIST | ( | cluster_list_name, | |
door_lock_attr_list, | |||
basic_attr_list, | |||
identify_attr_list, | |||
groups_attr_list, | |||
scenes_attr_list | |||
) |
Declare cluster list for Door Lock device.
cluster_list_name | - cluster list variable name |
door_lock_attr_list | - attribute list for On/off switch configuration cluster |
basic_attr_list | - attribute list for Basic cluster |
identify_attr_list | - attribute list for Identify cluster |
groups_attr_list | - attribute list for Groups cluster |
scenes_attr_list | - attribute list for Scenes cluster |
#define ZB_HA_DECLARE_DOOR_LOCK_CTX | ( | device_ctx, | |
ep_name | |||
) | ZBOSS_DECLARE_DEVICE_CTX_1_EP(device_ctx, ep_name) |
Declares Door Lock device context.
device_ctx | - device context variable name. |
ep_name | - endpoint variable name. |
#define ZB_HA_DECLARE_DOOR_LOCK_EP | ( | ep_name, | |
ep_id, | |||
cluster_list | |||
) |
Declare endpoint for Door Lock device.
ep_name | - endpoint variable name |
ep_id | - endpoint ID |
cluster_list | - endpoint cluster list |
#define ZB_HA_DEVICE_VER_DOOR_LOCK 0 |
Door Lock device version