Zigbee Protocol Controller 1.6.0
attribute_management.h File Reference
#include <sl_status.h>
#include <zigpc_common_zigbee.h>

Go to the source code of this file.

Functions

sl_status_t configure_attributes_node (const zigbee_node_t node)
 configure_attributes_node - API for configuring reports on a given zigbee node. Only basic reports are supported at this time. More...
 
sl_status_t configure_attributes_endpoint (const zigbee_eui64_t eui64, const zigbee_endpoint_t endpoint)
 configure_attributes_endpoint - API for configuring reports on a a given endpoint. Only basic reports are supported at this time. This method is required since endpoints can be added on an ad-hoc basis. More...
 
void zigpc_attrmgmt_send_delayed_read_command (const zigbee_eui64_t eui64, zigbee_endpoint_id_t endpoint_id, zcl_cluster_id_t cluster_id, unsigned int delay_ms)
 Handler for a ZCL Global Read attribute command after a delay of ZIGPC_ATTR_MGMT_DELAY_READ_ATTRIBUTES. This handler will call zigpc_attrmgmt_send_delayed_read_command_callback after the delay. More...