24#ifndef ZIGPC_BINDING_MQTT_H
25#define ZIGPC_BINDING_MQTT_H
94 bool table_full_value);
uint32_t sl_status_t
Definition: sl_status.h:139
sl_status_t zigpc_binding_mqtt_publish_table_full(zigbee_eui64_uint_t eui64, zigbee_endpoint_id_t endpoint, bool is_reported, bool table_full_value)
zigpc_binding_mqtt_pub_table_full - publish the "BindingTableFull" attribute to MQTT for a given node...
sl_status_t zigpc_binding_mqtt_publish_bindable_clusters(zigbee_eui64_uint_t eui64, zigbee_endpoint_id_t endpoint)
zigpc_binding_mqtt_update_bindable_clusters - update the clusters which the endpoint can bind to on M...
sl_status_t zigpc_binding_init_mqtt(zigbee_eui64_uint_t eui64, zigbee_endpoint_id_t endpoint)
zigpc_binding_init_mqtt - Initialize all the MQTT topics for the binding cluster
sl_status_t zigpc_publish_binding_table(zigbee_eui64_uint_t eui64, zigbee_endpoint_id_t endpoint)
zigpc_publish_binding_table - publish the binding table of a node/endpoint combination to MQTT....
uint64_t zigbee_eui64_uint_t
Zigbee Device Identifier (stored as integer)
Definition: zigpc_common_zigbee.h:199
uint8_t zigbee_endpoint_id_t
A representation of the endpoint id used on the Zigbee protocol.
Definition: zigpc_common_zigbee.h:248