
Macros | |
| #define | ZB_HA_DEVICE_VER_DIMMABLE_LIGHT 1 |
| #define | ZB_HA_DECLARE_DIMMABLE_LIGHT_CLUSTER_LIST( cluster_list_name, basic_attr_list, identify_attr_list, groups_attr_list, scenes_attr_list, on_off_attr_list, level_control_attr_list) |
| Declare cluster list for Dimmable Light device. More... | |
| #define | ZB_HA_DECLARE_DIMMABLE_LIGHT_EP(ep_name, ep_id, cluster_list) |
| Declare endpoint for Dimmable Light device. More... | |
| #define | ZB_HA_DECLARE_DIMMABLE_LIGHT_CTX(device_ctx, ep_name) ZBOSS_DECLARE_DEVICE_CTX_1_EP(device_ctx, ep_name) |
| Declare application's device context for Dimmable Light device. More... | |
| #define ZB_HA_DECLARE_DIMMABLE_LIGHT_CLUSTER_LIST | ( | cluster_list_name, | |
| basic_attr_list, | |||
| identify_attr_list, | |||
| groups_attr_list, | |||
| scenes_attr_list, | |||
| on_off_attr_list, | |||
| level_control_attr_list | |||
| ) |
Declare cluster list for Dimmable Light device.
| cluster_list_name | - cluster list variable name |
| 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 |
| on_off_attr_list | - attribute list for On/Off cluster |
| level_control_attr_list | - attribute list for Level Control cluster |
| #define ZB_HA_DECLARE_DIMMABLE_LIGHT_CTX | ( | device_ctx, | |
| ep_name | |||
| ) | ZBOSS_DECLARE_DEVICE_CTX_1_EP(device_ctx, ep_name) |
Declare application's device context for Dimmable Light device.
| device_ctx | - device context variable |
| ep_name | - endpoint variable name |
| #define ZB_HA_DECLARE_DIMMABLE_LIGHT_EP | ( | ep_name, | |
| ep_id, | |||
| cluster_list | |||
| ) |
Declare endpoint for Dimmable Light device.
| ep_name | - endpoint variable name |
| ep_id | - endpoint ID |
| cluster_list | - endpoint cluster list |
| #define ZB_HA_DEVICE_VER_DIMMABLE_LIGHT 1 |
Dimmable light device version