Zigbee Protocol Controller 1.6.0
dotdot_mqtt_send_commands.h File Reference
#include "dotdot_mqtt.h"

Go to the source code of this file.

Functions

void uic_mqtt_dotdot_basic_publish_reset_to_factory_defaults_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a ResetToFactoryDefaults command for the Basic cluster to a destination. More...
 
void uic_mqtt_dotdot_basic_publish_reset_to_factory_defaults_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a ResetToFactoryDefaults command for the Basic cluster to a group. More...
 
void uic_mqtt_dotdot_identify_publish_identify_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_identify_command_identify_fields_t *fields)
 Sends/Publishes a Identify command for the Identify cluster to a destination. More...
 
void uic_mqtt_dotdot_identify_publish_identify_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_identify_command_identify_fields_t *fields)
 Sends/Publishes a Identify command for the Identify cluster to a group. More...
 
void uic_mqtt_dotdot_identify_publish_identify_query_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_identify_command_identify_query_response_fields_t *fields)
 Sends/Publishes a IdentifyQueryResponse command for the Identify cluster to a destination. More...
 
void uic_mqtt_dotdot_identify_publish_identify_query_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_identify_command_identify_query_response_fields_t *fields)
 Sends/Publishes a IdentifyQueryResponse command for the Identify cluster to a group. More...
 
void uic_mqtt_dotdot_identify_publish_identify_query_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a IdentifyQuery command for the Identify cluster to a destination. More...
 
void uic_mqtt_dotdot_identify_publish_identify_query_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a IdentifyQuery command for the Identify cluster to a group. More...
 
void uic_mqtt_dotdot_identify_publish_trigger_effect_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_identify_command_trigger_effect_fields_t *fields)
 Sends/Publishes a TriggerEffect command for the Identify cluster to a destination. More...
 
void uic_mqtt_dotdot_identify_publish_trigger_effect_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_identify_command_trigger_effect_fields_t *fields)
 Sends/Publishes a TriggerEffect command for the Identify cluster to a group. More...
 
void uic_mqtt_dotdot_groups_publish_add_group_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_groups_command_add_group_fields_t *fields)
 Sends/Publishes a AddGroup command for the Groups cluster to a destination. More...
 
void uic_mqtt_dotdot_groups_publish_add_group_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_groups_command_add_group_fields_t *fields)
 Sends/Publishes a AddGroup command for the Groups cluster to a group. More...
 
void uic_mqtt_dotdot_groups_publish_add_group_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_groups_command_add_group_response_fields_t *fields)
 Sends/Publishes a AddGroupResponse command for the Groups cluster to a destination. More...
 
void uic_mqtt_dotdot_groups_publish_add_group_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_groups_command_add_group_response_fields_t *fields)
 Sends/Publishes a AddGroupResponse command for the Groups cluster to a group. More...
 
void uic_mqtt_dotdot_groups_publish_view_group_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_groups_command_view_group_fields_t *fields)
 Sends/Publishes a ViewGroup command for the Groups cluster to a destination. More...
 
void uic_mqtt_dotdot_groups_publish_view_group_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_groups_command_view_group_fields_t *fields)
 Sends/Publishes a ViewGroup command for the Groups cluster to a group. More...
 
void uic_mqtt_dotdot_groups_publish_view_group_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_groups_command_view_group_response_fields_t *fields)
 Sends/Publishes a ViewGroupResponse command for the Groups cluster to a destination. More...
 
void uic_mqtt_dotdot_groups_publish_view_group_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_groups_command_view_group_response_fields_t *fields)
 Sends/Publishes a ViewGroupResponse command for the Groups cluster to a group. More...
 
void uic_mqtt_dotdot_groups_publish_get_group_membership_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_groups_command_get_group_membership_fields_t *fields)
 Sends/Publishes a GetGroupMembership command for the Groups cluster to a destination. More...
 
void uic_mqtt_dotdot_groups_publish_get_group_membership_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_groups_command_get_group_membership_fields_t *fields)
 Sends/Publishes a GetGroupMembership command for the Groups cluster to a group. More...
 
void uic_mqtt_dotdot_groups_publish_get_group_membership_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_groups_command_get_group_membership_response_fields_t *fields)
 Sends/Publishes a GetGroupMembershipResponse command for the Groups cluster to a destination. More...
 
void uic_mqtt_dotdot_groups_publish_get_group_membership_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_groups_command_get_group_membership_response_fields_t *fields)
 Sends/Publishes a GetGroupMembershipResponse command for the Groups cluster to a group. More...
 
void uic_mqtt_dotdot_groups_publish_remove_group_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_groups_command_remove_group_fields_t *fields)
 Sends/Publishes a RemoveGroup command for the Groups cluster to a destination. More...
 
void uic_mqtt_dotdot_groups_publish_remove_group_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_groups_command_remove_group_fields_t *fields)
 Sends/Publishes a RemoveGroup command for the Groups cluster to a group. More...
 
void uic_mqtt_dotdot_groups_publish_remove_group_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_groups_command_remove_group_response_fields_t *fields)
 Sends/Publishes a RemoveGroupResponse command for the Groups cluster to a destination. More...
 
void uic_mqtt_dotdot_groups_publish_remove_group_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_groups_command_remove_group_response_fields_t *fields)
 Sends/Publishes a RemoveGroupResponse command for the Groups cluster to a group. More...
 
void uic_mqtt_dotdot_groups_publish_remove_all_groups_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a RemoveAllGroups command for the Groups cluster to a destination. More...
 
void uic_mqtt_dotdot_groups_publish_remove_all_groups_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a RemoveAllGroups command for the Groups cluster to a group. More...
 
void uic_mqtt_dotdot_groups_publish_add_group_if_identifying_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_groups_command_add_group_if_identifying_fields_t *fields)
 Sends/Publishes a AddGroupIfIdentifying command for the Groups cluster to a destination. More...
 
