#include <stdbool.h>
#include "uic_typedefs.h"
#include "zwave_generic_types.h"
#include "zwave_command_class_association_types.h"
Go to the source code of this file.
|
| bool | is_command_class_and_command_mapped_to_bindings (zwave_command_class_t command_class, zwave_command_t command) |
| | Checks if the Command Class / Command combination is mapped to a cluster binding. More...
|
| |
| void | binding_mapper_helper_get_association_group_list_from_cluster (dotdot_unid_t unid, dotdot_endpoint_id_t endpoint, dotdot_cluster_id_t cluster_id, association_group_id_t *group_id_list, uint8_t *number_of_groups) |
| | Finds the list of Association Groups to associate under a UNID/Endpoint that sends command that belong to the Cluster ID. More...
|
| |
| void | binding_mapper_helper_get_cluster_list_from_association_group (dotdot_unid_t unid, dotdot_endpoint_id_t endpoint, association_group_id_t group_id, dotdot_cluster_id_t *cluster_id_list, uint8_t *number_of_clusters) |
| | Finds the list of Clusters that an association group id covers with the commands it sends. More...
|
| |
| void | binding_mapper_helper_get_bindable_cluster_list_from_node (dotdot_unid_t unid, dotdot_endpoint_id_t endpoint, dotdot_cluster_id_t *cluster_id_list, uint8_t *number_of_clusters) |
| | Finds the list of bindable Clusters that the association groups of a node covers with commands it sends. More...
|
| |