
Macros | |
| #define | ZB_HA_DEVICE_VER_DOOR_LOCK_CONTROLLER 0 |
| #define | ZB_HA_DECLARE_DOOR_LOCK_CONTROLLER_CLUSTER_LIST( cluster_list_name, basic_attr_list, identify_attr_list) |
| Declare cluster list for Door Lock Controller device. More... | |
| #define | ZB_HA_DECLARE_DOOR_LOCK_CONTROLLER_EP(ep_name, ep_id, cluster_list) |
| Declare endpoint for Door Lock Controller device. More... | |
| #define | ZB_HA_DECLARE_DOOR_LOCK_CONTROLLER_CTX(device_ctx, ep_name) ZBOSS_DECLARE_DEVICE_CTX_1_EP(device_ctx, ep_name) |
| Declare Door Lock Controller device context. More... | |
Door Lock Controller device has 5 clusters (see spec 7.4.12):
Door Lock Controller device sample
Declaring clusters:
Registering device list:
Example of command handler:
| #define ZB_HA_DECLARE_DOOR_LOCK_CONTROLLER_CLUSTER_LIST | ( | cluster_list_name, | |
| basic_attr_list, | |||
| identify_attr_list | |||
| ) |
Declare cluster list for Door Lock Controller 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_DOOR_LOCK_CONTROLLER_CTX | ( | device_ctx, | |
| ep_name | |||
| ) | ZBOSS_DECLARE_DEVICE_CTX_1_EP(device_ctx, ep_name) |
Declare Door Lock Controller device context.
| device_ctx | - device context variable name. |
| ep_name | - endpoint definition variable name. |
| #define ZB_HA_DECLARE_DOOR_LOCK_CONTROLLER_EP | ( | ep_name, | |
| ep_id, | |||
| cluster_list | |||
| ) |
Declare endpoint for Door Lock Controller device.
| ep_name | - endpoint variable name |
| ep_id | - endpoint ID |
| cluster_list | - endpoint cluster list |
| #define ZB_HA_DEVICE_VER_DOOR_LOCK_CONTROLLER 0 |
Door Lock Controller device version