void uic_mqtt_dotdot_groups_publish_add_group_if_identifying_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_groups_command_add_group_if_identifying_fields_t *fields)
 Sends/Publishes a AddGroupIfIdentifying command for the Groups cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_add_scene_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_add_scene_fields_t *fields)
 Sends/Publishes a AddScene command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_add_scene_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_add_scene_fields_t *fields)
 Sends/Publishes a AddScene command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_add_scene_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_add_scene_response_fields_t *fields)
 Sends/Publishes a AddSceneResponse command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_add_scene_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_add_scene_response_fields_t *fields)
 Sends/Publishes a AddSceneResponse command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_view_scene_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_view_scene_fields_t *fields)
 Sends/Publishes a ViewScene command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_view_scene_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_view_scene_fields_t *fields)
 Sends/Publishes a ViewScene command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_view_scene_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_view_scene_response_fields_t *fields)
 Sends/Publishes a ViewSceneResponse command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_view_scene_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_view_scene_response_fields_t *fields)
 Sends/Publishes a ViewSceneResponse command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_remove_scene_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_remove_scene_fields_t *fields)
 Sends/Publishes a RemoveScene command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_remove_scene_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_remove_scene_fields_t *fields)
 Sends/Publishes a RemoveScene command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_remove_scene_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_remove_scene_response_fields_t *fields)
 Sends/Publishes a RemoveSceneResponse command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_remove_scene_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_remove_scene_response_fields_t *fields)
 Sends/Publishes a RemoveSceneResponse command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_remove_all_scenes_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_remove_all_scenes_fields_t *fields)
 Sends/Publishes a RemoveAllScenes command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_remove_all_scenes_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_remove_all_scenes_fields_t *fields)
 Sends/Publishes a RemoveAllScenes command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_remove_all_scenes_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_remove_all_scenes_response_fields_t *fields)
 Sends/Publishes a RemoveAllScenesResponse command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_remove_all_scenes_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_remove_all_scenes_response_fields_t *fields)
 Sends/Publishes a RemoveAllScenesResponse command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_store_scene_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_store_scene_fields_t *fields)
 Sends/Publishes a StoreScene command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_store_scene_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_store_scene_fields_t *fields)
 Sends/Publishes a StoreScene command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_store_scene_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_store_scene_response_fields_t *fields)
 Sends/Publishes a StoreSceneResponse command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_store_scene_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_store_scene_response_fields_t *fields)
 Sends/Publishes a StoreSceneResponse command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_recall_scene_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_recall_scene_fields_t *fields)
 Sends/Publishes a RecallScene command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_recall_scene_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_recall_scene_fields_t *fields)
 Sends/Publishes a RecallScene command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_get_scene_membership_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_get_scene_membership_fields_t *fields)
 Sends/Publishes a GetSceneMembership command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_get_scene_membership_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_get_scene_membership_fields_t *fields)
 Sends/Publishes a GetSceneMembership command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_get_scene_membership_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_get_scene_membership_response_fields_t *fields)
 Sends/Publishes a GetSceneMembershipResponse command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_get_scene_membership_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_get_scene_membership_response_fields_t *fields)
 Sends/Publishes a GetSceneMembershipResponse command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_enhanced_add_scene_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_enhanced_add_scene_fields_t *fields)
 Sends/Publishes a EnhancedAddScene command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_enhanced_add_scene_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_enhanced_add_scene_fields_t *fields)
 Sends/Publishes a EnhancedAddScene command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_enhanced_add_scene_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_enhanced_add_scene_response_fields_t *fields)
 Sends/Publishes a EnhancedAddSceneResponse command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_enhanced_add_scene_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_enhanced_add_scene_response_fields_t *fields)
 Sends/Publishes a EnhancedAddSceneResponse command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_enhanced_view_scene_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_enhanced_view_scene_fields_t *fields)
 Sends/Publishes a EnhancedViewScene command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_enhanced_view_scene_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_enhanced_view_scene_fields_t *fields)
 Sends/Publishes a EnhancedViewScene command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_enhanced_view_scene_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_enhanced_view_scene_response_fields_t *fields)
 Sends/Publishes a EnhancedViewSceneResponse command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_enhanced_view_scene_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_enhanced_view_scene_response_fields_t *fields)
 Sends/Publishes a EnhancedViewSceneResponse command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_copy_scene_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_copy_scene_fields_t *fields)
 Sends/Publishes a CopyScene command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_copy_scene_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_copy_scene_fields_t *fields)
 Sends/Publishes a CopyScene command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_scenes_publish_copy_scene_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_scenes_command_copy_scene_response_fields_t *fields)
 Sends/Publishes a CopySceneResponse command for the Scenes cluster to a destination. More...
 
void uic_mqtt_dotdot_scenes_publish_copy_scene_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_scenes_command_copy_scene_response_fields_t *fields)
 Sends/Publishes a CopySceneResponse command for the Scenes cluster to a group. More...
 
void uic_mqtt_dotdot_on_off_publish_off_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a Off command for the OnOff cluster to a destination. More...
 
void uic_mqtt_dotdot_on_off_publish_off_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a Off command for the OnOff cluster to a group. More...
 
void uic_mqtt_dotdot_on_off_publish_on_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a On command for the OnOff cluster to a destination. More...
 
void uic_mqtt_dotdot_on_off_publish_on_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a On command for the OnOff cluster to a group. More...
 
void uic_mqtt_dotdot_on_off_publish_toggle_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a Toggle command for the OnOff cluster to a destination. More...
 
void uic_mqtt_dotdot_on_off_publish_toggle_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a Toggle command for the OnOff cluster to a group. More...
 
void uic_mqtt_dotdot_on_off_publish_off_with_effect_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_on_off_command_off_with_effect_fields_t *fields)
 Sends/Publishes a OffWithEffect command for the OnOff cluster to a destination. More...
 
void uic_mqtt_dotdot_on_off_publish_off_with_effect_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_on_off_command_off_with_effect_fields_t *fields)
 Sends/Publishes a OffWithEffect command for the OnOff cluster to a group. More...
 
void uic_mqtt_dotdot_on_off_publish_on_with_recall_global_scene_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a OnWithRecallGlobalScene command for the OnOff cluster to a destination. More...
 
void uic_mqtt_dotdot_on_off_publish_on_with_recall_global_scene_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a OnWithRecallGlobalScene command for the OnOff cluster to a group. More...
 
void uic_mqtt_dotdot_on_off_publish_on_with_timed_off_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_on_off_command_on_with_timed_off_fields_t *fields)
 Sends/Publishes a OnWithTimedOff command for the OnOff cluster to a destination. More...
 
void uic_mqtt_dotdot_on_off_publish_on_with_timed_off_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_on_off_command_on_with_timed_off_fields_t *fields)
 Sends/Publishes a OnWithTimedOff command for the OnOff cluster to a group. More...
 
void uic_mqtt_dotdot_level_publish_move_to_level_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_level_command_move_to_level_fields_t *fields)
 Sends/Publishes a MoveToLevel command for the Level cluster to a destination. More...
 
void uic_mqtt_dotdot_level_publish_move_to_level_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_level_command_move_to_level_fields_t *fields)
 Sends/Publishes a MoveToLevel command for the Level cluster to a group. More...
 
void uic_mqtt_dotdot_level_publish_move_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_level_command_move_fields_t *fields)
 Sends/Publishes a Move command for the Level cluster to a destination. More...
 
void uic_mqtt_dotdot_level_publish_move_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_level_command_move_fields_t *fields)
 Sends/Publishes a Move command for the Level cluster to a group. More...
 
void uic_mqtt_dotdot_level_publish_step_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_level_command_step_fields_t *fields)
 Sends/Publishes a Step command for the Level cluster to a destination. More...
 
void uic_mqtt_dotdot_level_publish_step_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_level_command_step_fields_t *fields)
 Sends/Publishes a Step command for the Level cluster to a group. More...
 
void uic_mqtt_dotdot_level_publish_stop_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_level_command_stop_fields_t *fields)
 Sends/Publishes a Stop command for the Level cluster to a destination. More...
 
void uic_mqtt_dotdot_level_publish_stop_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_level_command_stop_fields_t *fields)
 Sends/Publishes a Stop command for the Level cluster to a group. More...
 
void uic_mqtt_dotdot_level_publish_move_to_level_with_on_off_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_level_command_move_to_level_with_on_off_fields_t *fields)
 Sends/Publishes a MoveToLevelWithOnOff command for the Level cluster to a destination. More...
 
void uic_mqtt_dotdot_level_publish_move_to_level_with_on_off_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_level_command_move_to_level_with_on_off_fields_t *fields)
 Sends/Publishes a MoveToLevelWithOnOff command for the Level cluster to a group. More...
 
void uic_mqtt_dotdot_level_publish_move_with_on_off_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_level_command_move_with_on_off_fields_t *fields)
 Sends/Publishes a MoveWithOnOff command for the Level cluster to a destination. More...
 
void uic_mqtt_dotdot_level_publish_move_with_on_off_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_level_command_move_with_on_off_fields_t *fields)
 Sends/Publishes a MoveWithOnOff command for the Level cluster to a group. More...
 
void uic_mqtt_dotdot_level_publish_step_with_on_off_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_level_command_step_with_on_off_fields_t *fields)
 Sends/Publishes a StepWithOnOff command for the Level cluster to a destination. More...
 
void uic_mqtt_dotdot_level_publish_step_with_on_off_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_level_command_step_with_on_off_fields_t *fields)
 Sends/Publishes a StepWithOnOff command for the Level cluster to a group. More...
 
