|
| #define | ZB_SE_DEVICE_VER_ENERGY_SERVICE_INTERFACE 0 |
| | ESI device version. More...
|
| |
| #define | ZB_SE_DECLARE_ENERGY_SERVICE_INTERFACE_DEV_CLUSTER_LIST(cluster_list_name, basic_attr_list, identify_attr_list, kec_attr_list, price_attr_list, time_attr_list, keep_alive_attr_list, tunneling_attr_list, sub_ghz_attr_list) |
| | Declare cluster list for ESI device. WARNING: You must add the identify attributes set in case your application uses this MACRO because it has been extended. More...
|
| |
| #define | ZB_SE_DECLARE_ENERGY_SERVICE_INTERFACE_DEV_EP(ep_name, ep_id, cluster_list) |
| | Declare endpoint for ESI device. More...
|
| |
| #define | ZB_SE_DECLARE_ENERGY_SERVICE_INTERFACE_DEV_CTX(device_ctx_name, ep_name) ZBOSS_DECLARE_DEVICE_CTX_1_EP(device_ctx_name, ep_name) |
| | Declare ESI device context. More...
|
| |