
Modules | |
| DRLC attributes and enumerations | |
| DRLC commands | |
Data Structures | |
| struct | zb_zcl_drlc_client_attrs_s |
| DRLC client cluster attributes. More... | |
Macros | |
| #define | ZB_ZCL_DECLARE_DRLC_ATTRIB_LIST(attr_list, utility_enrollment_group, start_randomization_munutes, duration_randomization_minutes, device_class) |
| Declare attribute list for DRLC cluster. More... | |
| #define | ZB_ZCL_DECLARE_DRLC_ATTR_LIST_INIT |
| #define | ZB_ZCL_DECLARE_DRLC_ATTR_LIST(attr_list, attrs) |
| Declare attribute list for DRLC cluster. More... | |
Typedefs | |
| typedef struct zb_zcl_drlc_client_attrs_s | zb_zcl_drlc_client_attrs_t |
| DRLC client cluster attributes. More... | |
This cluster provides an interface to the functionality of Smart Energy Demand Response and Load Control.
| #define ZB_ZCL_DECLARE_DRLC_ATTR_LIST | ( | attr_list, | |
| attrs | |||
| ) |
Declare attribute list for DRLC cluster.
| [in] | attr_list | - attribute list variable name |
| [in] | attrs | - variable of zb_zcl_drlc_client_attrs_t type (containing DRLC cluster attributes) |
| #define ZB_ZCL_DECLARE_DRLC_ATTR_LIST_INIT |
Initialize zb_zcl_drlc_client_attrs_s DRLC cluster's attributes
| #define ZB_ZCL_DECLARE_DRLC_ATTRIB_LIST | ( | attr_list, | |
| utility_enrollment_group, | |||
| start_randomization_munutes, | |||
| duration_randomization_minutes, | |||
| device_class | |||
| ) |
Declare attribute list for DRLC cluster.
| [in] | attr_list | - attribute list variable name |
| [in] | utility_enrollment_group | - pointer to variable to store ZB_ZCL_ATTR_DRLC_UTILITY_ENROLLMENT_GROUP value |
| [in] | start_randomization_munutes | - pointer to variable to store ZB_ZCL_ATTR_DRLC_START_RANDOMIZATION_MINUTES value |
| [in] | duration_randomization_minutes | - pointer to variable to store ZB_ZCL_ATTR_DRLC_DURATION_RANDOMIZATION_MINUTES value |
| [in] | device_class | - pointer to variable to store ZB_ZCL_ATTR_DRLC_DEVICE_CLASS_VALUE value |
| typedef struct zb_zcl_drlc_client_attrs_s zb_zcl_drlc_client_attrs_t |
DRLC client cluster attributes.