void uic_mqtt_dotdot_level_publish_stop_with_on_off_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_level_command_stop_with_on_off_fields_t *fields)
 Sends/Publishes a StopWithOnOff command for the Level cluster to a destination. More...
 
void uic_mqtt_dotdot_level_publish_stop_with_on_off_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_level_command_stop_with_on_off_fields_t *fields)
 Sends/Publishes a StopWithOnOff command for the Level cluster to a group. More...
 
void uic_mqtt_dotdot_level_publish_move_to_closest_frequency_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_level_command_move_to_closest_frequency_fields_t *fields)
 Sends/Publishes a MoveToClosestFrequency command for the Level cluster to a destination. More...
 
void uic_mqtt_dotdot_level_publish_move_to_closest_frequency_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_level_command_move_to_closest_frequency_fields_t *fields)
 Sends/Publishes a MoveToClosestFrequency command for the Level cluster to a group. More...
 
void uic_mqtt_dotdot_alarms_publish_reset_alarm_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_alarms_command_reset_alarm_fields_t *fields)
 Sends/Publishes a ResetAlarm command for the Alarms cluster to a destination. More...
 
void uic_mqtt_dotdot_alarms_publish_reset_alarm_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_alarms_command_reset_alarm_fields_t *fields)
 Sends/Publishes a ResetAlarm command for the Alarms cluster to a group. More...
 
void uic_mqtt_dotdot_alarms_publish_alarm_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_alarms_command_alarm_fields_t *fields)
 Sends/Publishes a Alarm command for the Alarms cluster to a destination. More...
 
void uic_mqtt_dotdot_alarms_publish_alarm_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_alarms_command_alarm_fields_t *fields)
 Sends/Publishes a Alarm command for the Alarms cluster to a group. More...
 
void uic_mqtt_dotdot_alarms_publish_reset_all_alarms_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a ResetAllAlarms command for the Alarms cluster to a destination. More...
 
void uic_mqtt_dotdot_alarms_publish_reset_all_alarms_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a ResetAllAlarms command for the Alarms cluster to a group. More...
 
void uic_mqtt_dotdot_alarms_publish_get_alarm_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_alarms_command_get_alarm_response_fields_t *fields)
 Sends/Publishes a GetAlarmResponse command for the Alarms cluster to a destination. More...
 
void uic_mqtt_dotdot_alarms_publish_get_alarm_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_alarms_command_get_alarm_response_fields_t *fields)
 Sends/Publishes a GetAlarmResponse command for the Alarms cluster to a group. More...
 
void uic_mqtt_dotdot_alarms_publish_get_alarm_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a GetAlarm command for the Alarms cluster to a destination. More...
 
void uic_mqtt_dotdot_alarms_publish_get_alarm_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a GetAlarm command for the Alarms cluster to a group. More...
 
void uic_mqtt_dotdot_alarms_publish_reset_alarm_log_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a ResetAlarmLog command for the Alarms cluster to a destination. More...
 
void uic_mqtt_dotdot_alarms_publish_reset_alarm_log_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a ResetAlarmLog command for the Alarms cluster to a group. More...
 
void uic_mqtt_dotdot_poll_control_publish_check_in_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a CheckIn command for the PollControl cluster to a destination. More...
 
void uic_mqtt_dotdot_poll_control_publish_check_in_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a CheckIn command for the PollControl cluster to a group. More...
 
void uic_mqtt_dotdot_poll_control_publish_check_in_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_poll_control_command_check_in_response_fields_t *fields)
 Sends/Publishes a CheckInResponse command for the PollControl cluster to a destination. More...
 
void uic_mqtt_dotdot_poll_control_publish_check_in_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_poll_control_command_check_in_response_fields_t *fields)
 Sends/Publishes a CheckInResponse command for the PollControl cluster to a group. More...
 
void uic_mqtt_dotdot_poll_control_publish_fast_poll_stop_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a FastPollStop command for the PollControl cluster to a destination. More...
 
void uic_mqtt_dotdot_poll_control_publish_fast_poll_stop_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a FastPollStop command for the PollControl cluster to a group. More...
 
void uic_mqtt_dotdot_poll_control_publish_set_long_poll_interval_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_poll_control_command_set_long_poll_interval_fields_t *fields)
 Sends/Publishes a SetLongPollInterval command for the PollControl cluster to a destination. More...
 
void uic_mqtt_dotdot_poll_control_publish_set_long_poll_interval_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_poll_control_command_set_long_poll_interval_fields_t *fields)
 Sends/Publishes a SetLongPollInterval command for the PollControl cluster to a group. More...
 
void uic_mqtt_dotdot_poll_control_publish_set_short_poll_interval_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_poll_control_command_set_short_poll_interval_fields_t *fields)
 Sends/Publishes a SetShortPollInterval command for the PollControl cluster to a destination. More...
 
