
#include "zb_ha_erl_device_attrs.h"Macros | |
| #define | ZB_DECLARE_ERL_INTERFACE_DEV_CLUSTER_LIST(cluster_list_name, basic_attr_list, identify_attr_list, time_attr_list, meter_identification_attr_list, el_measurement_attr_list, diagnostics_attr_list, metering_attr_list, daily_schedule_attr_list) |
| Declare cluster list for ERL device. More... | |
| #define | ZB_DECLARE_ERL_INTERFACE_DEV_EP(ep_name, ep_id, cluster_list) |
| Declare endpoint for ERL device. More... | |
| #define | ZB_DECLARE_ERL_INTERFACE_DEV_CTX(device_ctx_name, ep_name) ZBOSS_DECLARE_DEVICE_CTX_1_EP(device_ctx_name, ep_name) |
| Declare ERL device context. More... | |
| #define ZB_DECLARE_ERL_INTERFACE_DEV_CLUSTER_LIST | ( | cluster_list_name, | |
| basic_attr_list, | |||
| identify_attr_list, | |||
| time_attr_list, | |||
| meter_identification_attr_list, | |||
| el_measurement_attr_list, | |||
| diagnostics_attr_list, | |||
| metering_attr_list, | |||
| daily_schedule_attr_list | |||
| ) |
Declare cluster list for ERL device.
internals_doc
| cluster_list_name | - cluster list variable name |
| basic_attr_list | - attribute list for Basic cluster |
| time_attr_list | - attribute list for Time cluster |
| meter_identification_attr_list | |
| el_measurement_attr_list | |
| diagnostics_attr_list | |
| metering_attr_list | |
| daily_schedule_attr_list |
| #define ZB_DECLARE_ERL_INTERFACE_DEV_CTX | ( | device_ctx_name, | |
| ep_name | |||
| ) | ZBOSS_DECLARE_DEVICE_CTX_1_EP(device_ctx_name, ep_name) |
Declare ERL device context.
| device_ctx | - device context variable name. |
| ep_name | - endpoint variable name. |
| #define ZB_DECLARE_ERL_INTERFACE_DEV_EP | ( | ep_name, | |
| ep_id, | |||
| cluster_list | |||
| ) |
Declare endpoint for ERL device.
| ep_name | - endpoint variable name |
| ep_id | - endpoint ID |
| cluster_list | - endpoint cluster list |