Logo
Developing with ZBOSS for Zigbee
zb_ha_door_lock.h File Reference

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...