void uic_mqtt_dotdot_poll_control_publish_set_short_poll_interval_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_poll_control_command_set_short_poll_interval_fields_t *fields)
 Sends/Publishes a SetShortPollInterval command for the PollControl cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_lock_door_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_lock_door_fields_t *fields)
 Sends/Publishes a LockDoor command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_lock_door_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_lock_door_fields_t *fields)
 Sends/Publishes a LockDoor command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_lock_door_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_lock_door_response_fields_t *fields)
 Sends/Publishes a LockDoorResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_lock_door_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_lock_door_response_fields_t *fields)
 Sends/Publishes a LockDoorResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_unlock_door_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_unlock_door_fields_t *fields)
 Sends/Publishes a UnlockDoor command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_unlock_door_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_unlock_door_fields_t *fields)
 Sends/Publishes a UnlockDoor command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_unlock_door_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_unlock_door_response_fields_t *fields)
 Sends/Publishes a UnlockDoorResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_unlock_door_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_unlock_door_response_fields_t *fields)
 Sends/Publishes a UnlockDoorResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_toggle_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_toggle_fields_t *fields)
 Sends/Publishes a Toggle command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_toggle_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_toggle_fields_t *fields)
 Sends/Publishes a Toggle command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_toggle_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_toggle_response_fields_t *fields)
 Sends/Publishes a ToggleResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_toggle_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_toggle_response_fields_t *fields)
 Sends/Publishes a ToggleResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_unlock_with_timeout_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_unlock_with_timeout_fields_t *fields)
 Sends/Publishes a UnlockWithTimeout command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_unlock_with_timeout_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_unlock_with_timeout_fields_t *fields)
 Sends/Publishes a UnlockWithTimeout command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_unlock_with_timeout_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_unlock_with_timeout_response_fields_t *fields)
 Sends/Publishes a UnlockWithTimeoutResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_unlock_with_timeout_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_unlock_with_timeout_response_fields_t *fields)
 Sends/Publishes a UnlockWithTimeoutResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_log_record_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_get_log_record_fields_t *fields)
 Sends/Publishes a GetLogRecord command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_log_record_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_get_log_record_fields_t *fields)
 Sends/Publishes a GetLogRecord command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_log_record_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_get_log_record_response_fields_t *fields)
 Sends/Publishes a GetLogRecordResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_log_record_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_get_log_record_response_fields_t *fields)
 Sends/Publishes a GetLogRecordResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_pin_code_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_set_pin_code_fields_t *fields)
 Sends/Publishes a SetPINCode command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_pin_code_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_set_pin_code_fields_t *fields)
 Sends/Publishes a SetPINCode command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_pin_code_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_set_pin_code_response_fields_t *fields)
 Sends/Publishes a SetPINCodeResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_pin_code_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_set_pin_code_response_fields_t *fields)
 Sends/Publishes a SetPINCodeResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_pin_code_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_get_pin_code_fields_t *fields)
 Sends/Publishes a GetPINCode command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_pin_code_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_get_pin_code_fields_t *fields)
 Sends/Publishes a GetPINCode command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_pin_code_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_get_pin_code_response_fields_t *fields)
 Sends/Publishes a GetPINCodeResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_pin_code_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_get_pin_code_response_fields_t *fields)
 Sends/Publishes a GetPINCodeResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_pin_code_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_clear_pin_code_fields_t *fields)
 Sends/Publishes a ClearPINCode command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_pin_code_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_clear_pin_code_fields_t *fields)
 Sends/Publishes a ClearPINCode command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_pin_code_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_clear_pin_code_response_fields_t *fields)
 Sends/Publishes a ClearPINCodeResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_pin_code_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_clear_pin_code_response_fields_t *fields)
 Sends/Publishes a ClearPINCodeResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_all_pin_codes_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a ClearAllPINCodes command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_all_pin_codes_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a ClearAllPINCodes command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_all_pin_codes_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_clear_all_pin_codes_response_fields_t *fields)
 Sends/Publishes a ClearAllPINCodesResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_all_pin_codes_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_clear_all_pin_codes_response_fields_t *fields)
 Sends/Publishes a ClearAllPINCodesResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_user_status_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_set_user_status_fields_t *fields)
 Sends/Publishes a SetUserStatus command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_user_status_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_set_user_status_fields_t *fields)
 Sends/Publishes a SetUserStatus command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_user_status_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_set_user_status_response_fields_t *fields)
 Sends/Publishes a SetUserStatusResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_user_status_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_set_user_status_response_fields_t *fields)
 Sends/Publishes a SetUserStatusResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_user_status_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_get_user_status_fields_t *fields)
 Sends/Publishes a GetUserStatus command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_user_status_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_get_user_status_fields_t *fields)
 Sends/Publishes a GetUserStatus command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_user_status_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_get_user_status_response_fields_t *fields)
 Sends/Publishes a GetUserStatusResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_user_status_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_get_user_status_response_fields_t *fields)
 Sends/Publishes a GetUserStatusResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_weekday_schedule_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_set_weekday_schedule_fields_t *fields)
 Sends/Publishes a SetWeekdaySchedule command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_weekday_schedule_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_set_weekday_schedule_fields_t *fields)
 Sends/Publishes a SetWeekdaySchedule command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_weekday_schedule_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_set_weekday_schedule_response_fields_t *fields)
 Sends/Publishes a SetWeekdayScheduleResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_weekday_schedule_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_set_weekday_schedule_response_fields_t *fields)
 Sends/Publishes a SetWeekdayScheduleResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_weekday_schedule_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_get_weekday_schedule_fields_t *fields)
 Sends/Publishes a GetWeekdaySchedule command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_weekday_schedule_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_get_weekday_schedule_fields_t *fields)
 Sends/Publishes a GetWeekdaySchedule command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_weekday_schedule_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_get_weekday_schedule_response_fields_t *fields)
 Sends/Publishes a GetWeekdayScheduleResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_weekday_schedule_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_get_weekday_schedule_response_fields_t *fields)
 Sends/Publishes a GetWeekdayScheduleResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_weekday_schedule_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_clear_weekday_schedule_fields_t *fields)
 Sends/Publishes a ClearWeekdaySchedule command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_weekday_schedule_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_clear_weekday_schedule_fields_t *fields)
 Sends/Publishes a ClearWeekdaySchedule command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_weekday_schedule_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_clear_weekday_schedule_response_fields_t *fields)
 Sends/Publishes a ClearWeekdayScheduleResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_weekday_schedule_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_clear_weekday_schedule_response_fields_t *fields)
 Sends/Publishes a ClearWeekdayScheduleResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_year_day_schedule_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_set_year_day_schedule_fields_t *fields)
 Sends/Publishes a SetYearDaySchedule command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_year_day_schedule_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_set_year_day_schedule_fields_t *fields)
 Sends/Publishes a SetYearDaySchedule command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_year_day_schedule_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_set_year_day_schedule_response_fields_t *fields)
 Sends/Publishes a SetYearDayScheduleResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_year_day_schedule_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_set_year_day_schedule_response_fields_t *fields)
 Sends/Publishes a SetYearDayScheduleResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_year_day_schedule_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_get_year_day_schedule_fields_t *fields)
 Sends/Publishes a GetYearDaySchedule command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_year_day_schedule_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_get_year_day_schedule_fields_t *fields)
 Sends/Publishes a GetYearDaySchedule command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_year_day_schedule_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_get_year_day_schedule_response_fields_t *fields)
 Sends/Publishes a GetYearDayScheduleResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_year_day_schedule_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_get_year_day_schedule_response_fields_t *fields)
 Sends/Publishes a GetYearDayScheduleResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_year_day_schedule_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_clear_year_day_schedule_fields_t *fields)
 Sends/Publishes a ClearYearDaySchedule command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_year_day_schedule_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_clear_year_day_schedule_fields_t *fields)
 Sends/Publishes a ClearYearDaySchedule command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_year_day_schedule_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_clear_year_day_schedule_response_fields_t *fields)
 Sends/Publishes a ClearYearDayScheduleResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_year_day_schedule_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_clear_year_day_schedule_response_fields_t *fields)
 Sends/Publishes a ClearYearDayScheduleResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_holiday_schedule_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_set_holiday_schedule_fields_t *fields)
 Sends/Publishes a SetHolidaySchedule command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_holiday_schedule_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_set_holiday_schedule_fields_t *fields)
 Sends/Publishes a SetHolidaySchedule command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_holiday_schedule_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_set_holiday_schedule_response_fields_t *fields)
 Sends/Publishes a SetHolidayScheduleResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_holiday_schedule_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_set_holiday_schedule_response_fields_t *fields)
 Sends/Publishes a SetHolidayScheduleResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_holiday_schedule_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_get_holiday_schedule_fields_t *fields)
 Sends/Publishes a GetHolidaySchedule command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_holiday_schedule_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_get_holiday_schedule_fields_t *fields)
 Sends/Publishes a GetHolidaySchedule command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_holiday_schedule_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_get_holiday_schedule_response_fields_t *fields)
 Sends/Publishes a GetHolidayScheduleResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_holiday_schedule_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_get_holiday_schedule_response_fields_t *fields)
 Sends/Publishes a GetHolidayScheduleResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_holiday_schedule_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_clear_holiday_schedule_fields_t *fields)
 Sends/Publishes a ClearHolidaySchedule command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_holiday_schedule_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_clear_holiday_schedule_fields_t *fields)
 Sends/Publishes a ClearHolidaySchedule command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_holiday_schedule_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_clear_holiday_schedule_response_fields_t *fields)
 Sends/Publishes a ClearHolidayScheduleResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_holiday_schedule_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_clear_holiday_schedule_response_fields_t *fields)
 Sends/Publishes a ClearHolidayScheduleResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_user_type_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_set_user_type_fields_t *fields)
 Sends/Publishes a SetUserType command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_user_type_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_set_user_type_fields_t *fields)
 Sends/Publishes a SetUserType command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_user_type_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_set_user_type_response_fields_t *fields)
 Sends/Publishes a SetUserTypeResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_user_type_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_set_user_type_response_fields_t *fields)
 Sends/Publishes a SetUserTypeResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_user_type_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_get_user_type_fields_t *fields)
 Sends/Publishes a GetUserType command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_user_type_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_get_user_type_fields_t *fields)
 Sends/Publishes a GetUserType command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_user_type_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_get_user_type_response_fields_t *fields)
 Sends/Publishes a GetUserTypeResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_user_type_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_get_user_type_response_fields_t *fields)
 Sends/Publishes a GetUserTypeResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_rfid_code_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_set_rfid_code_fields_t *fields)
 Sends/Publishes a SetRFIDCode command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_rfid_code_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_set_rfid_code_fields_t *fields)
 Sends/Publishes a SetRFIDCode command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_rfid_code_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_set_rfid_code_response_fields_t *fields)
 Sends/Publishes a SetRFIDCodeResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_rfid_code_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_set_rfid_code_response_fields_t *fields)
 Sends/Publishes a SetRFIDCodeResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_rfid_code_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_get_rfid_code_fields_t *fields)
 Sends/Publishes a GetRFIDCode command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_rfid_code_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_get_rfid_code_fields_t *fields)
 Sends/Publishes a GetRFIDCode command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_rfid_code_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_get_rfid_code_response_fields_t *fields)
 Sends/Publishes a GetRFIDCodeResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_rfid_code_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_get_rfid_code_response_fields_t *fields)
 Sends/Publishes a GetRFIDCodeResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_rfid_code_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_clear_rfid_code_fields_t *fields)
 Sends/Publishes a ClearRFIDCode command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_rfid_code_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_clear_rfid_code_fields_t *fields)
 Sends/Publishes a ClearRFIDCode command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_rfid_code_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_clear_rfid_code_response_fields_t *fields)
 Sends/Publishes a ClearRFIDCodeResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_rfid_code_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_clear_rfid_code_response_fields_t *fields)
 Sends/Publishes a ClearRFIDCodeResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_all_rfid_codes_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a ClearAllRFIDCodes command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_all_rfid_codes_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a ClearAllRFIDCodes command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_all_rfid_codes_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_clear_all_rfid_codes_response_fields_t *fields)
 Sends/Publishes a ClearAllRFIDCodesResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_all_rfid_codes_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_clear_all_rfid_codes_response_fields_t *fields)
 Sends/Publishes a ClearAllRFIDCodesResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_user_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_set_user_fields_t *fields)
 Sends/Publishes a SetUser command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_user_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_set_user_fields_t *fields)
 Sends/Publishes a SetUser command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_user_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_get_user_fields_t *fields)
 Sends/Publishes a GetUser command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_user_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_get_user_fields_t *fields)
 Sends/Publishes a GetUser command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_user_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a GetUserResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_user_response_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a GetUserResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_user_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_clear_user_fields_t *fields)
 Sends/Publishes a ClearUser command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_user_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_clear_user_fields_t *fields)
 Sends/Publishes a ClearUser command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_operating_event_notification_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_operating_event_notification_fields_t *fields)
 Sends/Publishes a OperatingEventNotification command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_operating_event_notification_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_operating_event_notification_fields_t *fields)
 Sends/Publishes a OperatingEventNotification command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_programming_event_notification_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_programming_event_notification_fields_t *fields)
 Sends/Publishes a ProgrammingEventNotification command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_programming_event_notification_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_programming_event_notification_fields_t *fields)
 Sends/Publishes a ProgrammingEventNotification command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_credential_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_set_credential_fields_t *fields)
 Sends/Publishes a SetCredential command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_credential_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_set_credential_fields_t *fields)
 Sends/Publishes a SetCredential command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_credential_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a SetCredentialResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_set_credential_response_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a SetCredentialResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_credential_status_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_get_credential_status_fields_t *fields)
 Sends/Publishes a GetCredentialStatus command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_credential_status_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_get_credential_status_fields_t *fields)
 Sends/Publishes a GetCredentialStatus command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_credential_status_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a GetCredentialStatusResponse command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_get_credential_status_response_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a GetCredentialStatusResponse command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_credential_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_clear_credential_fields_t *fields)
 Sends/Publishes a ClearCredential command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_clear_credential_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_clear_credential_fields_t *fields)
 Sends/Publishes a ClearCredential command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_door_lock_publish_unbolt_door_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_door_lock_command_unbolt_door_fields_t *fields)
 Sends/Publishes a UnboltDoor command for the DoorLock cluster to a destination. More...
 
