|
| zb_ret_t | zb_zcl_start_attr_reporting (zb_uint8_t ep, zb_uint16_t cluster_id, zb_uint8_t cluster_role, zb_uint16_t attr_id) |
| | Start attribute reporting. More...
|
| |
| zb_ret_t | zb_zcl_start_attr_reporting_manuf (zb_uint8_t ep, zb_uint16_t cluster_id, zb_uint8_t cluster_role, zb_uint16_t attr_id, zb_uint16_t manuf_code) |
| | Start attribute reporting. More...
|
| |
| zb_ret_t | zb_zcl_stop_attr_reporting (zb_uint8_t ep, zb_uint16_t cluster_id, zb_uint8_t cluster_role, zb_uint16_t attr_id) |
| | Stop attribute reporting. More...
|
| |
| zb_ret_t | zb_zcl_stop_attr_reporting_manuf (zb_uint8_t ep, zb_uint16_t cluster_id, zb_uint8_t cluster_role, zb_uint16_t attr_id, zb_uint16_t manuf_code) |
| | Stop attribute reporting. More...
|
| |
| zb_bool_t | zcl_is_attr_reported (zb_uint8_t ep, zb_uint16_t cluster_id, zb_uint8_t cluster_role, zb_uint16_t attr_id) |
| | Check if an attribute is configured for reporting or not. More...
|
| |
| zb_bool_t | zcl_is_attr_reported_manuf (zb_uint8_t ep, zb_uint16_t cluster_id, zb_uint8_t cluster_role, zb_uint16_t attr_id, zb_uint16_t manuf_code) |
| | Check if an attribute is configured for reporting or not. More...
|
| |
| zb_ret_t | zb_zcl_put_reporting_info (zb_zcl_reporting_info_t *rep_info_ptr, zb_bool_t override) |
| | Set reporting configuration for the attribute. More...
|
| |