|
Z-Wave Protocol Controller Reference
|
#include "binding_cluster_mapper.h"#include "attribute_store_defined_attribute_types.h"#include "unify_dotdot_attribute_store_node_state.h"#include "zpc_attribute_store_network_helper.h"#include "zpc_attribute_store.h"#include "zwave_utils.h"#include "zwave_unid.h"#include "attribute_store.h"#include "attribute_store_helper.h"#include "dotdot_mqtt_supported_generated_commands.h"#include "sl_log.h"Macros | |
| #define | LOG_TAG "binding_cluster_mapper" |
Functions | |
| static void | publish_supported_generated_commands (attribute_store_node_t endpoint_node) |
| Publishes the Supported Generated Commands based on AGI data for an Endpoint. More... | |
| static void | on_network_status_update (attribute_store_node_t network_status_node, attribute_store_change_t change) |
| Publishes the supported Generated commands when the network status is moved to online functional. More... | |
| bool | binding_cluster_mapper_init (void) |
| Initializes the Binding cluster mapper. More... | |
| #define LOG_TAG "binding_cluster_mapper" |
|
static |
Publishes the supported Generated commands when the network status is moved to online functional.
| network_status_node | Attribute store node for the network status |
| change | Update that was performed in the attribute store |
|
static |
Publishes the Supported Generated Commands based on AGI data for an Endpoint.
| endpoint_node | Attribute store node for the endpoint. |