void uic_mqtt_dotdot_door_lock_publish_unbolt_door_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_door_lock_command_unbolt_door_fields_t *fields)
 Sends/Publishes a UnboltDoor command for the DoorLock cluster to a group. More...
 
void uic_mqtt_dotdot_window_covering_publish_up_or_open_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a UpOrOpen command for the WindowCovering cluster to a destination. More...
 
void uic_mqtt_dotdot_window_covering_publish_up_or_open_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a UpOrOpen command for the WindowCovering cluster to a group. More...
 
void uic_mqtt_dotdot_window_covering_publish_down_or_close_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a DownOrClose command for the WindowCovering cluster to a destination. More...
 
void uic_mqtt_dotdot_window_covering_publish_down_or_close_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a DownOrClose command for the WindowCovering cluster to a group. More...
 
void uic_mqtt_dotdot_window_covering_publish_stop_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a Stop command for the WindowCovering cluster to a destination. More...
 
void uic_mqtt_dotdot_window_covering_publish_stop_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a Stop command for the WindowCovering cluster to a group. More...
 
void uic_mqtt_dotdot_window_covering_publish_go_to_lift_value_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_window_covering_command_go_to_lift_value_fields_t *fields)
 Sends/Publishes a GoToLiftValue command for the WindowCovering cluster to a destination. More...
 
void uic_mqtt_dotdot_window_covering_publish_go_to_lift_value_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_window_covering_command_go_to_lift_value_fields_t *fields)
 Sends/Publishes a GoToLiftValue command for the WindowCovering cluster to a group. More...
 
void uic_mqtt_dotdot_window_covering_publish_go_to_lift_percentage_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_window_covering_command_go_to_lift_percentage_fields_t *fields)
 Sends/Publishes a GoToLiftPercentage command for the WindowCovering cluster to a destination. More...
 
void uic_mqtt_dotdot_window_covering_publish_go_to_lift_percentage_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_window_covering_command_go_to_lift_percentage_fields_t *fields)
 Sends/Publishes a GoToLiftPercentage command for the WindowCovering cluster to a group. More...
 
void uic_mqtt_dotdot_window_covering_publish_go_to_tilt_value_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_window_covering_command_go_to_tilt_value_fields_t *fields)
 Sends/Publishes a GoToTiltValue command for the WindowCovering cluster to a destination. More...
 
void uic_mqtt_dotdot_window_covering_publish_go_to_tilt_value_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_window_covering_command_go_to_tilt_value_fields_t *fields)
 Sends/Publishes a GoToTiltValue command for the WindowCovering cluster to a group. More...
 
void uic_mqtt_dotdot_window_covering_publish_go_to_tilt_percentage_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_window_covering_command_go_to_tilt_percentage_fields_t *fields)
 Sends/Publishes a GoToTiltPercentage command for the WindowCovering cluster to a destination. More...
 
void uic_mqtt_dotdot_window_covering_publish_go_to_tilt_percentage_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_window_covering_command_go_to_tilt_percentage_fields_t *fields)
 Sends/Publishes a GoToTiltPercentage command for the WindowCovering cluster to a group. More...
 
void uic_mqtt_dotdot_barrier_control_publish_go_to_percent_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_barrier_control_command_go_to_percent_fields_t *fields)
 Sends/Publishes a GoToPercent command for the BarrierControl cluster to a destination. More...
 
void uic_mqtt_dotdot_barrier_control_publish_go_to_percent_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_barrier_control_command_go_to_percent_fields_t *fields)
 Sends/Publishes a GoToPercent command for the BarrierControl cluster to a group. More...
 
void uic_mqtt_dotdot_barrier_control_publish_stop_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a Stop command for the BarrierControl cluster to a destination. More...
 
void uic_mqtt_dotdot_barrier_control_publish_stop_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a Stop command for the BarrierControl cluster to a group. More...
 
