
Macros | |
| #define | ZB_SE_DEVICE_VER_MLC 0 |
| Device version. | |
| #define | SUB_GHZ_CLUSTER_ENABLED_ID |
| #define | ZB_ZCL_SUBGHZ_CLUSTER_DESC_CLIENT() |
| #define | ZB_SE_DECLARE_MLC_PHYSICAL_DEVICE_CLUSTER_LIST(cluster_list_name, basic_attr_list, kec_attr_list) |
| Declare cluster list for Metering Load Control device. More... | |
| #define | ZB_SE_DECLARE_MLC_METERING_DEVICE_CLUSTER_LIST(cluster_list_name, metering_attr_list) |
| #define | ZB_SE_DECLARE_MLC_LOAD_CONTROL_DEVICE_CLUSTER_LIST(cluster_list_name, drlc_attr_list) |
| #define | ZB_SE_DECLARE_MLC_PHYSICAL_DEVICE_EP(ep_name, ep_id, cluster_list) |
| Declare endpoint for Metering Load Control device. More... | |
| #define | ZB_SE_DECLARE_MLC_METERING_DEVICE_EP(ep_name, ep_id, cluster_list) |
| #define | ZB_SE_DECLARE_MLC_LOAD_CONTROL_DEVICE_EP(ep_name, ep_id, cluster_list) |
| #define ZB_SE_DECLARE_MLC_LOAD_CONTROL_DEVICE_CLUSTER_LIST | ( | cluster_list_name, | |
| drlc_attr_list | |||
| ) |
| #define ZB_SE_DECLARE_MLC_LOAD_CONTROL_DEVICE_EP | ( | ep_name, | |
| ep_id, | |||
| cluster_list | |||
| ) |
| #define ZB_SE_DECLARE_MLC_METERING_DEVICE_CLUSTER_LIST | ( | cluster_list_name, | |
| metering_attr_list | |||
| ) |
| #define ZB_SE_DECLARE_MLC_METERING_DEVICE_EP | ( | ep_name, | |
| ep_id, | |||
| cluster_list | |||
| ) |
| #define ZB_SE_DECLARE_MLC_PHYSICAL_DEVICE_CLUSTER_LIST | ( | cluster_list_name, | |
| basic_attr_list, | |||
| kec_attr_list | |||
| ) |
Declare cluster list for Metering Load Control device.
| cluster_list_name | - cluster list variable name |
| basic_attr_list | - attribute list for Basic cluster |
| kec_attr_list | - attribute list for Key Establishment cluster |
| #define ZB_SE_DECLARE_MLC_PHYSICAL_DEVICE_EP | ( | ep_name, | |
| ep_id, | |||
| cluster_list | |||
| ) |
Declare endpoint for Metering Load Control device.
| ep_name | - endpoint variable name |
| ep_id | - endpoint ID |
| cluster_list | - endpoint cluster list |