void uic_mqtt_dotdot_thermostat_publish_setpoint_raise_or_lower_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_thermostat_command_setpoint_raise_or_lower_fields_t *fields)
 Sends/Publishes a SetpointRaiseOrLower command for the Thermostat cluster to a destination. More...
 
void uic_mqtt_dotdot_thermostat_publish_setpoint_raise_or_lower_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_thermostat_command_setpoint_raise_or_lower_fields_t *fields)
 Sends/Publishes a SetpointRaiseOrLower command for the Thermostat cluster to a group. More...
 
void uic_mqtt_dotdot_thermostat_publish_get_weekly_schedule_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_thermostat_command_get_weekly_schedule_response_fields_t *fields)
 Sends/Publishes a GetWeeklyScheduleResponse command for the Thermostat cluster to a destination. More...
 
void uic_mqtt_dotdot_thermostat_publish_get_weekly_schedule_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_thermostat_command_get_weekly_schedule_response_fields_t *fields)
 Sends/Publishes a GetWeeklyScheduleResponse command for the Thermostat cluster to a group. More...
 
void uic_mqtt_dotdot_thermostat_publish_set_weekly_schedule_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_thermostat_command_set_weekly_schedule_fields_t *fields)
 Sends/Publishes a SetWeeklySchedule command for the Thermostat cluster to a destination. More...
 
void uic_mqtt_dotdot_thermostat_publish_set_weekly_schedule_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_thermostat_command_set_weekly_schedule_fields_t *fields)
 Sends/Publishes a SetWeeklySchedule command for the Thermostat cluster to a group. More...
 
void uic_mqtt_dotdot_thermostat_publish_get_relay_status_log_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_thermostat_command_get_relay_status_log_response_fields_t *fields)
 Sends/Publishes a GetRelayStatusLogResponse command for the Thermostat cluster to a destination. More...
 
void uic_mqtt_dotdot_thermostat_publish_get_relay_status_log_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_thermostat_command_get_relay_status_log_response_fields_t *fields)
 Sends/Publishes a GetRelayStatusLogResponse command for the Thermostat cluster to a group. More...
 
void uic_mqtt_dotdot_thermostat_publish_get_weekly_schedule_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_thermostat_command_get_weekly_schedule_fields_t *fields)
 Sends/Publishes a GetWeeklySchedule command for the Thermostat cluster to a destination. More...
 
void uic_mqtt_dotdot_thermostat_publish_get_weekly_schedule_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_thermostat_command_get_weekly_schedule_fields_t *fields)
 Sends/Publishes a GetWeeklySchedule command for the Thermostat cluster to a group. More...
 
void uic_mqtt_dotdot_thermostat_publish_clear_weekly_schedule_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a ClearWeeklySchedule command for the Thermostat cluster to a destination. More...
 
void uic_mqtt_dotdot_thermostat_publish_clear_weekly_schedule_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a ClearWeeklySchedule command for the Thermostat cluster to a group. More...
 
void uic_mqtt_dotdot_thermostat_publish_get_relay_status_log_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a GetRelayStatusLog command for the Thermostat cluster to a destination. More...
 
void uic_mqtt_dotdot_thermostat_publish_get_relay_status_log_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a GetRelayStatusLog command for the Thermostat cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_move_to_hue_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_move_to_hue_fields_t *fields)
 Sends/Publishes a MoveToHue command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_move_to_hue_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_move_to_hue_fields_t *fields)
 Sends/Publishes a MoveToHue command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_move_hue_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_move_hue_fields_t *fields)
 Sends/Publishes a MoveHue command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_move_hue_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_move_hue_fields_t *fields)
 Sends/Publishes a MoveHue command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_step_hue_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_step_hue_fields_t *fields)
 Sends/Publishes a StepHue command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_step_hue_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_step_hue_fields_t *fields)
 Sends/Publishes a StepHue command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_move_to_saturation_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_move_to_saturation_fields_t *fields)
 Sends/Publishes a MoveToSaturation command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_move_to_saturation_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_move_to_saturation_fields_t *fields)
 Sends/Publishes a MoveToSaturation command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_move_saturation_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_move_saturation_fields_t *fields)
 Sends/Publishes a MoveSaturation command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_move_saturation_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_move_saturation_fields_t *fields)
 Sends/Publishes a MoveSaturation command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_step_saturation_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_step_saturation_fields_t *fields)
 Sends/Publishes a StepSaturation command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_step_saturation_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_step_saturation_fields_t *fields)
 Sends/Publishes a StepSaturation command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_move_to_hue_and_saturation_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_move_to_hue_and_saturation_fields_t *fields)
 Sends/Publishes a MoveToHueAndSaturation command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_move_to_hue_and_saturation_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_move_to_hue_and_saturation_fields_t *fields)
 Sends/Publishes a MoveToHueAndSaturation command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_move_to_color_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_move_to_color_fields_t *fields)
 Sends/Publishes a MoveToColor command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_move_to_color_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_move_to_color_fields_t *fields)
 Sends/Publishes a MoveToColor command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_move_color_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_move_color_fields_t *fields)
 Sends/Publishes a MoveColor command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_move_color_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_move_color_fields_t *fields)
 Sends/Publishes a MoveColor command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_step_color_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_step_color_fields_t *fields)
 Sends/Publishes a StepColor command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_step_color_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_step_color_fields_t *fields)
 Sends/Publishes a StepColor command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_move_to_color_temperature_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_move_to_color_temperature_fields_t *fields)
 Sends/Publishes a MoveToColorTemperature command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_move_to_color_temperature_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_move_to_color_temperature_fields_t *fields)
 Sends/Publishes a MoveToColorTemperature command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_enhanced_move_to_hue_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_enhanced_move_to_hue_fields_t *fields)
 Sends/Publishes a EnhancedMoveToHue command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_enhanced_move_to_hue_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_enhanced_move_to_hue_fields_t *fields)
 Sends/Publishes a EnhancedMoveToHue command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_enhanced_move_hue_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_enhanced_move_hue_fields_t *fields)
 Sends/Publishes a EnhancedMoveHue command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_enhanced_move_hue_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_enhanced_move_hue_fields_t *fields)
 Sends/Publishes a EnhancedMoveHue command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_enhanced_step_hue_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_enhanced_step_hue_fields_t *fields)
 Sends/Publishes a EnhancedStepHue command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_enhanced_step_hue_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_enhanced_step_hue_fields_t *fields)
 Sends/Publishes a EnhancedStepHue command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_enhanced_move_to_hue_and_saturation_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_enhanced_move_to_hue_and_saturation_fields_t *fields)
 Sends/Publishes a EnhancedMoveToHueAndSaturation command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_enhanced_move_to_hue_and_saturation_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_enhanced_move_to_hue_and_saturation_fields_t *fields)
 Sends/Publishes a EnhancedMoveToHueAndSaturation command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_color_loop_set_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_color_loop_set_fields_t *fields)
 Sends/Publishes a ColorLoopSet command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_color_loop_set_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_color_loop_set_fields_t *fields)
 Sends/Publishes a ColorLoopSet command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_stop_move_step_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_stop_move_step_fields_t *fields)
 Sends/Publishes a StopMoveStep command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_stop_move_step_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_stop_move_step_fields_t *fields)
 Sends/Publishes a StopMoveStep command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_move_color_temperature_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_move_color_temperature_fields_t *fields)
 Sends/Publishes a MoveColorTemperature command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_move_color_temperature_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_move_color_temperature_fields_t *fields)
 Sends/Publishes a MoveColorTemperature command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_color_control_publish_step_color_temperature_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_color_control_command_step_color_temperature_fields_t *fields)
 Sends/Publishes a StepColorTemperature command for the ColorControl cluster to a destination. More...
 
void uic_mqtt_dotdot_color_control_publish_step_color_temperature_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_color_control_command_step_color_temperature_fields_t *fields)
 Sends/Publishes a StepColorTemperature command for the ColorControl cluster to a group. More...
 
void uic_mqtt_dotdot_ias_zone_publish_zone_enroll_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_ias_zone_command_zone_enroll_response_fields_t *fields)
 Sends/Publishes a ZoneEnrollResponse command for the IASZone cluster to a destination. More...
 
void uic_mqtt_dotdot_ias_zone_publish_zone_enroll_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_ias_zone_command_zone_enroll_response_fields_t *fields)
 Sends/Publishes a ZoneEnrollResponse command for the IASZone cluster to a group. More...
 
void uic_mqtt_dotdot_ias_zone_publish_zone_status_change_notification_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_ias_zone_command_zone_status_change_notification_fields_t *fields)
 Sends/Publishes a ZoneStatusChangeNotification command for the IASZone cluster to a destination. More...
 
void uic_mqtt_dotdot_ias_zone_publish_zone_status_change_notification_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_ias_zone_command_zone_status_change_notification_fields_t *fields)
 Sends/Publishes a ZoneStatusChangeNotification command for the IASZone cluster to a group. More...
 
void uic_mqtt_dotdot_ias_zone_publish_initiate_normal_operation_mode_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a InitiateNormalOperationMode command for the IASZone cluster to a destination. More...
 
void uic_mqtt_dotdot_ias_zone_publish_initiate_normal_operation_mode_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a InitiateNormalOperationMode command for the IASZone cluster to a group. More...
 
void uic_mqtt_dotdot_ias_zone_publish_zone_enroll_request_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_ias_zone_command_zone_enroll_request_fields_t *fields)
 Sends/Publishes a ZoneEnrollRequest command for the IASZone cluster to a destination. More...
 
void uic_mqtt_dotdot_ias_zone_publish_zone_enroll_request_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_ias_zone_command_zone_enroll_request_fields_t *fields)
 Sends/Publishes a ZoneEnrollRequest command for the IASZone cluster to a group. More...
 
void uic_mqtt_dotdot_ias_zone_publish_initiate_test_mode_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_ias_zone_command_initiate_test_mode_fields_t *fields)
 Sends/Publishes a InitiateTestMode command for the IASZone cluster to a destination. More...
 
void uic_mqtt_dotdot_ias_zone_publish_initiate_test_mode_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_ias_zone_command_initiate_test_mode_fields_t *fields)
 Sends/Publishes a InitiateTestMode command for the IASZone cluster to a group. More...
 
void uic_mqtt_dotdot_iaswd_publish_start_warning_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_iaswd_command_start_warning_fields_t *fields)
 Sends/Publishes a StartWarning command for the IASWD cluster to a destination. More...
 
void uic_mqtt_dotdot_iaswd_publish_start_warning_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_iaswd_command_start_warning_fields_t *fields)
 Sends/Publishes a StartWarning command for the IASWD cluster to a group. More...
 
void uic_mqtt_dotdot_iaswd_publish_squawk_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_iaswd_command_squawk_fields_t *fields)
 Sends/Publishes a Squawk command for the IASWD cluster to a destination. More...
 
void uic_mqtt_dotdot_iaswd_publish_squawk_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_iaswd_command_squawk_fields_t *fields)
 Sends/Publishes a Squawk command for the IASWD cluster to a group. More...
 
void uic_mqtt_dotdot_electrical_measurement_publish_get_profile_info_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_electrical_measurement_command_get_profile_info_response_fields_t *fields)
 Sends/Publishes a GetProfileInfoResponse command for the ElectricalMeasurement cluster to a destination. More...
 
void uic_mqtt_dotdot_electrical_measurement_publish_get_profile_info_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_electrical_measurement_command_get_profile_info_response_fields_t *fields)
 Sends/Publishes a GetProfileInfoResponse command for the ElectricalMeasurement cluster to a group. More...
 
void uic_mqtt_dotdot_electrical_measurement_publish_get_profile_info_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a GetProfileInfo command for the ElectricalMeasurement cluster to a destination. More...
 
void uic_mqtt_dotdot_electrical_measurement_publish_get_profile_info_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a GetProfileInfo command for the ElectricalMeasurement cluster to a group. More...
 
void uic_mqtt_dotdot_electrical_measurement_publish_get_measurement_profile_response_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_electrical_measurement_command_get_measurement_profile_response_fields_t *fields)
 Sends/Publishes a GetMeasurementProfileResponse command for the ElectricalMeasurement cluster to a destination. More...
 
void uic_mqtt_dotdot_electrical_measurement_publish_get_measurement_profile_response_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_electrical_measurement_command_get_measurement_profile_response_fields_t *fields)
 Sends/Publishes a GetMeasurementProfileResponse command for the ElectricalMeasurement cluster to a group. More...
 
void uic_mqtt_dotdot_electrical_measurement_publish_get_measurement_profile_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_electrical_measurement_command_get_measurement_profile_fields_t *fields)
 Sends/Publishes a GetMeasurementProfile command for the ElectricalMeasurement cluster to a destination. More...
 
void uic_mqtt_dotdot_electrical_measurement_publish_get_measurement_profile_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_electrical_measurement_command_get_measurement_profile_fields_t *fields)
 Sends/Publishes a GetMeasurementProfile command for the ElectricalMeasurement cluster to a group. More...
 
void uic_mqtt_dotdot_protocol_controller_rf_telemetry_publish_tx_report_command (const dotdot_unid_t destination_unid, const uic_mqtt_dotdot_protocol_controller_rf_telemetry_command_tx_report_fields_t *fields)
 Sends/Publishes a TxReport command for the ProtocolController-RFTelemetry cluster to a destination. More...
 
void uic_mqtt_dotdot_protocol_controller_rf_telemetry_publish_tx_report_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_protocol_controller_rf_telemetry_command_tx_report_fields_t *fields)
 Sends/Publishes a TxReport command for the ProtocolController-RFTelemetry cluster to a group. More...
 
void uic_mqtt_dotdot_state_publish_remove_command (const dotdot_unid_t destination_unid)
 Sends/Publishes a Remove command for the State cluster to a destination. More...
 
void uic_mqtt_dotdot_state_publish_remove_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a Remove command for the State cluster to a group. More...
 
void uic_mqtt_dotdot_state_publish_remove_offline_command (const dotdot_unid_t destination_unid)
 Sends/Publishes a RemoveOffline command for the State cluster to a destination. More...
 
void uic_mqtt_dotdot_state_publish_remove_offline_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a RemoveOffline command for the State cluster to a group. More...
 
void uic_mqtt_dotdot_state_publish_discover_neighbors_command (const dotdot_unid_t destination_unid)
 Sends/Publishes a DiscoverNeighbors command for the State cluster to a destination. More...
 
void uic_mqtt_dotdot_state_publish_discover_neighbors_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a DiscoverNeighbors command for the State cluster to a group. More...
 
void uic_mqtt_dotdot_state_publish_interview_command (const dotdot_unid_t destination_unid)
 Sends/Publishes a Interview command for the State cluster to a destination. More...
 
void uic_mqtt_dotdot_state_publish_interview_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a Interview command for the State cluster to a group. More...
 
void uic_mqtt_dotdot_state_publish_discover_security_command (const dotdot_unid_t destination_unid)
 Sends/Publishes a DiscoverSecurity command for the State cluster to a destination. More...
 
void uic_mqtt_dotdot_state_publish_discover_security_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a DiscoverSecurity command for the State cluster to a group. More...
 
void uic_mqtt_dotdot_binding_publish_bind_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_binding_command_bind_fields_t *fields)
 Sends/Publishes a Bind command for the Binding cluster to a destination. More...
 
void uic_mqtt_dotdot_binding_publish_bind_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_binding_command_bind_fields_t *fields)
 Sends/Publishes a Bind command for the Binding cluster to a group. More...
 
void uic_mqtt_dotdot_binding_publish_unbind_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_binding_command_unbind_fields_t *fields)
 Sends/Publishes a Unbind command for the Binding cluster to a destination. More...
 
void uic_mqtt_dotdot_binding_publish_unbind_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_binding_command_unbind_fields_t *fields)
 Sends/Publishes a Unbind command for the Binding cluster to a group. More...
 
void uic_mqtt_dotdot_binding_publish_bind_to_protocol_controller_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_binding_command_bind_to_protocol_controller_fields_t *fields)
 Sends/Publishes a BindToProtocolController command for the Binding cluster to a destination. More...
 
void uic_mqtt_dotdot_binding_publish_bind_to_protocol_controller_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_binding_command_bind_to_protocol_controller_fields_t *fields)
 Sends/Publishes a BindToProtocolController command for the Binding cluster to a group. More...
 
void uic_mqtt_dotdot_binding_publish_unbind_from_protocol_controller_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_binding_command_unbind_from_protocol_controller_fields_t *fields)
 Sends/Publishes a UnbindFromProtocolController command for the Binding cluster to a destination. More...
 
void uic_mqtt_dotdot_binding_publish_unbind_from_protocol_controller_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_binding_command_unbind_from_protocol_controller_fields_t *fields)
 Sends/Publishes a UnbindFromProtocolController command for the Binding cluster to a group. More...
 
void uic_mqtt_dotdot_application_monitoring_publish_log_entry_command (const dotdot_unid_t destination_unid, const uic_mqtt_dotdot_application_monitoring_command_log_entry_fields_t *fields)
 Sends/Publishes a LogEntry command for the ApplicationMonitoring cluster to a destination. More...
 
void uic_mqtt_dotdot_application_monitoring_publish_log_entry_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_application_monitoring_command_log_entry_fields_t *fields)
 Sends/Publishes a LogEntry command for the ApplicationMonitoring cluster to a group. More...
 
void uic_mqtt_dotdot_configuration_parameters_publish_discover_parameter_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_configuration_parameters_command_discover_parameter_fields_t *fields)
 Sends/Publishes a DiscoverParameter command for the ConfigurationParameters cluster to a destination. More...
 
void uic_mqtt_dotdot_configuration_parameters_publish_discover_parameter_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_configuration_parameters_command_discover_parameter_fields_t *fields)
 Sends/Publishes a DiscoverParameter command for the ConfigurationParameters cluster to a group. More...
 
void uic_mqtt_dotdot_configuration_parameters_publish_default_reset_all_parameters_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a DefaultResetAllParameters command for the ConfigurationParameters cluster to a destination. More...
 
void uic_mqtt_dotdot_configuration_parameters_publish_default_reset_all_parameters_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a DefaultResetAllParameters command for the ConfigurationParameters cluster to a group. More...
 
void uic_mqtt_dotdot_configuration_parameters_publish_set_parameter_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_configuration_parameters_command_set_parameter_fields_t *fields)
 Sends/Publishes a SetParameter command for the ConfigurationParameters cluster to a destination. More...
 
void uic_mqtt_dotdot_configuration_parameters_publish_set_parameter_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_configuration_parameters_command_set_parameter_fields_t *fields)
 Sends/Publishes a SetParameter command for the ConfigurationParameters cluster to a group. More...
 
void uic_mqtt_dotdot_configuration_parameters_publish_discover_parameter_range_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_configuration_parameters_command_discover_parameter_range_fields_t *fields)
 Sends/Publishes a DiscoverParameterRange command for the ConfigurationParameters cluster to a destination. More...
 
void uic_mqtt_dotdot_configuration_parameters_publish_discover_parameter_range_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_configuration_parameters_command_discover_parameter_range_fields_t *fields)
 Sends/Publishes a DiscoverParameterRange command for the ConfigurationParameters cluster to a group. More...
 
void uic_mqtt_dotdot_aox_locator_publish_iq_report_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_aox_locator_command_iq_report_fields_t *fields)
 Sends/Publishes a IQReport command for the AoXLocator cluster to a destination. More...
 
void uic_mqtt_dotdot_aox_locator_publish_iq_report_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_aox_locator_command_iq_report_fields_t *fields)
 Sends/Publishes a IQReport command for the AoXLocator cluster to a group. More...
 
void uic_mqtt_dotdot_aox_locator_publish_angle_report_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_aox_locator_command_angle_report_fields_t *fields)
 Sends/Publishes a AngleReport command for the AoXLocator cluster to a destination. More...
 
void uic_mqtt_dotdot_aox_locator_publish_angle_report_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_aox_locator_command_angle_report_fields_t *fields)
 Sends/Publishes a AngleReport command for the AoXLocator cluster to a group. More...
 
void uic_mqtt_dotdot_aox_locator_publish_angle_correction_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_aox_locator_command_angle_correction_fields_t *fields)
 Sends/Publishes a AngleCorrection command for the AoXLocator cluster to a destination. More...
 
void uic_mqtt_dotdot_aox_locator_publish_angle_correction_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_aox_locator_command_angle_correction_fields_t *fields)
 Sends/Publishes a AngleCorrection command for the AoXLocator cluster to a group. More...
 
void uic_mqtt_dotdot_protocol_controller_network_management_publish_write_command (const dotdot_unid_t destination_unid)
 Sends/Publishes a Write command for the ProtocolController-NetworkManagement cluster to a destination. More...
 
void uic_mqtt_dotdot_protocol_controller_network_management_publish_write_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a Write command for the ProtocolController-NetworkManagement cluster to a group. More...
 
void uic_mqtt_dotdot_unify_fan_control_publish_set_fan_mode_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_unify_fan_control_command_set_fan_mode_fields_t *fields)
 Sends/Publishes a SetFanMode command for the UnifyFanControl cluster to a destination. More...
 
void uic_mqtt_dotdot_unify_fan_control_publish_set_fan_mode_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_unify_fan_control_command_set_fan_mode_fields_t *fields)
 Sends/Publishes a SetFanMode command for the UnifyFanControl cluster to a group. More...
 
void uic_mqtt_dotdot_unify_fan_control_publish_turn_off_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint)
 Sends/Publishes a TurnOff command for the UnifyFanControl cluster to a destination. More...
 
void uic_mqtt_dotdot_unify_fan_control_publish_turn_off_command_to_group (uint16_t destination_group_id)
 Sends/Publishes a TurnOff command for the UnifyFanControl cluster to a group. More...
 
void uic_mqtt_dotdot_unify_humidity_control_publish_mode_set_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_unify_humidity_control_command_mode_set_fields_t *fields)
 Sends/Publishes a ModeSet command for the UnifyHumidityControl cluster to a destination. More...
 
void uic_mqtt_dotdot_unify_humidity_control_publish_mode_set_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_unify_humidity_control_command_mode_set_fields_t *fields)
 Sends/Publishes a ModeSet command for the UnifyHumidityControl cluster to a group. More...
 
void uic_mqtt_dotdot_unify_humidity_control_publish_setpoint_set_command (const dotdot_unid_t destination_unid, const dotdot_endpoint_id_t destination_endpoint, const uic_mqtt_dotdot_unify_humidity_control_command_setpoint_set_fields_t *fields)
 Sends/Publishes a SetpointSet command for the UnifyHumidityControl cluster to a destination. More...
 
void uic_mqtt_dotdot_unify_humidity_control_publish_setpoint_set_command_to_group (uint16_t destination_group_id, const uic_mqtt_dotdot_unify_humidity_control_command_setpoint_set_fields_t *fields)
 Sends/Publishes a SetpointSet command for the UnifyHumidityControl cluster to a group. More...