ZCL Command Parsers#

Application Framework command parsing functions reference.

This document describes the generated parsing functions that are used to parse over-the-air payload into the corresponding structs.

Functions#

zcl_decode_basic_cluster_get_locales_supported_command(EmberAfClusterCommand *cmd, sl_zcl_basic_cluster_get_locales_supported_command_t *cmd_struct)

Parser function for "GetLocalesSupported" ZCL command from "Basic" cluster.

zcl_decode_basic_cluster_get_locales_supported_response_command(EmberAfClusterCommand *cmd, sl_zcl_basic_cluster_get_locales_supported_response_command_t *cmd_struct)

Parser function for "GetLocalesSupportedResponse" ZCL command from "Basic" cluster.

zcl_decode_identify_cluster_identify_command(EmberAfClusterCommand *cmd, sl_zcl_identify_cluster_identify_command_t *cmd_struct)

Parser function for "Identify" ZCL command from "Identify" cluster.

zcl_decode_identify_cluster_ez_mode_invoke_command(EmberAfClusterCommand *cmd, sl_zcl_identify_cluster_ez_mode_invoke_command_t *cmd_struct)

Parser function for "EZModeInvoke" ZCL command from "Identify" cluster.

zcl_decode_identify_cluster_update_commission_state_command(EmberAfClusterCommand *cmd, sl_zcl_identify_cluster_update_commission_state_command_t *cmd_struct)

Parser function for "UpdateCommissionState" ZCL command from "Identify" cluster.

zcl_decode_identify_cluster_trigger_effect_command(EmberAfClusterCommand *cmd, sl_zcl_identify_cluster_trigger_effect_command_t *cmd_struct)

Parser function for "TriggerEffect" ZCL command from "Identify" cluster.

zcl_decode_identify_cluster_identify_query_response_command(EmberAfClusterCommand *cmd, sl_zcl_identify_cluster_identify_query_response_command_t *cmd_struct)

Parser function for "IdentifyQueryResponse" ZCL command from "Identify" cluster.

zcl_decode_groups_cluster_add_group_command(EmberAfClusterCommand *cmd, sl_zcl_groups_cluster_add_group_command_t *cmd_struct)

Parser function for "AddGroup" ZCL command from "Groups" cluster.

zcl_decode_groups_cluster_view_group_command(EmberAfClusterCommand *cmd, sl_zcl_groups_cluster_view_group_command_t *cmd_struct)

Parser function for "ViewGroup" ZCL command from "Groups" cluster.

zcl_decode_groups_cluster_get_group_membership_command(EmberAfClusterCommand *cmd, sl_zcl_groups_cluster_get_group_membership_command_t *cmd_struct)

Parser function for "GetGroupMembership" ZCL command from "Groups" cluster.

zcl_decode_groups_cluster_remove_group_command(EmberAfClusterCommand *cmd, sl_zcl_groups_cluster_remove_group_command_t *cmd_struct)

Parser function for "RemoveGroup" ZCL command from "Groups" cluster.

zcl_decode_groups_cluster_add_group_if_identifying_command(EmberAfClusterCommand *cmd, sl_zcl_groups_cluster_add_group_if_identifying_command_t *cmd_struct)

Parser function for "AddGroupIfIdentifying" ZCL command from "Groups" cluster.

zcl_decode_groups_cluster_add_group_response_command(EmberAfClusterCommand *cmd, sl_zcl_groups_cluster_add_group_response_command_t *cmd_struct)

Parser function for "AddGroupResponse" ZCL command from "Groups" cluster.

zcl_decode_groups_cluster_view_group_response_command(EmberAfClusterCommand *cmd, sl_zcl_groups_cluster_view_group_response_command_t *cmd_struct)

Parser function for "ViewGroupResponse" ZCL command from "Groups" cluster.

zcl_decode_groups_cluster_get_group_membership_response_command(EmberAfClusterCommand *cmd, sl_zcl_groups_cluster_get_group_membership_response_command_t *cmd_struct)

Parser function for "GetGroupMembershipResponse" ZCL command from "Groups" cluster.

zcl_decode_groups_cluster_remove_group_response_command(EmberAfClusterCommand *cmd, sl_zcl_groups_cluster_remove_group_response_command_t *cmd_struct)

Parser function for "RemoveGroupResponse" ZCL command from "Groups" cluster.

zcl_decode_scenes_cluster_add_scene_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_add_scene_command_t *cmd_struct)

Parser function for "AddScene" ZCL command from "Scenes" cluster.

zcl_decode_scenes_cluster_view_scene_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_view_scene_command_t *cmd_struct)

Parser function for "ViewScene" ZCL command from "Scenes" cluster.

zcl_decode_scenes_cluster_remove_scene_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_remove_scene_command_t *cmd_struct)

Parser function for "RemoveScene" ZCL command from "Scenes" cluster.

zcl_decode_scenes_cluster_remove_all_scenes_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_remove_all_scenes_command_t *cmd_struct)

Parser function for "RemoveAllScenes" ZCL command from "Scenes" cluster.

zcl_decode_scenes_cluster_store_scene_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_store_scene_command_t *cmd_struct)

Parser function for "StoreScene" ZCL command from "Scenes" cluster.

zcl_decode_scenes_cluster_recall_scene_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_recall_scene_command_t *cmd_struct)

Parser function for "RecallScene" ZCL command from "Scenes" cluster.

zcl_decode_scenes_cluster_get_scene_membership_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_get_scene_membership_command_t *cmd_struct)

Parser function for "GetSceneMembership" ZCL command from "Scenes" cluster.

zcl_decode_scenes_cluster_enhanced_add_scene_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_enhanced_add_scene_command_t *cmd_struct)

Parser function for "EnhancedAddScene" ZCL command from "Scenes" cluster.

zcl_decode_scenes_cluster_enhanced_view_scene_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_enhanced_view_scene_command_t *cmd_struct)

Parser function for "EnhancedViewScene" ZCL command from "Scenes" cluster.

zcl_decode_scenes_cluster_copy_scene_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_copy_scene_command_t *cmd_struct)

Parser function for "CopyScene" ZCL command from "Scenes" cluster.

zcl_decode_scenes_cluster_add_scene_response_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_add_scene_response_command_t *cmd_struct)

Parser function for "AddSceneResponse" ZCL command from "Scenes" cluster.

zcl_decode_scenes_cluster_view_scene_response_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_view_scene_response_command_t *cmd_struct)

Parser function for "ViewSceneResponse" ZCL command from "Scenes" cluster.

zcl_decode_scenes_cluster_remove_scene_response_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_remove_scene_response_command_t *cmd_struct)

Parser function for "RemoveSceneResponse" ZCL command from "Scenes" cluster.

zcl_decode_scenes_cluster_remove_all_scenes_response_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_remove_all_scenes_response_command_t *cmd_struct)

Parser function for "RemoveAllScenesResponse" ZCL command from "Scenes" cluster.

zcl_decode_scenes_cluster_store_scene_response_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_store_scene_response_command_t *cmd_struct)

Parser function for "StoreSceneResponse" ZCL command from "Scenes" cluster.

zcl_decode_scenes_cluster_get_scene_membership_response_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_get_scene_membership_response_command_t *cmd_struct)

Parser function for "GetSceneMembershipResponse" ZCL command from "Scenes" cluster.

zcl_decode_scenes_cluster_enhanced_add_scene_response_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_enhanced_add_scene_response_command_t *cmd_struct)

Parser function for "EnhancedAddSceneResponse" ZCL command from "Scenes" cluster.

zcl_decode_scenes_cluster_enhanced_view_scene_response_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_enhanced_view_scene_response_command_t *cmd_struct)

Parser function for "EnhancedViewSceneResponse" ZCL command from "Scenes" cluster.

zcl_decode_scenes_cluster_copy_scene_response_command(EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_copy_scene_response_command_t *cmd_struct)

Parser function for "CopySceneResponse" ZCL command from "Scenes" cluster.

zcl_decode_on_off_cluster_off_with_effect_command(EmberAfClusterCommand *cmd, sl_zcl_on_off_cluster_off_with_effect_command_t *cmd_struct)

Parser function for "OffWithEffect" ZCL command from "On/off" cluster.

zcl_decode_on_off_cluster_on_with_timed_off_command(EmberAfClusterCommand *cmd, sl_zcl_on_off_cluster_on_with_timed_off_command_t *cmd_struct)

Parser function for "OnWithTimedOff" ZCL command from "On/off" cluster.

zcl_decode_level_control_cluster_move_to_level_command(EmberAfClusterCommand *cmd, sl_zcl_level_control_cluster_move_to_level_command_t *cmd_struct)

Parser function for "MoveToLevel" ZCL command from "Level Control" cluster.

zcl_decode_level_control_cluster_move_command(EmberAfClusterCommand *cmd, sl_zcl_level_control_cluster_move_command_t *cmd_struct)

Parser function for "Move" ZCL command from "Level Control" cluster.

zcl_decode_level_control_cluster_step_command(EmberAfClusterCommand *cmd, sl_zcl_level_control_cluster_step_command_t *cmd_struct)

Parser function for "Step" ZCL command from "Level Control" cluster.

zcl_decode_level_control_cluster_stop_command(EmberAfClusterCommand *cmd, sl_zcl_level_control_cluster_stop_command_t *cmd_struct)

Parser function for "Stop" ZCL command from "Level Control" cluster.

zcl_decode_level_control_cluster_move_to_level_with_on_off_command(EmberAfClusterCommand *cmd, sl_zcl_level_control_cluster_move_to_level_with_on_off_command_t *cmd_struct)

Parser function for "MoveToLevelWithOnOff" ZCL command from "Level Control" cluster.

zcl_decode_level_control_cluster_move_with_on_off_command(EmberAfClusterCommand *cmd, sl_zcl_level_control_cluster_move_with_on_off_command_t *cmd_struct)

Parser function for "MoveWithOnOff" ZCL command from "Level Control" cluster.

zcl_decode_level_control_cluster_step_with_on_off_command(EmberAfClusterCommand *cmd, sl_zcl_level_control_cluster_step_with_on_off_command_t *cmd_struct)

Parser function for "StepWithOnOff" ZCL command from "Level Control" cluster.

zcl_decode_level_control_cluster_move_to_closest_frequency_command(EmberAfClusterCommand *cmd, sl_zcl_level_control_cluster_move_to_closest_frequency_command_t *cmd_struct)

Parser function for "MoveToClosestFrequency" ZCL command from "Level Control" cluster.

zcl_decode_alarms_cluster_reset_alarm_command(EmberAfClusterCommand *cmd, sl_zcl_alarms_cluster_reset_alarm_command_t *cmd_struct)

Parser function for "ResetAlarm" ZCL command from "Alarms" cluster.

zcl_decode_alarms_cluster_alarm_command(EmberAfClusterCommand *cmd, sl_zcl_alarms_cluster_alarm_command_t *cmd_struct)

Parser function for "Alarm" ZCL command from "Alarms" cluster.

zcl_decode_alarms_cluster_get_alarm_response_command(EmberAfClusterCommand *cmd, sl_zcl_alarms_cluster_get_alarm_response_command_t *cmd_struct)

Parser function for "GetAlarmResponse" ZCL command from "Alarms" cluster.

zcl_decode_rssi_location_cluster_set_absolute_location_command(EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_set_absolute_location_command_t *cmd_struct)

Parser function for "SetAbsoluteLocation" ZCL command from "RSSI Location" cluster.

zcl_decode_rssi_location_cluster_set_device_configuration_command(EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_set_device_configuration_command_t *cmd_struct)

Parser function for "SetDeviceConfiguration" ZCL command from "RSSI Location" cluster.

zcl_decode_rssi_location_cluster_get_device_configuration_command(EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_get_device_configuration_command_t *cmd_struct)

Parser function for "GetDeviceConfiguration" ZCL command from "RSSI Location" cluster.

zcl_decode_rssi_location_cluster_get_location_data_command(EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_get_location_data_command_t *cmd_struct)

Parser function for "GetLocationData" ZCL command from "RSSI Location" cluster.

zcl_decode_rssi_location_cluster_rssi_response_command(EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_rssi_response_command_t *cmd_struct)

Parser function for "RssiResponse" ZCL command from "RSSI Location" cluster.

zcl_decode_rssi_location_cluster_send_pings_command(EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_send_pings_command_t *cmd_struct)

Parser function for "SendPings" ZCL command from "RSSI Location" cluster.

zcl_decode_rssi_location_cluster_anchor_node_announce_command(EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_anchor_node_announce_command_t *cmd_struct)

Parser function for "AnchorNodeAnnounce" ZCL command from "RSSI Location" cluster.

zcl_decode_rssi_location_cluster_device_configuration_response_command(EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_device_configuration_response_command_t *cmd_struct)

Parser function for "DeviceConfigurationResponse" ZCL command from "RSSI Location" cluster.

zcl_decode_rssi_location_cluster_location_data_response_command(EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_location_data_response_command_t *cmd_struct)

Parser function for "LocationDataResponse" ZCL command from "RSSI Location" cluster.

zcl_decode_rssi_location_cluster_location_data_notification_command(EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_location_data_notification_command_t *cmd_struct)

Parser function for "LocationDataNotification" ZCL command from "RSSI Location" cluster.

zcl_decode_rssi_location_cluster_compact_location_data_notification_command(EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_compact_location_data_notification_command_t *cmd_struct)

Parser function for "CompactLocationDataNotification" ZCL command from "RSSI Location" cluster.

zcl_decode_rssi_location_cluster_rssi_ping_command(EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_rssi_ping_command_t *cmd_struct)

Parser function for "RssiPing" ZCL command from "RSSI Location" cluster.

zcl_decode_rssi_location_cluster_report_rssi_measurements_command(EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_report_rssi_measurements_command_t *cmd_struct)

Parser function for "ReportRssiMeasurements" ZCL command from "RSSI Location" cluster.

zcl_decode_rssi_location_cluster_request_own_location_command(EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_request_own_location_command_t *cmd_struct)

Parser function for "RequestOwnLocation" ZCL command from "RSSI Location" cluster.

zcl_decode_commissioning_cluster_restart_device_command(EmberAfClusterCommand *cmd, sl_zcl_commissioning_cluster_restart_device_command_t *cmd_struct)

Parser function for "RestartDevice" ZCL command from "Commissioning" cluster.

zcl_decode_commissioning_cluster_save_startup_parameters_command(EmberAfClusterCommand *cmd, sl_zcl_commissioning_cluster_save_startup_parameters_command_t *cmd_struct)

Parser function for "SaveStartupParameters" ZCL command from "Commissioning" cluster.

zcl_decode_commissioning_cluster_restore_startup_parameters_command(EmberAfClusterCommand *cmd, sl_zcl_commissioning_cluster_restore_startup_parameters_command_t *cmd_struct)

Parser function for "RestoreStartupParameters" ZCL command from "Commissioning" cluster.

zcl_decode_commissioning_cluster_reset_startup_parameters_command(EmberAfClusterCommand *cmd, sl_zcl_commissioning_cluster_reset_startup_parameters_command_t *cmd_struct)

Parser function for "ResetStartupParameters" ZCL command from "Commissioning" cluster.

zcl_decode_commissioning_cluster_restart_device_response_command(EmberAfClusterCommand *cmd, sl_zcl_commissioning_cluster_restart_device_response_command_t *cmd_struct)

Parser function for "RestartDeviceResponse" ZCL command from "Commissioning" cluster.

zcl_decode_commissioning_cluster_save_startup_parameters_response_command(EmberAfClusterCommand *cmd, sl_zcl_commissioning_cluster_save_startup_parameters_response_command_t *cmd_struct)

Parser function for "SaveStartupParametersResponse" ZCL command from "Commissioning" cluster.

zcl_decode_commissioning_cluster_restore_startup_parameters_response_command(EmberAfClusterCommand *cmd, sl_zcl_commissioning_cluster_restore_startup_parameters_response_command_t *cmd_struct)

Parser function for "RestoreStartupParametersResponse" ZCL command from "Commissioning" cluster.

zcl_decode_commissioning_cluster_reset_startup_parameters_response_command(EmberAfClusterCommand *cmd, sl_zcl_commissioning_cluster_reset_startup_parameters_response_command_t *cmd_struct)

Parser function for "ResetStartupParametersResponse" ZCL command from "Commissioning" cluster.

zcl_decode_partition_cluster_transfer_partitioned_frame_command(EmberAfClusterCommand *cmd, sl_zcl_partition_cluster_transfer_partitioned_frame_command_t *cmd_struct)

Parser function for "TransferPartitionedFrame" ZCL command from "Partition" cluster.

zcl_decode_partition_cluster_read_handshake_param_command(EmberAfClusterCommand *cmd, sl_zcl_partition_cluster_read_handshake_param_command_t *cmd_struct)

Parser function for "ReadHandshakeParam" ZCL command from "Partition" cluster.

zcl_decode_partition_cluster_write_handshake_param_command(EmberAfClusterCommand *cmd, sl_zcl_partition_cluster_write_handshake_param_command_t *cmd_struct)

Parser function for "WriteHandshakeParam" ZCL command from "Partition" cluster.

zcl_decode_partition_cluster_multiple_ack_command(EmberAfClusterCommand *cmd, sl_zcl_partition_cluster_multiple_ack_command_t *cmd_struct)

Parser function for "MultipleAck" ZCL command from "Partition" cluster.

zcl_decode_partition_cluster_read_handshake_param_response_command(EmberAfClusterCommand *cmd, sl_zcl_partition_cluster_read_handshake_param_response_command_t *cmd_struct)

Parser function for "ReadHandshakeParamResponse" ZCL command from "Partition" cluster.

zcl_decode_over_the_air_bootloading_cluster_query_next_image_request_command(EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_query_next_image_request_command_t *cmd_struct)

Parser function for "QueryNextImageRequest" ZCL command from "Over the Air Bootloading" cluster.

zcl_decode_over_the_air_bootloading_cluster_image_block_request_command(EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_image_block_request_command_t *cmd_struct)

Parser function for "ImageBlockRequest" ZCL command from "Over the Air Bootloading" cluster.

zcl_decode_over_the_air_bootloading_cluster_image_page_request_command(EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_image_page_request_command_t *cmd_struct)

Parser function for "ImagePageRequest" ZCL command from "Over the Air Bootloading" cluster.

zcl_decode_over_the_air_bootloading_cluster_upgrade_end_request_command(EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_upgrade_end_request_command_t *cmd_struct)

Parser function for "UpgradeEndRequest" ZCL command from "Over the Air Bootloading" cluster.

zcl_decode_over_the_air_bootloading_cluster_query_specific_file_request_command(EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_query_specific_file_request_command_t *cmd_struct)

Parser function for "QuerySpecificFileRequest" ZCL command from "Over the Air Bootloading" cluster.

zcl_decode_over_the_air_bootloading_cluster_image_notify_command(EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_image_notify_command_t *cmd_struct)

Parser function for "ImageNotify" ZCL command from "Over the Air Bootloading" cluster.

zcl_decode_over_the_air_bootloading_cluster_query_next_image_response_command(EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_query_next_image_response_command_t *cmd_struct)

Parser function for "QueryNextImageResponse" ZCL command from "Over the Air Bootloading" cluster.

zcl_decode_over_the_air_bootloading_cluster_image_block_response_command(EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_image_block_response_command_t *cmd_struct)

Parser function for "ImageBlockResponse" ZCL command from "Over the Air Bootloading" cluster.

zcl_decode_over_the_air_bootloading_cluster_upgrade_end_response_command(EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_upgrade_end_response_command_t *cmd_struct)

Parser function for "UpgradeEndResponse" ZCL command from "Over the Air Bootloading" cluster.

zcl_decode_over_the_air_bootloading_cluster_query_specific_file_response_command(EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_query_specific_file_response_command_t *cmd_struct)

Parser function for "QuerySpecificFileResponse" ZCL command from "Over the Air Bootloading" cluster.

zcl_decode_power_profile_cluster_power_profile_request_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_power_profile_request_command_t *cmd_struct)

Parser function for "PowerProfileRequest" ZCL command from "Power Profile" cluster.

zcl_decode_power_profile_cluster_get_power_profile_price_response_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_get_power_profile_price_response_command_t *cmd_struct)

Parser function for "GetPowerProfilePriceResponse" ZCL command from "Power Profile" cluster.

zcl_decode_power_profile_cluster_get_overall_schedule_price_response_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_get_overall_schedule_price_response_command_t *cmd_struct)

Parser function for "GetOverallSchedulePriceResponse" ZCL command from "Power Profile" cluster.

zcl_decode_power_profile_cluster_energy_phases_schedule_notification_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_energy_phases_schedule_notification_command_t *cmd_struct)

Parser function for "EnergyPhasesScheduleNotification" ZCL command from "Power Profile" cluster.

zcl_decode_power_profile_cluster_energy_phases_schedule_response_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_energy_phases_schedule_response_command_t *cmd_struct)

Parser function for "EnergyPhasesScheduleResponse" ZCL command from "Power Profile" cluster.

zcl_decode_power_profile_cluster_power_profile_schedule_constraints_request_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_power_profile_schedule_constraints_request_command_t *cmd_struct)

Parser function for "PowerProfileScheduleConstraintsRequest" ZCL command from "Power Profile" cluster.

zcl_decode_power_profile_cluster_energy_phases_schedule_state_request_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_energy_phases_schedule_state_request_command_t *cmd_struct)

Parser function for "EnergyPhasesScheduleStateRequest" ZCL command from "Power Profile" cluster.

zcl_decode_power_profile_cluster_get_power_profile_price_extended_response_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_get_power_profile_price_extended_response_command_t *cmd_struct)

Parser function for "GetPowerProfilePriceExtendedResponse" ZCL command from "Power Profile" cluster.

zcl_decode_power_profile_cluster_power_profile_notification_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_power_profile_notification_command_t *cmd_struct)

Parser function for "PowerProfileNotification" ZCL command from "Power Profile" cluster.

zcl_decode_power_profile_cluster_power_profile_response_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_power_profile_response_command_t *cmd_struct)

Parser function for "PowerProfileResponse" ZCL command from "Power Profile" cluster.

zcl_decode_power_profile_cluster_power_profile_state_response_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_power_profile_state_response_command_t *cmd_struct)

Parser function for "PowerProfileStateResponse" ZCL command from "Power Profile" cluster.

zcl_decode_power_profile_cluster_get_power_profile_price_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_get_power_profile_price_command_t *cmd_struct)

Parser function for "GetPowerProfilePrice" ZCL command from "Power Profile" cluster.

zcl_decode_power_profile_cluster_power_profiles_state_notification_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_power_profiles_state_notification_command_t *cmd_struct)

Parser function for "PowerProfilesStateNotification" ZCL command from "Power Profile" cluster.

zcl_decode_power_profile_cluster_energy_phases_schedule_request_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_energy_phases_schedule_request_command_t *cmd_struct)

Parser function for "EnergyPhasesScheduleRequest" ZCL command from "Power Profile" cluster.

zcl_decode_power_profile_cluster_energy_phases_schedule_state_response_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_energy_phases_schedule_state_response_command_t *cmd_struct)

Parser function for "EnergyPhasesScheduleStateResponse" ZCL command from "Power Profile" cluster.

zcl_decode_power_profile_cluster_energy_phases_schedule_state_notification_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_energy_phases_schedule_state_notification_command_t *cmd_struct)

Parser function for "EnergyPhasesScheduleStateNotification" ZCL command from "Power Profile" cluster.

zcl_decode_power_profile_cluster_power_profile_schedule_constraints_notification_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_power_profile_schedule_constraints_notification_command_t *cmd_struct)

Parser function for "PowerProfileScheduleConstraintsNotification" ZCL command from "Power Profile" cluster.

zcl_decode_power_profile_cluster_power_profile_schedule_constraints_response_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_power_profile_schedule_constraints_response_command_t *cmd_struct)

Parser function for "PowerProfileScheduleConstraintsResponse" ZCL command from "Power Profile" cluster.

zcl_decode_power_profile_cluster_get_power_profile_price_extended_command(EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_get_power_profile_price_extended_command_t *cmd_struct)

Parser function for "GetPowerProfilePriceExtended" ZCL command from "Power Profile" cluster.

zcl_decode_appliance_control_cluster_execution_of_a_command_command(EmberAfClusterCommand *cmd, sl_zcl_appliance_control_cluster_execution_of_a_command_command_t *cmd_struct)

Parser function for "ExecutionOfACommand" ZCL command from "Appliance Control" cluster.

zcl_decode_appliance_control_cluster_write_functions_command(EmberAfClusterCommand *cmd, sl_zcl_appliance_control_cluster_write_functions_command_t *cmd_struct)

Parser function for "WriteFunctions" ZCL command from "Appliance Control" cluster.

zcl_decode_appliance_control_cluster_overload_warning_command(EmberAfClusterCommand *cmd, sl_zcl_appliance_control_cluster_overload_warning_command_t *cmd_struct)

Parser function for "OverloadWarning" ZCL command from "Appliance Control" cluster.

zcl_decode_appliance_control_cluster_signal_state_response_command(EmberAfClusterCommand *cmd, sl_zcl_appliance_control_cluster_signal_state_response_command_t *cmd_struct)

Parser function for "SignalStateResponse" ZCL command from "Appliance Control" cluster.

zcl_decode_appliance_control_cluster_signal_state_notification_command(EmberAfClusterCommand *cmd, sl_zcl_appliance_control_cluster_signal_state_notification_command_t *cmd_struct)

Parser function for "SignalStateNotification" ZCL command from "Appliance Control" cluster.

zcl_decode_poll_control_cluster_check_in_response_command(EmberAfClusterCommand *cmd, sl_zcl_poll_control_cluster_check_in_response_command_t *cmd_struct)

Parser function for "CheckInResponse" ZCL command from "Poll Control" cluster.

zcl_decode_poll_control_cluster_set_long_poll_interval_command(EmberAfClusterCommand *cmd, sl_zcl_poll_control_cluster_set_long_poll_interval_command_t *cmd_struct)

Parser function for "SetLongPollInterval" ZCL command from "Poll Control" cluster.

zcl_decode_poll_control_cluster_set_short_poll_interval_command(EmberAfClusterCommand *cmd, sl_zcl_poll_control_cluster_set_short_poll_interval_command_t *cmd_struct)

Parser function for "SetShortPollInterval" ZCL command from "Poll Control" cluster.

zcl_decode_green_power_cluster_gp_notification_command(EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_notification_command_t *cmd_struct)

Parser function for "GpNotification" ZCL command from "Green Power" cluster.

zcl_decode_green_power_cluster_gp_pairing_search_command(EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_pairing_search_command_t *cmd_struct)

Parser function for "GpPairingSearch" ZCL command from "Green Power" cluster.

zcl_decode_green_power_cluster_gp_tunneling_stop_command(EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_tunneling_stop_command_t *cmd_struct)

Parser function for "GpTunnelingStop" ZCL command from "Green Power" cluster.

zcl_decode_green_power_cluster_gp_commissioning_notification_command(EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_commissioning_notification_command_t *cmd_struct)

Parser function for "GpCommissioningNotification" ZCL command from "Green Power" cluster.

zcl_decode_green_power_cluster_gp_sink_commissioning_mode_command(EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_sink_commissioning_mode_command_t *cmd_struct)

Parser function for "GpSinkCommissioningMode" ZCL command from "Green Power" cluster.

zcl_decode_green_power_cluster_gp_translation_table_update_command(EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_translation_table_update_command_t *cmd_struct)

Parser function for "GpTranslationTableUpdate" ZCL command from "Green Power" cluster.

zcl_decode_green_power_cluster_gp_translation_table_request_command(EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_translation_table_request_command_t *cmd_struct)

Parser function for "GpTranslationTableRequest" ZCL command from "Green Power" cluster.

zcl_decode_green_power_cluster_gp_pairing_configuration_command(EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_pairing_configuration_command_t *cmd_struct)

Parser function for "GpPairingConfiguration" ZCL command from "Green Power" cluster.

zcl_decode_green_power_cluster_gp_sink_table_request_command(EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_sink_table_request_command_t *cmd_struct)

Parser function for "GpSinkTableRequest" ZCL command from "Green Power" cluster.

zcl_decode_green_power_cluster_gp_proxy_table_response_command(EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_proxy_table_response_command_t *cmd_struct)

Parser function for "GpProxyTableResponse" ZCL command from "Green Power" cluster.

zcl_decode_green_power_cluster_gp_notification_response_command(EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_notification_response_command_t *cmd_struct)

Parser function for "GpNotificationResponse" ZCL command from "Green Power" cluster.

zcl_decode_green_power_cluster_gp_pairing_command(EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_pairing_command_t *cmd_struct)

Parser function for "GpPairing" ZCL command from "Green Power" cluster.

zcl_decode_green_power_cluster_gp_proxy_commissioning_mode_command(EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_proxy_commissioning_mode_command_t *cmd_struct)

Parser function for "GpProxyCommissioningMode" ZCL command from "Green Power" cluster.

zcl_decode_green_power_cluster_gp_response_command(EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_response_command_t *cmd_struct)

Parser function for "GpResponse" ZCL command from "Green Power" cluster.

zcl_decode_green_power_cluster_gp_translation_table_response_command(EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_translation_table_response_command_t *cmd_struct)

Parser function for "GpTranslationTableResponse" ZCL command from "Green Power" cluster.

zcl_decode_green_power_cluster_gp_sink_table_response_command(EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_sink_table_response_command_t *cmd_struct)

Parser function for "GpSinkTableResponse" ZCL command from "Green Power" cluster.

zcl_decode_green_power_cluster_gp_proxy_table_request_command(EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_proxy_table_request_command_t *cmd_struct)

Parser function for "GpProxyTableRequest" ZCL command from "Green Power" cluster.

zcl_decode_door_lock_cluster_lock_door_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_lock_door_command_t *cmd_struct)

Parser function for "LockDoor" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_unlock_door_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_unlock_door_command_t *cmd_struct)

Parser function for "UnlockDoor" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_toggle_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_toggle_command_t *cmd_struct)

Parser function for "Toggle" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_unlock_with_timeout_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_unlock_with_timeout_command_t *cmd_struct)

Parser function for "UnlockWithTimeout" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_get_log_record_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_log_record_command_t *cmd_struct)

Parser function for "GetLogRecord" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_set_pin_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_pin_command_t *cmd_struct)

Parser function for "SetPin" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_get_pin_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_pin_command_t *cmd_struct)

Parser function for "GetPin" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_clear_pin_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_pin_command_t *cmd_struct)

Parser function for "ClearPin" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_set_user_status_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_user_status_command_t *cmd_struct)

Parser function for "SetUserStatus" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_get_user_status_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_user_status_command_t *cmd_struct)

Parser function for "GetUserStatus" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_set_weekday_schedule_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_weekday_schedule_command_t *cmd_struct)

Parser function for "SetWeekdaySchedule" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_get_weekday_schedule_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_weekday_schedule_command_t *cmd_struct)

Parser function for "GetWeekdaySchedule" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_clear_weekday_schedule_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_weekday_schedule_command_t *cmd_struct)

Parser function for "ClearWeekdaySchedule" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_set_yearday_schedule_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_yearday_schedule_command_t *cmd_struct)

Parser function for "SetYeardaySchedule" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_get_yearday_schedule_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_yearday_schedule_command_t *cmd_struct)

Parser function for "GetYeardaySchedule" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_clear_yearday_schedule_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_yearday_schedule_command_t *cmd_struct)

Parser function for "ClearYeardaySchedule" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_set_holiday_schedule_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_holiday_schedule_command_t *cmd_struct)

Parser function for "SetHolidaySchedule" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_get_holiday_schedule_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_holiday_schedule_command_t *cmd_struct)

Parser function for "GetHolidaySchedule" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_clear_holiday_schedule_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_holiday_schedule_command_t *cmd_struct)

Parser function for "ClearHolidaySchedule" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_set_user_type_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_user_type_command_t *cmd_struct)

Parser function for "SetUserType" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_get_user_type_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_user_type_command_t *cmd_struct)

Parser function for "GetUserType" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_set_rfid_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_rfid_command_t *cmd_struct)

Parser function for "SetRfid" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_get_rfid_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_rfid_command_t *cmd_struct)

Parser function for "GetRfid" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_clear_rfid_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_rfid_command_t *cmd_struct)

Parser function for "ClearRfid" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_set_disposable_schedule_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_disposable_schedule_command_t *cmd_struct)

Parser function for "SetDisposableSchedule" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_get_disposable_schedule_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_disposable_schedule_command_t *cmd_struct)

Parser function for "GetDisposableSchedule" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_clear_disposable_schedule_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_disposable_schedule_command_t *cmd_struct)

Parser function for "ClearDisposableSchedule" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_clear_biometric_credential_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_biometric_credential_command_t *cmd_struct)

Parser function for "ClearBiometricCredential" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_lock_door_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_lock_door_response_command_t *cmd_struct)

Parser function for "LockDoorResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_unlock_door_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_unlock_door_response_command_t *cmd_struct)

Parser function for "UnlockDoorResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_toggle_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_toggle_response_command_t *cmd_struct)

Parser function for "ToggleResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_unlock_with_timeout_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_unlock_with_timeout_response_command_t *cmd_struct)

Parser function for "UnlockWithTimeoutResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_get_log_record_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_log_record_response_command_t *cmd_struct)

Parser function for "GetLogRecordResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_set_pin_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_pin_response_command_t *cmd_struct)

Parser function for "SetPinResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_get_pin_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_pin_response_command_t *cmd_struct)

Parser function for "GetPinResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_clear_pin_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_pin_response_command_t *cmd_struct)

Parser function for "ClearPinResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_clear_all_pins_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_all_pins_response_command_t *cmd_struct)

Parser function for "ClearAllPinsResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_set_user_status_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_user_status_response_command_t *cmd_struct)

Parser function for "SetUserStatusResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_get_user_status_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_user_status_response_command_t *cmd_struct)

Parser function for "GetUserStatusResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_set_weekday_schedule_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_weekday_schedule_response_command_t *cmd_struct)

Parser function for "SetWeekdayScheduleResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_get_weekday_schedule_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_weekday_schedule_response_command_t *cmd_struct)

Parser function for "GetWeekdayScheduleResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_clear_weekday_schedule_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_weekday_schedule_response_command_t *cmd_struct)

Parser function for "ClearWeekdayScheduleResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_set_yearday_schedule_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_yearday_schedule_response_command_t *cmd_struct)

Parser function for "SetYeardayScheduleResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_get_yearday_schedule_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_yearday_schedule_response_command_t *cmd_struct)

Parser function for "GetYeardayScheduleResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_clear_yearday_schedule_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_yearday_schedule_response_command_t *cmd_struct)

Parser function for "ClearYeardayScheduleResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_set_holiday_schedule_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_holiday_schedule_response_command_t *cmd_struct)

Parser function for "SetHolidayScheduleResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_get_holiday_schedule_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_holiday_schedule_response_command_t *cmd_struct)

Parser function for "GetHolidayScheduleResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_clear_holiday_schedule_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_holiday_schedule_response_command_t *cmd_struct)

Parser function for "ClearHolidayScheduleResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_set_user_type_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_user_type_response_command_t *cmd_struct)

Parser function for "SetUserTypeResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_get_user_type_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_user_type_response_command_t *cmd_struct)

Parser function for "GetUserTypeResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_set_rfid_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_rfid_response_command_t *cmd_struct)

Parser function for "SetRfidResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_get_rfid_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_rfid_response_command_t *cmd_struct)

Parser function for "GetRfidResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_clear_rfid_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_rfid_response_command_t *cmd_struct)

Parser function for "ClearRfidResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_clear_all_rfids_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_all_rfids_response_command_t *cmd_struct)

Parser function for "ClearAllRfidsResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_set_disposable_schedule_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_disposable_schedule_response_command_t *cmd_struct)

Parser function for "SetDisposableScheduleResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_get_disposable_schedule_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_disposable_schedule_response_command_t *cmd_struct)

Parser function for "GetDisposableScheduleResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_clear_disposable_schedule_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_disposable_schedule_response_command_t *cmd_struct)

Parser function for "ClearDisposableScheduleResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_clear_biometric_credential_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_biometric_credential_response_command_t *cmd_struct)

Parser function for "ClearBiometricCredentialResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_clear_all_biometric_credentials_response_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_all_biometric_credentials_response_command_t *cmd_struct)

Parser function for "ClearAllBiometricCredentialsResponse" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_operation_event_notification_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_operation_event_notification_command_t *cmd_struct)

Parser function for "OperationEventNotification" ZCL command from "Door Lock" cluster.

zcl_decode_door_lock_cluster_programming_event_notification_command(EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_programming_event_notification_command_t *cmd_struct)

Parser function for "ProgrammingEventNotification" ZCL command from "Door Lock" cluster.

zcl_decode_window_covering_cluster_window_covering_go_to_lift_value_command(EmberAfClusterCommand *cmd, sl_zcl_window_covering_cluster_window_covering_go_to_lift_value_command_t *cmd_struct)

Parser function for "WindowCoveringGoToLiftValue" ZCL command from "Window Covering" cluster.

zcl_decode_window_covering_cluster_window_covering_go_to_lift_percentage_command(EmberAfClusterCommand *cmd, sl_zcl_window_covering_cluster_window_covering_go_to_lift_percentage_command_t *cmd_struct)

Parser function for "WindowCoveringGoToLiftPercentage" ZCL command from "Window Covering" cluster.

zcl_decode_window_covering_cluster_window_covering_go_to_tilt_value_command(EmberAfClusterCommand *cmd, sl_zcl_window_covering_cluster_window_covering_go_to_tilt_value_command_t *cmd_struct)

Parser function for "WindowCoveringGoToTiltValue" ZCL command from "Window Covering" cluster.

zcl_decode_window_covering_cluster_window_covering_go_to_tilt_percentage_command(EmberAfClusterCommand *cmd, sl_zcl_window_covering_cluster_window_covering_go_to_tilt_percentage_command_t *cmd_struct)

Parser function for "WindowCoveringGoToTiltPercentage" ZCL command from "Window Covering" cluster.

zcl_decode_barrier_control_cluster_barrier_control_go_to_percent_command(EmberAfClusterCommand *cmd, sl_zcl_barrier_control_cluster_barrier_control_go_to_percent_command_t *cmd_struct)

Parser function for "BarrierControlGoToPercent" ZCL command from "Barrier Control" cluster.

zcl_decode_thermostat_cluster_setpoint_raise_lower_command(EmberAfClusterCommand *cmd, sl_zcl_thermostat_cluster_setpoint_raise_lower_command_t *cmd_struct)

Parser function for "SetpointRaiseLower" ZCL command from "Thermostat" cluster.

zcl_decode_thermostat_cluster_set_weekly_schedule_command(EmberAfClusterCommand *cmd, sl_zcl_thermostat_cluster_set_weekly_schedule_command_t *cmd_struct)

Parser function for "SetWeeklySchedule" ZCL command from "Thermostat" cluster.

zcl_decode_thermostat_cluster_get_weekly_schedule_command(EmberAfClusterCommand *cmd, sl_zcl_thermostat_cluster_get_weekly_schedule_command_t *cmd_struct)

Parser function for "GetWeeklySchedule" ZCL command from "Thermostat" cluster.

zcl_decode_thermostat_cluster_current_weekly_schedule_command(EmberAfClusterCommand *cmd, sl_zcl_thermostat_cluster_current_weekly_schedule_command_t *cmd_struct)

Parser function for "CurrentWeeklySchedule" ZCL command from "Thermostat" cluster.

zcl_decode_thermostat_cluster_relay_status_log_command(EmberAfClusterCommand *cmd, sl_zcl_thermostat_cluster_relay_status_log_command_t *cmd_struct)

Parser function for "RelayStatusLog" ZCL command from "Thermostat" cluster.

zcl_decode_color_control_cluster_move_to_hue_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_move_to_hue_command_t *cmd_struct)

Parser function for "MoveToHue" ZCL command from "Color Control" cluster.

zcl_decode_color_control_cluster_move_hue_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_move_hue_command_t *cmd_struct)

Parser function for "MoveHue" ZCL command from "Color Control" cluster.

zcl_decode_color_control_cluster_step_hue_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_step_hue_command_t *cmd_struct)

Parser function for "StepHue" ZCL command from "Color Control" cluster.

zcl_decode_color_control_cluster_move_to_saturation_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_move_to_saturation_command_t *cmd_struct)

Parser function for "MoveToSaturation" ZCL command from "Color Control" cluster.

zcl_decode_color_control_cluster_move_saturation_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_move_saturation_command_t *cmd_struct)

Parser function for "MoveSaturation" ZCL command from "Color Control" cluster.

zcl_decode_color_control_cluster_step_saturation_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_step_saturation_command_t *cmd_struct)

Parser function for "StepSaturation" ZCL command from "Color Control" cluster.

zcl_decode_color_control_cluster_move_to_hue_and_saturation_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_move_to_hue_and_saturation_command_t *cmd_struct)

Parser function for "MoveToHueAndSaturation" ZCL command from "Color Control" cluster.

zcl_decode_color_control_cluster_move_to_color_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_move_to_color_command_t *cmd_struct)

Parser function for "MoveToColor" ZCL command from "Color Control" cluster.

zcl_decode_color_control_cluster_move_color_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_move_color_command_t *cmd_struct)

Parser function for "MoveColor" ZCL command from "Color Control" cluster.

zcl_decode_color_control_cluster_step_color_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_step_color_command_t *cmd_struct)

Parser function for "StepColor" ZCL command from "Color Control" cluster.

zcl_decode_color_control_cluster_move_to_color_temperature_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_move_to_color_temperature_command_t *cmd_struct)

Parser function for "MoveToColorTemperature" ZCL command from "Color Control" cluster.

zcl_decode_color_control_cluster_enhanced_move_to_hue_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_enhanced_move_to_hue_command_t *cmd_struct)

Parser function for "EnhancedMoveToHue" ZCL command from "Color Control" cluster.

zcl_decode_color_control_cluster_enhanced_move_hue_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_enhanced_move_hue_command_t *cmd_struct)

Parser function for "EnhancedMoveHue" ZCL command from "Color Control" cluster.

zcl_decode_color_control_cluster_enhanced_step_hue_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_enhanced_step_hue_command_t *cmd_struct)

Parser function for "EnhancedStepHue" ZCL command from "Color Control" cluster.

zcl_decode_color_control_cluster_enhanced_move_to_hue_and_saturation_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_enhanced_move_to_hue_and_saturation_command_t *cmd_struct)

Parser function for "EnhancedMoveToHueAndSaturation" ZCL command from "Color Control" cluster.

zcl_decode_color_control_cluster_color_loop_set_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_color_loop_set_command_t *cmd_struct)

Parser function for "ColorLoopSet" ZCL command from "Color Control" cluster.

zcl_decode_color_control_cluster_stop_move_step_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_stop_move_step_command_t *cmd_struct)

Parser function for "StopMoveStep" ZCL command from "Color Control" cluster.

zcl_decode_color_control_cluster_move_color_temperature_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_move_color_temperature_command_t *cmd_struct)

Parser function for "MoveColorTemperature" ZCL command from "Color Control" cluster.

zcl_decode_color_control_cluster_step_color_temperature_command(EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_step_color_temperature_command_t *cmd_struct)

Parser function for "StepColorTemperature" ZCL command from "Color Control" cluster.

zcl_decode_ias_zone_cluster_zone_enroll_response_command(EmberAfClusterCommand *cmd, sl_zcl_ias_zone_cluster_zone_enroll_response_command_t *cmd_struct)

Parser function for "ZoneEnrollResponse" ZCL command from "IAS Zone" cluster.

zcl_decode_ias_zone_cluster_initiate_test_mode_command(EmberAfClusterCommand *cmd, sl_zcl_ias_zone_cluster_initiate_test_mode_command_t *cmd_struct)

Parser function for "InitiateTestMode" ZCL command from "IAS Zone" cluster.

zcl_decode_ias_zone_cluster_zone_status_change_notification_command(EmberAfClusterCommand *cmd, sl_zcl_ias_zone_cluster_zone_status_change_notification_command_t *cmd_struct)

Parser function for "ZoneStatusChangeNotification" ZCL command from "IAS Zone" cluster.

zcl_decode_ias_zone_cluster_zone_enroll_request_command(EmberAfClusterCommand *cmd, sl_zcl_ias_zone_cluster_zone_enroll_request_command_t *cmd_struct)

Parser function for "ZoneEnrollRequest" ZCL command from "IAS Zone" cluster.

zcl_decode_ias_ace_cluster_arm_command(EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_arm_command_t *cmd_struct)

Parser function for "Arm" ZCL command from "IAS ACE" cluster.

zcl_decode_ias_ace_cluster_bypass_command(EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_bypass_command_t *cmd_struct)

Parser function for "Bypass" ZCL command from "IAS ACE" cluster.

zcl_decode_ias_ace_cluster_get_zone_information_command(EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_get_zone_information_command_t *cmd_struct)

Parser function for "GetZoneInformation" ZCL command from "IAS ACE" cluster.

zcl_decode_ias_ace_cluster_get_zone_status_command(EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_get_zone_status_command_t *cmd_struct)

Parser function for "GetZoneStatus" ZCL command from "IAS ACE" cluster.

zcl_decode_ias_ace_cluster_arm_response_command(EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_arm_response_command_t *cmd_struct)

Parser function for "ArmResponse" ZCL command from "IAS ACE" cluster.

zcl_decode_ias_ace_cluster_get_zone_id_map_response_command(EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_get_zone_id_map_response_command_t *cmd_struct)

Parser function for "GetZoneIdMapResponse" ZCL command from "IAS ACE" cluster.

zcl_decode_ias_ace_cluster_get_zone_information_response_command(EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_get_zone_information_response_command_t *cmd_struct)

Parser function for "GetZoneInformationResponse" ZCL command from "IAS ACE" cluster.

zcl_decode_ias_ace_cluster_zone_status_changed_command(EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_zone_status_changed_command_t *cmd_struct)

Parser function for "ZoneStatusChanged" ZCL command from "IAS ACE" cluster.

zcl_decode_ias_ace_cluster_panel_status_changed_command(EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_panel_status_changed_command_t *cmd_struct)

Parser function for "PanelStatusChanged" ZCL command from "IAS ACE" cluster.

zcl_decode_ias_ace_cluster_get_panel_status_response_command(EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_get_panel_status_response_command_t *cmd_struct)

Parser function for "GetPanelStatusResponse" ZCL command from "IAS ACE" cluster.

zcl_decode_ias_ace_cluster_set_bypassed_zone_list_command(EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_set_bypassed_zone_list_command_t *cmd_struct)

Parser function for "SetBypassedZoneList" ZCL command from "IAS ACE" cluster.

zcl_decode_ias_ace_cluster_bypass_response_command(EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_bypass_response_command_t *cmd_struct)

Parser function for "BypassResponse" ZCL command from "IAS ACE" cluster.

zcl_decode_ias_ace_cluster_get_zone_status_response_command(EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_get_zone_status_response_command_t *cmd_struct)

Parser function for "GetZoneStatusResponse" ZCL command from "IAS ACE" cluster.

zcl_decode_ias_wd_cluster_start_warning_command(EmberAfClusterCommand *cmd, sl_zcl_ias_wd_cluster_start_warning_command_t *cmd_struct)

Parser function for "StartWarning" ZCL command from "IAS WD" cluster.

zcl_decode_ias_wd_cluster_squawk_command(EmberAfClusterCommand *cmd, sl_zcl_ias_wd_cluster_squawk_command_t *cmd_struct)

Parser function for "Squawk" ZCL command from "IAS WD" cluster.

zcl_decode_generic_tunnel_cluster_match_protocol_address_command(EmberAfClusterCommand *cmd, sl_zcl_generic_tunnel_cluster_match_protocol_address_command_t *cmd_struct)

Parser function for "MatchProtocolAddress" ZCL command from "Generic Tunnel" cluster.

zcl_decode_generic_tunnel_cluster_match_protocol_address_response_command(EmberAfClusterCommand *cmd, sl_zcl_generic_tunnel_cluster_match_protocol_address_response_command_t *cmd_struct)

Parser function for "MatchProtocolAddressResponse" ZCL command from "Generic Tunnel" cluster.

zcl_decode_generic_tunnel_cluster_advertise_protocol_address_command(EmberAfClusterCommand *cmd, sl_zcl_generic_tunnel_cluster_advertise_protocol_address_command_t *cmd_struct)

Parser function for "AdvertiseProtocolAddress" ZCL command from "Generic Tunnel" cluster.

zcl_decode_ba_cnet_protocol_tunnel_cluster_transfer_npdu_command(EmberAfClusterCommand *cmd, sl_zcl_ba_cnet_protocol_tunnel_cluster_transfer_npdu_command_t *cmd_struct)

Parser function for "TransferNpdu" ZCL command from "BACnet Protocol Tunnel" cluster.

zcl_decode_11073_protocol_tunnel_cluster_transfer_apdu_command(EmberAfClusterCommand *cmd, sl_zcl_11073_protocol_tunnel_cluster_transfer_apdu_command_t *cmd_struct)

Parser function for "TransferAPDU" ZCL command from "11073 Protocol Tunnel" cluster.

zcl_decode_11073_protocol_tunnel_cluster_connect_request_command(EmberAfClusterCommand *cmd, sl_zcl_11073_protocol_tunnel_cluster_connect_request_command_t *cmd_struct)

Parser function for "ConnectRequest" ZCL command from "11073 Protocol Tunnel" cluster.

zcl_decode_11073_protocol_tunnel_cluster_disconnect_request_command(EmberAfClusterCommand *cmd, sl_zcl_11073_protocol_tunnel_cluster_disconnect_request_command_t *cmd_struct)

Parser function for "DisconnectRequest" ZCL command from "11073 Protocol Tunnel" cluster.

zcl_decode_11073_protocol_tunnel_cluster_connect_status_notification_command(EmberAfClusterCommand *cmd, sl_zcl_11073_protocol_tunnel_cluster_connect_status_notification_command_t *cmd_struct)

Parser function for "ConnectStatusNotification" ZCL command from "11073 Protocol Tunnel" cluster.

zcl_decode_iso_7816_protocol_tunnel_cluster_transfer_apdu_from_client_command(EmberAfClusterCommand *cmd, sl_zcl_iso_7816_protocol_tunnel_cluster_transfer_apdu_from_client_command_t *cmd_struct)

Parser function for "TransferApduFromClient" ZCL command from "ISO 7816 Protocol Tunnel" cluster.

zcl_decode_iso_7816_protocol_tunnel_cluster_transfer_apdu_from_server_command(EmberAfClusterCommand *cmd, sl_zcl_iso_7816_protocol_tunnel_cluster_transfer_apdu_from_server_command_t *cmd_struct)

Parser function for "TransferApduFromServer" ZCL command from "ISO 7816 Protocol Tunnel" cluster.

zcl_decode_price_cluster_get_current_price_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_current_price_command_t *cmd_struct)

Parser function for "GetCurrentPrice" ZCL command from "Price" cluster.

zcl_decode_price_cluster_get_scheduled_prices_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_scheduled_prices_command_t *cmd_struct)

Parser function for "GetScheduledPrices" ZCL command from "Price" cluster.

zcl_decode_price_cluster_price_acknowledgement_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_price_acknowledgement_command_t *cmd_struct)

Parser function for "PriceAcknowledgement" ZCL command from "Price" cluster.

zcl_decode_price_cluster_get_block_periods_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_block_periods_command_t *cmd_struct)

Parser function for "GetBlockPeriods" ZCL command from "Price" cluster.

zcl_decode_price_cluster_get_conversion_factor_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_conversion_factor_command_t *cmd_struct)

Parser function for "GetConversionFactor" ZCL command from "Price" cluster.

zcl_decode_price_cluster_get_calorific_value_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_calorific_value_command_t *cmd_struct)

Parser function for "GetCalorificValue" ZCL command from "Price" cluster.

zcl_decode_price_cluster_get_tariff_information_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_tariff_information_command_t *cmd_struct)

Parser function for "GetTariffInformation" ZCL command from "Price" cluster.

zcl_decode_price_cluster_get_price_matrix_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_price_matrix_command_t *cmd_struct)

Parser function for "GetPriceMatrix" ZCL command from "Price" cluster.

zcl_decode_price_cluster_get_block_thresholds_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_block_thresholds_command_t *cmd_struct)

Parser function for "GetBlockThresholds" ZCL command from "Price" cluster.

zcl_decode_price_cluster_get_co2_value_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_co2_value_command_t *cmd_struct)

Parser function for "GetCO2Value" ZCL command from "Price" cluster.

zcl_decode_price_cluster_get_tier_labels_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_tier_labels_command_t *cmd_struct)

Parser function for "GetTierLabels" ZCL command from "Price" cluster.

zcl_decode_price_cluster_get_billing_period_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_billing_period_command_t *cmd_struct)

Parser function for "GetBillingPeriod" ZCL command from "Price" cluster.

zcl_decode_price_cluster_get_consolidated_bill_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_consolidated_bill_command_t *cmd_struct)

Parser function for "GetConsolidatedBill" ZCL command from "Price" cluster.

zcl_decode_price_cluster_cpp_event_response_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_cpp_event_response_command_t *cmd_struct)

Parser function for "CppEventResponse" ZCL command from "Price" cluster.

zcl_decode_price_cluster_get_credit_payment_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_credit_payment_command_t *cmd_struct)

Parser function for "GetCreditPayment" ZCL command from "Price" cluster.

zcl_decode_price_cluster_publish_price_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_price_command_t *cmd_struct)

Parser function for "PublishPrice" ZCL command from "Price" cluster.

zcl_decode_price_cluster_publish_block_period_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_block_period_command_t *cmd_struct)

Parser function for "PublishBlockPeriod" ZCL command from "Price" cluster.

zcl_decode_price_cluster_publish_conversion_factor_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_conversion_factor_command_t *cmd_struct)

Parser function for "PublishConversionFactor" ZCL command from "Price" cluster.

zcl_decode_price_cluster_publish_calorific_value_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_calorific_value_command_t *cmd_struct)

Parser function for "PublishCalorificValue" ZCL command from "Price" cluster.

zcl_decode_price_cluster_publish_tariff_information_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_tariff_information_command_t *cmd_struct)

Parser function for "PublishTariffInformation" ZCL command from "Price" cluster.

zcl_decode_price_cluster_publish_price_matrix_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_price_matrix_command_t *cmd_struct)

Parser function for "PublishPriceMatrix" ZCL command from "Price" cluster.

zcl_decode_price_cluster_publish_block_thresholds_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_block_thresholds_command_t *cmd_struct)

Parser function for "PublishBlockThresholds" ZCL command from "Price" cluster.

zcl_decode_price_cluster_publish_co2_value_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_co2_value_command_t *cmd_struct)

Parser function for "PublishCO2Value" ZCL command from "Price" cluster.

zcl_decode_price_cluster_publish_tier_labels_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_tier_labels_command_t *cmd_struct)

Parser function for "PublishTierLabels" ZCL command from "Price" cluster.

zcl_decode_price_cluster_publish_billing_period_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_billing_period_command_t *cmd_struct)

Parser function for "PublishBillingPeriod" ZCL command from "Price" cluster.

zcl_decode_price_cluster_publish_consolidated_bill_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_consolidated_bill_command_t *cmd_struct)

Parser function for "PublishConsolidatedBill" ZCL command from "Price" cluster.

zcl_decode_price_cluster_publish_cpp_event_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_cpp_event_command_t *cmd_struct)

Parser function for "PublishCppEvent" ZCL command from "Price" cluster.

zcl_decode_price_cluster_publish_credit_payment_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_credit_payment_command_t *cmd_struct)

Parser function for "PublishCreditPayment" ZCL command from "Price" cluster.

zcl_decode_price_cluster_publish_currency_conversion_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_currency_conversion_command_t *cmd_struct)

Parser function for "PublishCurrencyConversion" ZCL command from "Price" cluster.

zcl_decode_price_cluster_cancel_tariff_command(EmberAfClusterCommand *cmd, sl_zcl_price_cluster_cancel_tariff_command_t *cmd_struct)

Parser function for "CancelTariff" ZCL command from "Price" cluster.

zcl_decode_demand_response_and_load_control_cluster_report_event_status_command(EmberAfClusterCommand *cmd, sl_zcl_demand_response_and_load_control_cluster_report_event_status_command_t *cmd_struct)

Parser function for "ReportEventStatus" ZCL command from "Demand Response and Load Control" cluster.

zcl_decode_demand_response_and_load_control_cluster_get_scheduled_events_command(EmberAfClusterCommand *cmd, sl_zcl_demand_response_and_load_control_cluster_get_scheduled_events_command_t *cmd_struct)

Parser function for "GetScheduledEvents" ZCL command from "Demand Response and Load Control" cluster.

zcl_decode_demand_response_and_load_control_cluster_load_control_event_command(EmberAfClusterCommand *cmd, sl_zcl_demand_response_and_load_control_cluster_load_control_event_command_t *cmd_struct)

Parser function for "LoadControlEvent" ZCL command from "Demand Response and Load Control" cluster.

zcl_decode_demand_response_and_load_control_cluster_cancel_load_control_event_command(EmberAfClusterCommand *cmd, sl_zcl_demand_response_and_load_control_cluster_cancel_load_control_event_command_t *cmd_struct)

Parser function for "CancelLoadControlEvent" ZCL command from "Demand Response and Load Control" cluster.

zcl_decode_demand_response_and_load_control_cluster_cancel_all_load_control_events_command(EmberAfClusterCommand *cmd, sl_zcl_demand_response_and_load_control_cluster_cancel_all_load_control_events_command_t *cmd_struct)

Parser function for "CancelAllLoadControlEvents" ZCL command from "Demand Response and Load Control" cluster.

zcl_decode_simple_metering_cluster_get_profile_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_get_profile_command_t *cmd_struct)

Parser function for "GetProfile" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_request_mirror_response_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_request_mirror_response_command_t *cmd_struct)

Parser function for "RequestMirrorResponse" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_mirror_removed_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_mirror_removed_command_t *cmd_struct)

Parser function for "MirrorRemoved" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_request_fast_poll_mode_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_request_fast_poll_mode_command_t *cmd_struct)

Parser function for "RequestFastPollMode" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_schedule_snapshot_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_schedule_snapshot_command_t *cmd_struct)

Parser function for "ScheduleSnapshot" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_take_snapshot_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_take_snapshot_command_t *cmd_struct)

Parser function for "TakeSnapshot" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_get_snapshot_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_get_snapshot_command_t *cmd_struct)

Parser function for "GetSnapshot" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_start_sampling_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_start_sampling_command_t *cmd_struct)

Parser function for "StartSampling" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_get_sampled_data_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_get_sampled_data_command_t *cmd_struct)

Parser function for "GetSampledData" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_mirror_report_attribute_response_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_mirror_report_attribute_response_command_t *cmd_struct)

Parser function for "MirrorReportAttributeResponse" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_reset_load_limit_counter_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_reset_load_limit_counter_command_t *cmd_struct)

Parser function for "ResetLoadLimitCounter" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_change_supply_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_change_supply_command_t *cmd_struct)

Parser function for "ChangeSupply" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_local_change_supply_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_local_change_supply_command_t *cmd_struct)

Parser function for "LocalChangeSupply" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_set_supply_status_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_set_supply_status_command_t *cmd_struct)

Parser function for "SetSupplyStatus" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_set_uncontrolled_flow_threshold_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_set_uncontrolled_flow_threshold_command_t *cmd_struct)

Parser function for "SetUncontrolledFlowThreshold" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_get_profile_response_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_get_profile_response_command_t *cmd_struct)

Parser function for "GetProfileResponse" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_request_fast_poll_mode_response_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_request_fast_poll_mode_response_command_t *cmd_struct)

Parser function for "RequestFastPollModeResponse" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_schedule_snapshot_response_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_schedule_snapshot_response_command_t *cmd_struct)

Parser function for "ScheduleSnapshotResponse" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_take_snapshot_response_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_take_snapshot_response_command_t *cmd_struct)

Parser function for "TakeSnapshotResponse" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_publish_snapshot_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_publish_snapshot_command_t *cmd_struct)

Parser function for "PublishSnapshot" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_get_sampled_data_response_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_get_sampled_data_response_command_t *cmd_struct)

Parser function for "GetSampledDataResponse" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_configure_mirror_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_configure_mirror_command_t *cmd_struct)

Parser function for "ConfigureMirror" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_configure_notification_scheme_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_configure_notification_scheme_command_t *cmd_struct)

Parser function for "ConfigureNotificationScheme" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_configure_notification_flags_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_configure_notification_flags_command_t *cmd_struct)

Parser function for "ConfigureNotificationFlags" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_get_notified_message_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_get_notified_message_command_t *cmd_struct)

Parser function for "GetNotifiedMessage" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_supply_status_response_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_supply_status_response_command_t *cmd_struct)

Parser function for "SupplyStatusResponse" ZCL command from "Simple Metering" cluster.

zcl_decode_simple_metering_cluster_start_sampling_response_command(EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_start_sampling_response_command_t *cmd_struct)

Parser function for "StartSamplingResponse" ZCL command from "Simple Metering" cluster.

zcl_decode_messaging_cluster_message_confirmation_command(EmberAfClusterCommand *cmd, sl_zcl_messaging_cluster_message_confirmation_command_t *cmd_struct)

Parser function for "MessageConfirmation" ZCL command from "Messaging" cluster.

zcl_decode_messaging_cluster_get_message_cancellation_command(EmberAfClusterCommand *cmd, sl_zcl_messaging_cluster_get_message_cancellation_command_t *cmd_struct)

Parser function for "GetMessageCancellation" ZCL command from "Messaging" cluster.

zcl_decode_messaging_cluster_display_message_command(EmberAfClusterCommand *cmd, sl_zcl_messaging_cluster_display_message_command_t *cmd_struct)

Parser function for "DisplayMessage" ZCL command from "Messaging" cluster.

zcl_decode_messaging_cluster_cancel_message_command(EmberAfClusterCommand *cmd, sl_zcl_messaging_cluster_cancel_message_command_t *cmd_struct)

Parser function for "CancelMessage" ZCL command from "Messaging" cluster.

zcl_decode_messaging_cluster_display_protected_message_command(EmberAfClusterCommand *cmd, sl_zcl_messaging_cluster_display_protected_message_command_t *cmd_struct)

Parser function for "DisplayProtectedMessage" ZCL command from "Messaging" cluster.

zcl_decode_messaging_cluster_cancel_all_messages_command(EmberAfClusterCommand *cmd, sl_zcl_messaging_cluster_cancel_all_messages_command_t *cmd_struct)

Parser function for "CancelAllMessages" ZCL command from "Messaging" cluster.

zcl_decode_tunneling_cluster_request_tunnel_command(EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_request_tunnel_command_t *cmd_struct)

Parser function for "RequestTunnel" ZCL command from "Tunneling" cluster.

zcl_decode_tunneling_cluster_close_tunnel_command(EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_close_tunnel_command_t *cmd_struct)

Parser function for "CloseTunnel" ZCL command from "Tunneling" cluster.

zcl_decode_tunneling_cluster_transfer_data_client_to_server_command(EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_transfer_data_client_to_server_command_t *cmd_struct)

Parser function for "TransferDataClientToServer" ZCL command from "Tunneling" cluster.

zcl_decode_tunneling_cluster_transfer_data_error_client_to_server_command(EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_transfer_data_error_client_to_server_command_t *cmd_struct)

Parser function for "TransferDataErrorClientToServer" ZCL command from "Tunneling" cluster.

zcl_decode_tunneling_cluster_ack_transfer_data_client_to_server_command(EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_ack_transfer_data_client_to_server_command_t *cmd_struct)

Parser function for "AckTransferDataClientToServer" ZCL command from "Tunneling" cluster.

zcl_decode_tunneling_cluster_ready_data_client_to_server_command(EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_ready_data_client_to_server_command_t *cmd_struct)

Parser function for "ReadyDataClientToServer" ZCL command from "Tunneling" cluster.

zcl_decode_tunneling_cluster_get_supported_tunnel_protocols_command(EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_get_supported_tunnel_protocols_command_t *cmd_struct)

Parser function for "GetSupportedTunnelProtocols" ZCL command from "Tunneling" cluster.

zcl_decode_tunneling_cluster_request_tunnel_response_command(EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_request_tunnel_response_command_t *cmd_struct)

Parser function for "RequestTunnelResponse" ZCL command from "Tunneling" cluster.

zcl_decode_tunneling_cluster_transfer_data_server_to_client_command(EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_transfer_data_server_to_client_command_t *cmd_struct)

Parser function for "TransferDataServerToClient" ZCL command from "Tunneling" cluster.

zcl_decode_tunneling_cluster_transfer_data_error_server_to_client_command(EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_transfer_data_error_server_to_client_command_t *cmd_struct)

Parser function for "TransferDataErrorServerToClient" ZCL command from "Tunneling" cluster.

zcl_decode_tunneling_cluster_ack_transfer_data_server_to_client_command(EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_ack_transfer_data_server_to_client_command_t *cmd_struct)

Parser function for "AckTransferDataServerToClient" ZCL command from "Tunneling" cluster.

zcl_decode_tunneling_cluster_ready_data_server_to_client_command(EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_ready_data_server_to_client_command_t *cmd_struct)

Parser function for "ReadyDataServerToClient" ZCL command from "Tunneling" cluster.

zcl_decode_tunneling_cluster_supported_tunnel_protocols_response_command(EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_supported_tunnel_protocols_response_command_t *cmd_struct)

Parser function for "SupportedTunnelProtocolsResponse" ZCL command from "Tunneling" cluster.

zcl_decode_tunneling_cluster_tunnel_closure_notification_command(EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_tunnel_closure_notification_command_t *cmd_struct)

Parser function for "TunnelClosureNotification" ZCL command from "Tunneling" cluster.

zcl_decode_prepayment_cluster_select_available_emergency_credit_command(EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_select_available_emergency_credit_command_t *cmd_struct)

Parser function for "SelectAvailableEmergencyCredit" ZCL command from "Prepayment" cluster.

zcl_decode_prepayment_cluster_change_debt_command(EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_change_debt_command_t *cmd_struct)

Parser function for "ChangeDebt" ZCL command from "Prepayment" cluster.

zcl_decode_prepayment_cluster_emergency_credit_setup_command(EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_emergency_credit_setup_command_t *cmd_struct)

Parser function for "EmergencyCreditSetup" ZCL command from "Prepayment" cluster.

zcl_decode_prepayment_cluster_consumer_top_up_command(EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_consumer_top_up_command_t *cmd_struct)

Parser function for "ConsumerTopUp" ZCL command from "Prepayment" cluster.

zcl_decode_prepayment_cluster_credit_adjustment_command(EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_credit_adjustment_command_t *cmd_struct)

Parser function for "CreditAdjustment" ZCL command from "Prepayment" cluster.

zcl_decode_prepayment_cluster_change_payment_mode_command(EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_change_payment_mode_command_t *cmd_struct)

Parser function for "ChangePaymentMode" ZCL command from "Prepayment" cluster.

zcl_decode_prepayment_cluster_get_prepay_snapshot_command(EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_get_prepay_snapshot_command_t *cmd_struct)

Parser function for "GetPrepaySnapshot" ZCL command from "Prepayment" cluster.

zcl_decode_prepayment_cluster_get_top_up_log_command(EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_get_top_up_log_command_t *cmd_struct)

Parser function for "GetTopUpLog" ZCL command from "Prepayment" cluster.

zcl_decode_prepayment_cluster_set_low_credit_warning_level_command(EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_set_low_credit_warning_level_command_t *cmd_struct)

Parser function for "SetLowCreditWarningLevel" ZCL command from "Prepayment" cluster.

zcl_decode_prepayment_cluster_get_debt_repayment_log_command(EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_get_debt_repayment_log_command_t *cmd_struct)

Parser function for "GetDebtRepaymentLog" ZCL command from "Prepayment" cluster.

zcl_decode_prepayment_cluster_set_maximum_credit_limit_command(EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_set_maximum_credit_limit_command_t *cmd_struct)

Parser function for "SetMaximumCreditLimit" ZCL command from "Prepayment" cluster.

zcl_decode_prepayment_cluster_set_overall_debt_cap_command(EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_set_overall_debt_cap_command_t *cmd_struct)

Parser function for "SetOverallDebtCap" ZCL command from "Prepayment" cluster.

zcl_decode_prepayment_cluster_publish_prepay_snapshot_command(EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_publish_prepay_snapshot_command_t *cmd_struct)

Parser function for "PublishPrepaySnapshot" ZCL command from "Prepayment" cluster.

zcl_decode_prepayment_cluster_change_payment_mode_response_command(EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_change_payment_mode_response_command_t *cmd_struct)

Parser function for "ChangePaymentModeResponse" ZCL command from "Prepayment" cluster.

zcl_decode_prepayment_cluster_consumer_top_up_response_command(EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_consumer_top_up_response_command_t *cmd_struct)

Parser function for "ConsumerTopUpResponse" ZCL command from "Prepayment" cluster.

zcl_decode_prepayment_cluster_publish_top_up_log_command(EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_publish_top_up_log_command_t *cmd_struct)

Parser function for "PublishTopUpLog" ZCL command from "Prepayment" cluster.

zcl_decode_prepayment_cluster_publish_debt_log_command(EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_publish_debt_log_command_t *cmd_struct)

Parser function for "PublishDebtLog" ZCL command from "Prepayment" cluster.

zcl_decode_energy_management_cluster_manage_event_command(EmberAfClusterCommand *cmd, sl_zcl_energy_management_cluster_manage_event_command_t *cmd_struct)

Parser function for "ManageEvent" ZCL command from "Energy Management" cluster.

zcl_decode_energy_management_cluster_report_event_status_command(EmberAfClusterCommand *cmd, sl_zcl_energy_management_cluster_report_event_status_command_t *cmd_struct)

Parser function for "ReportEventStatus" ZCL command from "Energy Management" cluster.

zcl_decode_calendar_cluster_get_calendar_command(EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_get_calendar_command_t *cmd_struct)

Parser function for "GetCalendar" ZCL command from "Calendar" cluster.

zcl_decode_calendar_cluster_get_day_profiles_command(EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_get_day_profiles_command_t *cmd_struct)

Parser function for "GetDayProfiles" ZCL command from "Calendar" cluster.

zcl_decode_calendar_cluster_get_week_profiles_command(EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_get_week_profiles_command_t *cmd_struct)

Parser function for "GetWeekProfiles" ZCL command from "Calendar" cluster.

zcl_decode_calendar_cluster_get_seasons_command(EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_get_seasons_command_t *cmd_struct)

Parser function for "GetSeasons" ZCL command from "Calendar" cluster.

zcl_decode_calendar_cluster_get_special_days_command(EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_get_special_days_command_t *cmd_struct)

Parser function for "GetSpecialDays" ZCL command from "Calendar" cluster.

zcl_decode_calendar_cluster_publish_calendar_command(EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_publish_calendar_command_t *cmd_struct)

Parser function for "PublishCalendar" ZCL command from "Calendar" cluster.

zcl_decode_calendar_cluster_publish_day_profile_command(EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_publish_day_profile_command_t *cmd_struct)

Parser function for "PublishDayProfile" ZCL command from "Calendar" cluster.

zcl_decode_calendar_cluster_publish_week_profile_command(EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_publish_week_profile_command_t *cmd_struct)

Parser function for "PublishWeekProfile" ZCL command from "Calendar" cluster.

zcl_decode_calendar_cluster_publish_seasons_command(EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_publish_seasons_command_t *cmd_struct)

Parser function for "PublishSeasons" ZCL command from "Calendar" cluster.

zcl_decode_calendar_cluster_publish_special_days_command(EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_publish_special_days_command_t *cmd_struct)

Parser function for "PublishSpecialDays" ZCL command from "Calendar" cluster.

zcl_decode_calendar_cluster_cancel_calendar_command(EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_cancel_calendar_command_t *cmd_struct)

Parser function for "CancelCalendar" ZCL command from "Calendar" cluster.

zcl_decode_device_management_cluster_request_new_password_command(EmberAfClusterCommand *cmd, sl_zcl_device_management_cluster_request_new_password_command_t *cmd_struct)

Parser function for "RequestNewPassword" ZCL command from "Device Management" cluster.

zcl_decode_device_management_cluster_report_event_configuration_command(EmberAfClusterCommand *cmd, sl_zcl_device_management_cluster_report_event_configuration_command_t *cmd_struct)

Parser function for "ReportEventConfiguration" ZCL command from "Device Management" cluster.

zcl_decode_device_management_cluster_publish_change_of_tenancy_command(EmberAfClusterCommand *cmd, sl_zcl_device_management_cluster_publish_change_of_tenancy_command_t *cmd_struct)

Parser function for "PublishChangeOfTenancy" ZCL command from "Device Management" cluster.

zcl_decode_device_management_cluster_publish_change_of_supplier_command(EmberAfClusterCommand *cmd, sl_zcl_device_management_cluster_publish_change_of_supplier_command_t *cmd_struct)

Parser function for "PublishChangeOfSupplier" ZCL command from "Device Management" cluster.

zcl_decode_device_management_cluster_request_new_password_response_command(EmberAfClusterCommand *cmd, sl_zcl_device_management_cluster_request_new_password_response_command_t *cmd_struct)

Parser function for "RequestNewPasswordResponse" ZCL command from "Device Management" cluster.

zcl_decode_device_management_cluster_update_site_id_command(EmberAfClusterCommand *cmd, sl_zcl_device_management_cluster_update_site_id_command_t *cmd_struct)

Parser function for "UpdateSiteId" ZCL command from "Device Management" cluster.

zcl_decode_device_management_cluster_set_event_configuration_command(EmberAfClusterCommand *cmd, sl_zcl_device_management_cluster_set_event_configuration_command_t *cmd_struct)

Parser function for "SetEventConfiguration" ZCL command from "Device Management" cluster.

zcl_decode_device_management_cluster_get_event_configuration_command(EmberAfClusterCommand *cmd, sl_zcl_device_management_cluster_get_event_configuration_command_t *cmd_struct)

Parser function for "GetEventConfiguration" ZCL command from "Device Management" cluster.

zcl_decode_device_management_cluster_update_cin_command(EmberAfClusterCommand *cmd, sl_zcl_device_management_cluster_update_cin_command_t *cmd_struct)

Parser function for "UpdateCIN" ZCL command from "Device Management" cluster.

zcl_decode_events_cluster_get_event_log_command(EmberAfClusterCommand *cmd, sl_zcl_events_cluster_get_event_log_command_t *cmd_struct)

Parser function for "GetEventLog" ZCL command from "Events" cluster.

zcl_decode_events_cluster_clear_event_log_request_command(EmberAfClusterCommand *cmd, sl_zcl_events_cluster_clear_event_log_request_command_t *cmd_struct)

Parser function for "ClearEventLogRequest" ZCL command from "Events" cluster.

zcl_decode_events_cluster_publish_event_command(EmberAfClusterCommand *cmd, sl_zcl_events_cluster_publish_event_command_t *cmd_struct)

Parser function for "PublishEvent" ZCL command from "Events" cluster.

zcl_decode_events_cluster_publish_event_log_command(EmberAfClusterCommand *cmd, sl_zcl_events_cluster_publish_event_log_command_t *cmd_struct)

Parser function for "PublishEventLog" ZCL command from "Events" cluster.

zcl_decode_events_cluster_clear_event_log_response_command(EmberAfClusterCommand *cmd, sl_zcl_events_cluster_clear_event_log_response_command_t *cmd_struct)

Parser function for "ClearEventLogResponse" ZCL command from "Events" cluster.

zcl_decode_mdu_pairing_cluster_pairing_request_command(EmberAfClusterCommand *cmd, sl_zcl_mdu_pairing_cluster_pairing_request_command_t *cmd_struct)

Parser function for "PairingRequest" ZCL command from "MDU Pairing" cluster.

zcl_decode_mdu_pairing_cluster_pairing_response_command(EmberAfClusterCommand *cmd, sl_zcl_mdu_pairing_cluster_pairing_response_command_t *cmd_struct)

Parser function for "PairingResponse" ZCL command from "MDU Pairing" cluster.

zcl_decode_sub_g_hz_cluster_suspend_zcl_messages_command(EmberAfClusterCommand *cmd, sl_zcl_sub_g_hz_cluster_suspend_zcl_messages_command_t *cmd_struct)

Parser function for "SuspendZclMessages" ZCL command from "Sub-GHz" cluster.

zcl_decode_key_establishment_cluster_initiate_key_establishment_request_command(EmberAfClusterCommand *cmd, sl_zcl_key_establishment_cluster_initiate_key_establishment_request_command_t *cmd_struct)

Parser function for "InitiateKeyEstablishmentRequest" ZCL command from "Key Establishment" cluster.

zcl_decode_key_establishment_cluster_ephemeral_data_request_command(EmberAfClusterCommand *cmd, sl_zcl_key_establishment_cluster_ephemeral_data_request_command_t *cmd_struct)

Parser function for "EphemeralDataRequest" ZCL command from "Key Establishment" cluster.

zcl_decode_key_establishment_cluster_confirm_key_data_request_command(EmberAfClusterCommand *cmd, sl_zcl_key_establishment_cluster_confirm_key_data_request_command_t *cmd_struct)

Parser function for "ConfirmKeyDataRequest" ZCL command from "Key Establishment" cluster.

zcl_decode_key_establishment_cluster_terminate_key_establishment_from_client_command(EmberAfClusterCommand *cmd, sl_zcl_key_establishment_cluster_terminate_key_establishment_from_client_command_t *cmd_struct)

Parser function for "TerminateKeyEstablishmentFromClient" ZCL command from "Key Establishment" cluster.

zcl_decode_key_establishment_cluster_initiate_key_establishment_response_command(EmberAfClusterCommand *cmd, sl_zcl_key_establishment_cluster_initiate_key_establishment_response_command_t *cmd_struct)

Parser function for "InitiateKeyEstablishmentResponse" ZCL command from "Key Establishment" cluster.

zcl_decode_key_establishment_cluster_ephemeral_data_response_command(EmberAfClusterCommand *cmd, sl_zcl_key_establishment_cluster_ephemeral_data_response_command_t *cmd_struct)

Parser function for "EphemeralDataResponse" ZCL command from "Key Establishment" cluster.

zcl_decode_key_establishment_cluster_confirm_key_data_response_command(EmberAfClusterCommand *cmd, sl_zcl_key_establishment_cluster_confirm_key_data_response_command_t *cmd_struct)

Parser function for "ConfirmKeyDataResponse" ZCL command from "Key Establishment" cluster.

zcl_decode_key_establishment_cluster_terminate_key_establishment_from_server_command(EmberAfClusterCommand *cmd, sl_zcl_key_establishment_cluster_terminate_key_establishment_from_server_command_t *cmd_struct)

Parser function for "TerminateKeyEstablishmentFromServer" ZCL command from "Key Establishment" cluster.

zcl_decode_information_cluster_request_information_command(EmberAfClusterCommand *cmd, sl_zcl_information_cluster_request_information_command_t *cmd_struct)

Parser function for "RequestInformation" ZCL command from "Information" cluster.

zcl_decode_information_cluster_push_information_response_command(EmberAfClusterCommand *cmd, sl_zcl_information_cluster_push_information_response_command_t *cmd_struct)

Parser function for "PushInformationResponse" ZCL command from "Information" cluster.

zcl_decode_information_cluster_send_preference_command(EmberAfClusterCommand *cmd, sl_zcl_information_cluster_send_preference_command_t *cmd_struct)

Parser function for "SendPreference" ZCL command from "Information" cluster.

zcl_decode_information_cluster_request_preference_response_command(EmberAfClusterCommand *cmd, sl_zcl_information_cluster_request_preference_response_command_t *cmd_struct)

Parser function for "RequestPreferenceResponse" ZCL command from "Information" cluster.

zcl_decode_information_cluster_update_command(EmberAfClusterCommand *cmd, sl_zcl_information_cluster_update_command_t *cmd_struct)

Parser function for "Update" ZCL command from "Information" cluster.

zcl_decode_information_cluster_delete_command(EmberAfClusterCommand *cmd, sl_zcl_information_cluster_delete_command_t *cmd_struct)

Parser function for "Delete" ZCL command from "Information" cluster.

zcl_decode_information_cluster_configure_node_description_command(EmberAfClusterCommand *cmd, sl_zcl_information_cluster_configure_node_description_command_t *cmd_struct)

Parser function for "ConfigureNodeDescription" ZCL command from "Information" cluster.

zcl_decode_information_cluster_configure_delivery_enable_command(EmberAfClusterCommand *cmd, sl_zcl_information_cluster_configure_delivery_enable_command_t *cmd_struct)

Parser function for "ConfigureDeliveryEnable" ZCL command from "Information" cluster.

zcl_decode_information_cluster_configure_push_information_timer_command(EmberAfClusterCommand *cmd, sl_zcl_information_cluster_configure_push_information_timer_command_t *cmd_struct)

Parser function for "ConfigurePushInformationTimer" ZCL command from "Information" cluster.

zcl_decode_information_cluster_configure_set_root_id_command(EmberAfClusterCommand *cmd, sl_zcl_information_cluster_configure_set_root_id_command_t *cmd_struct)

Parser function for "ConfigureSetRootId" ZCL command from "Information" cluster.

zcl_decode_information_cluster_request_information_response_command(EmberAfClusterCommand *cmd, sl_zcl_information_cluster_request_information_response_command_t *cmd_struct)

Parser function for "RequestInformationResponse" ZCL command from "Information" cluster.

zcl_decode_information_cluster_push_information_command(EmberAfClusterCommand *cmd, sl_zcl_information_cluster_push_information_command_t *cmd_struct)

Parser function for "PushInformation" ZCL command from "Information" cluster.

zcl_decode_information_cluster_send_preference_response_command(EmberAfClusterCommand *cmd, sl_zcl_information_cluster_send_preference_response_command_t *cmd_struct)

Parser function for "SendPreferenceResponse" ZCL command from "Information" cluster.

zcl_decode_information_cluster_request_preference_confirmation_command(EmberAfClusterCommand *cmd, sl_zcl_information_cluster_request_preference_confirmation_command_t *cmd_struct)

Parser function for "RequestPreferenceConfirmation" ZCL command from "Information" cluster.

zcl_decode_information_cluster_update_response_command(EmberAfClusterCommand *cmd, sl_zcl_information_cluster_update_response_command_t *cmd_struct)

Parser function for "UpdateResponse" ZCL command from "Information" cluster.

zcl_decode_information_cluster_delete_response_command(EmberAfClusterCommand *cmd, sl_zcl_information_cluster_delete_response_command_t *cmd_struct)

Parser function for "DeleteResponse" ZCL command from "Information" cluster.

zcl_decode_data_sharing_cluster_read_file_request_command(EmberAfClusterCommand *cmd, sl_zcl_data_sharing_cluster_read_file_request_command_t *cmd_struct)

Parser function for "ReadFileRequest" ZCL command from "Data Sharing" cluster.

zcl_decode_data_sharing_cluster_read_record_request_command(EmberAfClusterCommand *cmd, sl_zcl_data_sharing_cluster_read_record_request_command_t *cmd_struct)

Parser function for "ReadRecordRequest" ZCL command from "Data Sharing" cluster.

zcl_decode_data_sharing_cluster_write_file_response_command(EmberAfClusterCommand *cmd, sl_zcl_data_sharing_cluster_write_file_response_command_t *cmd_struct)

Parser function for "WriteFileResponse" ZCL command from "Data Sharing" cluster.

zcl_decode_data_sharing_cluster_write_file_request_command(EmberAfClusterCommand *cmd, sl_zcl_data_sharing_cluster_write_file_request_command_t *cmd_struct)

Parser function for "WriteFileRequest" ZCL command from "Data Sharing" cluster.

zcl_decode_data_sharing_cluster_modify_file_request_command(EmberAfClusterCommand *cmd, sl_zcl_data_sharing_cluster_modify_file_request_command_t *cmd_struct)

Parser function for "ModifyFileRequest" ZCL command from "Data Sharing" cluster.

zcl_decode_data_sharing_cluster_modify_record_request_command(EmberAfClusterCommand *cmd, sl_zcl_data_sharing_cluster_modify_record_request_command_t *cmd_struct)

Parser function for "ModifyRecordRequest" ZCL command from "Data Sharing" cluster.

zcl_decode_data_sharing_cluster_file_transmission_command(EmberAfClusterCommand *cmd, sl_zcl_data_sharing_cluster_file_transmission_command_t *cmd_struct)

Parser function for "FileTransmission" ZCL command from "Data Sharing" cluster.

zcl_decode_data_sharing_cluster_record_transmission_command(EmberAfClusterCommand *cmd, sl_zcl_data_sharing_cluster_record_transmission_command_t *cmd_struct)

Parser function for "RecordTransmission" ZCL command from "Data Sharing" cluster.

zcl_decode_gaming_cluster_search_game_command(EmberAfClusterCommand *cmd, sl_zcl_gaming_cluster_search_game_command_t *cmd_struct)

Parser function for "SearchGame" ZCL command from "Gaming" cluster.

zcl_decode_gaming_cluster_join_game_command(EmberAfClusterCommand *cmd, sl_zcl_gaming_cluster_join_game_command_t *cmd_struct)

Parser function for "JoinGame" ZCL command from "Gaming" cluster.

zcl_decode_gaming_cluster_action_control_command(EmberAfClusterCommand *cmd, sl_zcl_gaming_cluster_action_control_command_t *cmd_struct)

Parser function for "ActionControl" ZCL command from "Gaming" cluster.

zcl_decode_gaming_cluster_game_announcement_command(EmberAfClusterCommand *cmd, sl_zcl_gaming_cluster_game_announcement_command_t *cmd_struct)

Parser function for "GameAnnouncement" ZCL command from "Gaming" cluster.

zcl_decode_gaming_cluster_general_response_command(EmberAfClusterCommand *cmd, sl_zcl_gaming_cluster_general_response_command_t *cmd_struct)

Parser function for "GeneralResponse" ZCL command from "Gaming" cluster.

zcl_decode_data_rate_control_cluster_path_creation_command(EmberAfClusterCommand *cmd, sl_zcl_data_rate_control_cluster_path_creation_command_t *cmd_struct)

Parser function for "PathCreation" ZCL command from "Data Rate Control" cluster.

zcl_decode_data_rate_control_cluster_data_rate_notification_command(EmberAfClusterCommand *cmd, sl_zcl_data_rate_control_cluster_data_rate_notification_command_t *cmd_struct)

Parser function for "DataRateNotification" ZCL command from "Data Rate Control" cluster.

zcl_decode_data_rate_control_cluster_path_deletion_command(EmberAfClusterCommand *cmd, sl_zcl_data_rate_control_cluster_path_deletion_command_t *cmd_struct)

Parser function for "PathDeletion" ZCL command from "Data Rate Control" cluster.

zcl_decode_data_rate_control_cluster_data_rate_control_command(EmberAfClusterCommand *cmd, sl_zcl_data_rate_control_cluster_data_rate_control_command_t *cmd_struct)

Parser function for "DataRateControl" ZCL command from "Data Rate Control" cluster.

zcl_decode_voice_over_zig_bee_cluster_establishment_request_command(EmberAfClusterCommand *cmd, sl_zcl_voice_over_zig_bee_cluster_establishment_request_command_t *cmd_struct)

Parser function for "EstablishmentRequest" ZCL command from "Voice over ZigBee" cluster.

zcl_decode_voice_over_zig_bee_cluster_voice_transmission_command(EmberAfClusterCommand *cmd, sl_zcl_voice_over_zig_bee_cluster_voice_transmission_command_t *cmd_struct)

Parser function for "VoiceTransmission" ZCL command from "Voice over ZigBee" cluster.

zcl_decode_voice_over_zig_bee_cluster_control_response_command(EmberAfClusterCommand *cmd, sl_zcl_voice_over_zig_bee_cluster_control_response_command_t *cmd_struct)

Parser function for "ControlResponse" ZCL command from "Voice over ZigBee" cluster.

zcl_decode_voice_over_zig_bee_cluster_establishment_response_command(EmberAfClusterCommand *cmd, sl_zcl_voice_over_zig_bee_cluster_establishment_response_command_t *cmd_struct)

Parser function for "EstablishmentResponse" ZCL command from "Voice over ZigBee" cluster.

zcl_decode_voice_over_zig_bee_cluster_voice_transmission_response_command(EmberAfClusterCommand *cmd, sl_zcl_voice_over_zig_bee_cluster_voice_transmission_response_command_t *cmd_struct)

Parser function for "VoiceTransmissionResponse" ZCL command from "Voice over ZigBee" cluster.

zcl_decode_voice_over_zig_bee_cluster_control_command(EmberAfClusterCommand *cmd, sl_zcl_voice_over_zig_bee_cluster_control_command_t *cmd_struct)

Parser function for "Control" ZCL command from "Voice over ZigBee" cluster.

zcl_decode_chatting_cluster_join_chat_request_command(EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_join_chat_request_command_t *cmd_struct)

Parser function for "JoinChatRequest" ZCL command from "Chatting" cluster.

zcl_decode_chatting_cluster_leave_chat_request_command(EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_leave_chat_request_command_t *cmd_struct)

Parser function for "LeaveChatRequest" ZCL command from "Chatting" cluster.

zcl_decode_chatting_cluster_switch_chairman_response_command(EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_switch_chairman_response_command_t *cmd_struct)

Parser function for "SwitchChairmanResponse" ZCL command from "Chatting" cluster.

zcl_decode_chatting_cluster_start_chat_request_command(EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_start_chat_request_command_t *cmd_struct)

Parser function for "StartChatRequest" ZCL command from "Chatting" cluster.

zcl_decode_chatting_cluster_chat_message_command(EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_chat_message_command_t *cmd_struct)

Parser function for "ChatMessage" ZCL command from "Chatting" cluster.

zcl_decode_chatting_cluster_get_node_information_request_command(EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_get_node_information_request_command_t *cmd_struct)

Parser function for "GetNodeInformationRequest" ZCL command from "Chatting" cluster.

zcl_decode_chatting_cluster_start_chat_response_command(EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_start_chat_response_command_t *cmd_struct)

Parser function for "StartChatResponse" ZCL command from "Chatting" cluster.

zcl_decode_chatting_cluster_join_chat_response_command(EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_join_chat_response_command_t *cmd_struct)

Parser function for "JoinChatResponse" ZCL command from "Chatting" cluster.

zcl_decode_chatting_cluster_user_left_command(EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_user_left_command_t *cmd_struct)

Parser function for "UserLeft" ZCL command from "Chatting" cluster.

zcl_decode_chatting_cluster_user_joined_command(EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_user_joined_command_t *cmd_struct)

Parser function for "UserJoined" ZCL command from "Chatting" cluster.

zcl_decode_chatting_cluster_search_chat_response_command(EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_search_chat_response_command_t *cmd_struct)

Parser function for "SearchChatResponse" ZCL command from "Chatting" cluster.

zcl_decode_chatting_cluster_switch_chairman_request_command(EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_switch_chairman_request_command_t *cmd_struct)

Parser function for "SwitchChairmanRequest" ZCL command from "Chatting" cluster.

zcl_decode_chatting_cluster_switch_chairman_confirm_command(EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_switch_chairman_confirm_command_t *cmd_struct)

Parser function for "SwitchChairmanConfirm" ZCL command from "Chatting" cluster.

zcl_decode_chatting_cluster_switch_chairman_notification_command(EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_switch_chairman_notification_command_t *cmd_struct)

Parser function for "SwitchChairmanNotification" ZCL command from "Chatting" cluster.

zcl_decode_chatting_cluster_get_node_information_response_command(EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_get_node_information_response_command_t *cmd_struct)

Parser function for "GetNodeInformationResponse" ZCL command from "Chatting" cluster.

zcl_decode_payment_cluster_buy_request_command(EmberAfClusterCommand *cmd, sl_zcl_payment_cluster_buy_request_command_t *cmd_struct)

Parser function for "BuyRequest" ZCL command from "Payment" cluster.

zcl_decode_payment_cluster_accept_payment_command(EmberAfClusterCommand *cmd, sl_zcl_payment_cluster_accept_payment_command_t *cmd_struct)

Parser function for "AcceptPayment" ZCL command from "Payment" cluster.

zcl_decode_payment_cluster_payment_confirm_command(EmberAfClusterCommand *cmd, sl_zcl_payment_cluster_payment_confirm_command_t *cmd_struct)

Parser function for "PaymentConfirm" ZCL command from "Payment" cluster.

zcl_decode_payment_cluster_buy_confirm_command(EmberAfClusterCommand *cmd, sl_zcl_payment_cluster_buy_confirm_command_t *cmd_struct)

Parser function for "BuyConfirm" ZCL command from "Payment" cluster.

zcl_decode_payment_cluster_receipt_delivery_command(EmberAfClusterCommand *cmd, sl_zcl_payment_cluster_receipt_delivery_command_t *cmd_struct)

Parser function for "ReceiptDelivery" ZCL command from "Payment" cluster.

zcl_decode_payment_cluster_transaction_end_command(EmberAfClusterCommand *cmd, sl_zcl_payment_cluster_transaction_end_command_t *cmd_struct)

Parser function for "TransactionEnd" ZCL command from "Payment" cluster.

zcl_decode_billing_cluster_subscribe_command(EmberAfClusterCommand *cmd, sl_zcl_billing_cluster_subscribe_command_t *cmd_struct)

Parser function for "Subscribe" ZCL command from "Billing" cluster.

zcl_decode_billing_cluster_unsubscribe_command(EmberAfClusterCommand *cmd, sl_zcl_billing_cluster_unsubscribe_command_t *cmd_struct)

Parser function for "Unsubscribe" ZCL command from "Billing" cluster.

zcl_decode_billing_cluster_start_billing_session_command(EmberAfClusterCommand *cmd, sl_zcl_billing_cluster_start_billing_session_command_t *cmd_struct)

Parser function for "StartBillingSession" ZCL command from "Billing" cluster.

zcl_decode_billing_cluster_stop_billing_session_command(EmberAfClusterCommand *cmd, sl_zcl_billing_cluster_stop_billing_session_command_t *cmd_struct)

Parser function for "StopBillingSession" ZCL command from "Billing" cluster.

zcl_decode_billing_cluster_bill_status_notification_command(EmberAfClusterCommand *cmd, sl_zcl_billing_cluster_bill_status_notification_command_t *cmd_struct)

Parser function for "BillStatusNotification" ZCL command from "Billing" cluster.

zcl_decode_billing_cluster_session_keep_alive_command(EmberAfClusterCommand *cmd, sl_zcl_billing_cluster_session_keep_alive_command_t *cmd_struct)

Parser function for "SessionKeepAlive" ZCL command from "Billing" cluster.

zcl_decode_billing_cluster_check_bill_status_command(EmberAfClusterCommand *cmd, sl_zcl_billing_cluster_check_bill_status_command_t *cmd_struct)

Parser function for "CheckBillStatus" ZCL command from "Billing" cluster.

zcl_decode_billing_cluster_send_bill_record_command(EmberAfClusterCommand *cmd, sl_zcl_billing_cluster_send_bill_record_command_t *cmd_struct)

Parser function for "SendBillRecord" ZCL command from "Billing" cluster.

zcl_decode_appliance_events_and_alert_cluster_get_alerts_response_command(EmberAfClusterCommand *cmd, sl_zcl_appliance_events_and_alert_cluster_get_alerts_response_command_t *cmd_struct)

Parser function for "GetAlertsResponse" ZCL command from "Appliance Events and Alert" cluster.

zcl_decode_appliance_events_and_alert_cluster_alerts_notification_command(EmberAfClusterCommand *cmd, sl_zcl_appliance_events_and_alert_cluster_alerts_notification_command_t *cmd_struct)

Parser function for "AlertsNotification" ZCL command from "Appliance Events and Alert" cluster.

zcl_decode_appliance_events_and_alert_cluster_events_notification_command(EmberAfClusterCommand *cmd, sl_zcl_appliance_events_and_alert_cluster_events_notification_command_t *cmd_struct)

Parser function for "EventsNotification" ZCL command from "Appliance Events and Alert" cluster.

zcl_decode_appliance_statistics_cluster_log_request_command(EmberAfClusterCommand *cmd, sl_zcl_appliance_statistics_cluster_log_request_command_t *cmd_struct)

Parser function for "LogRequest" ZCL command from "Appliance Statistics" cluster.

zcl_decode_appliance_statistics_cluster_log_notification_command(EmberAfClusterCommand *cmd, sl_zcl_appliance_statistics_cluster_log_notification_command_t *cmd_struct)

Parser function for "LogNotification" ZCL command from "Appliance Statistics" cluster.

zcl_decode_appliance_statistics_cluster_log_response_command(EmberAfClusterCommand *cmd, sl_zcl_appliance_statistics_cluster_log_response_command_t *cmd_struct)

Parser function for "LogResponse" ZCL command from "Appliance Statistics" cluster.

zcl_decode_appliance_statistics_cluster_log_queue_response_command(EmberAfClusterCommand *cmd, sl_zcl_appliance_statistics_cluster_log_queue_response_command_t *cmd_struct)

Parser function for "LogQueueResponse" ZCL command from "Appliance Statistics" cluster.

zcl_decode_appliance_statistics_cluster_statistics_available_command(EmberAfClusterCommand *cmd, sl_zcl_appliance_statistics_cluster_statistics_available_command_t *cmd_struct)

Parser function for "StatisticsAvailable" ZCL command from "Appliance Statistics" cluster.

zcl_decode_electrical_measurement_cluster_get_measurement_profile_command_command(EmberAfClusterCommand *cmd, sl_zcl_electrical_measurement_cluster_get_measurement_profile_command_command_t *cmd_struct)

Parser function for "GetMeasurementProfileCommand" ZCL command from "Electrical Measurement" cluster.

zcl_decode_electrical_measurement_cluster_get_profile_info_response_command_command(EmberAfClusterCommand *cmd, sl_zcl_electrical_measurement_cluster_get_profile_info_response_command_command_t *cmd_struct)

Parser function for "GetProfileInfoResponseCommand" ZCL command from "Electrical Measurement" cluster.

zcl_decode_electrical_measurement_cluster_get_measurement_profile_response_command_command(EmberAfClusterCommand *cmd, sl_zcl_electrical_measurement_cluster_get_measurement_profile_response_command_command_t *cmd_struct)

Parser function for "GetMeasurementProfileResponseCommand" ZCL command from "Electrical Measurement" cluster.

zcl_decode_zll_commissioning_cluster_scan_request_command(EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_scan_request_command_t *cmd_struct)

Parser function for "ScanRequest" ZCL command from "ZLL Commissioning" cluster.

zcl_decode_zll_commissioning_cluster_device_information_request_command(EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_device_information_request_command_t *cmd_struct)

Parser function for "DeviceInformationRequest" ZCL command from "ZLL Commissioning" cluster.

zcl_decode_zll_commissioning_cluster_identify_request_command(EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_identify_request_command_t *cmd_struct)

Parser function for "IdentifyRequest" ZCL command from "ZLL Commissioning" cluster.

zcl_decode_zll_commissioning_cluster_reset_to_factory_new_request_command(EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_reset_to_factory_new_request_command_t *cmd_struct)

Parser function for "ResetToFactoryNewRequest" ZCL command from "ZLL Commissioning" cluster.

zcl_decode_zll_commissioning_cluster_network_start_request_command(EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_network_start_request_command_t *cmd_struct)

Parser function for "NetworkStartRequest" ZCL command from "ZLL Commissioning" cluster.

zcl_decode_zll_commissioning_cluster_network_join_router_request_command(EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_network_join_router_request_command_t *cmd_struct)

Parser function for "NetworkJoinRouterRequest" ZCL command from "ZLL Commissioning" cluster.

zcl_decode_zll_commissioning_cluster_network_join_end_device_request_command(EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_network_join_end_device_request_command_t *cmd_struct)

Parser function for "NetworkJoinEndDeviceRequest" ZCL command from "ZLL Commissioning" cluster.

zcl_decode_zll_commissioning_cluster_network_update_request_command(EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_network_update_request_command_t *cmd_struct)

Parser function for "NetworkUpdateRequest" ZCL command from "ZLL Commissioning" cluster.

zcl_decode_zll_commissioning_cluster_get_group_identifiers_request_command(EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_get_group_identifiers_request_command_t *cmd_struct)

Parser function for "GetGroupIdentifiersRequest" ZCL command from "ZLL Commissioning" cluster.

zcl_decode_zll_commissioning_cluster_get_endpoint_list_request_command(EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_get_endpoint_list_request_command_t *cmd_struct)

Parser function for "GetEndpointListRequest" ZCL command from "ZLL Commissioning" cluster.

zcl_decode_zll_commissioning_cluster_scan_response_command(EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_scan_response_command_t *cmd_struct)

Parser function for "ScanResponse" ZCL command from "ZLL Commissioning" cluster.

zcl_decode_zll_commissioning_cluster_device_information_response_command(EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_device_information_response_command_t *cmd_struct)

Parser function for "DeviceInformationResponse" ZCL command from "ZLL Commissioning" cluster.

zcl_decode_zll_commissioning_cluster_network_start_response_command(EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_network_start_response_command_t *cmd_struct)

Parser function for "NetworkStartResponse" ZCL command from "ZLL Commissioning" cluster.

zcl_decode_zll_commissioning_cluster_network_join_router_response_command(EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_network_join_router_response_command_t *cmd_struct)

Parser function for "NetworkJoinRouterResponse" ZCL command from "ZLL Commissioning" cluster.

zcl_decode_zll_commissioning_cluster_network_join_end_device_response_command(EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_network_join_end_device_response_command_t *cmd_struct)

Parser function for "NetworkJoinEndDeviceResponse" ZCL command from "ZLL Commissioning" cluster.

zcl_decode_zll_commissioning_cluster_endpoint_information_command(EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_endpoint_information_command_t *cmd_struct)

Parser function for "EndpointInformation" ZCL command from "ZLL Commissioning" cluster.

zcl_decode_zll_commissioning_cluster_get_group_identifiers_response_command(EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_get_group_identifiers_response_command_t *cmd_struct)

Parser function for "GetGroupIdentifiersResponse" ZCL command from "ZLL Commissioning" cluster.

zcl_decode_zll_commissioning_cluster_get_endpoint_list_response_command(EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_get_endpoint_list_response_command_t *cmd_struct)

Parser function for "GetEndpointListResponse" ZCL command from "ZLL Commissioning" cluster.

zcl_decode_sample_mfg_specific_cluster_cluster_command_one_command(EmberAfClusterCommand *cmd, sl_zcl_sample_mfg_specific_cluster_cluster_command_one_command_t *cmd_struct)

Parser function for "CommandOne" ZCL command from "Sample Mfg Specific Cluster" cluster.

zcl_decode_sample_mfg_specific_cluster_2_cluster_command_two_command(EmberAfClusterCommand *cmd, sl_zcl_sample_mfg_specific_cluster_2_cluster_command_two_command_t *cmd_struct)

Parser function for "CommandTwo" ZCL command from "Sample Mfg Specific Cluster 2" cluster.

zcl_decode_configuration_cluster_cluster_set_token_command(EmberAfClusterCommand *cmd, sl_zcl_configuration_cluster_cluster_set_token_command_t *cmd_struct)

Parser function for "SetToken" ZCL command from "Configuration Cluster" cluster.

zcl_decode_configuration_cluster_cluster_read_tokens_command(EmberAfClusterCommand *cmd, sl_zcl_configuration_cluster_cluster_read_tokens_command_t *cmd_struct)

Parser function for "ReadTokens" ZCL command from "Configuration Cluster" cluster.

zcl_decode_configuration_cluster_cluster_unlock_tokens_command(EmberAfClusterCommand *cmd, sl_zcl_configuration_cluster_cluster_unlock_tokens_command_t *cmd_struct)

Parser function for "UnlockTokens" ZCL command from "Configuration Cluster" cluster.

zcl_decode_configuration_cluster_cluster_return_token_command(EmberAfClusterCommand *cmd, sl_zcl_configuration_cluster_cluster_return_token_command_t *cmd_struct)

Parser function for "ReturnToken" ZCL command from "Configuration Cluster" cluster.

zcl_decode_mfglib_cluster_cluster_stream_command(EmberAfClusterCommand *cmd, sl_zcl_mfglib_cluster_cluster_stream_command_t *cmd_struct)

Parser function for "stream" ZCL command from "MFGLIB Cluster" cluster.

zcl_decode_mfglib_cluster_cluster_tone_command(EmberAfClusterCommand *cmd, sl_zcl_mfglib_cluster_cluster_tone_command_t *cmd_struct)

Parser function for "tone" ZCL command from "MFGLIB Cluster" cluster.

zcl_decode_mfglib_cluster_cluster_rx_mode_command(EmberAfClusterCommand *cmd, sl_zcl_mfglib_cluster_cluster_rx_mode_command_t *cmd_struct)

Parser function for "rxMode" ZCL command from "MFGLIB Cluster" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_enable_aps_link_key_authorization_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_enable_aps_link_key_authorization_command_t *cmd_struct)

Parser function for "EnableApsLinkKeyAuthorization" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_disable_aps_link_key_authorization_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_disable_aps_link_key_authorization_command_t *cmd_struct)

Parser function for "DisableApsLinkKeyAuthorization" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_aps_link_key_authorization_query_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_aps_link_key_authorization_query_command_t *cmd_struct)

Parser function for "ApsLinkKeyAuthorizationQuery" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_enable_wwah_app_event_retry_algorithm_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_enable_wwah_app_event_retry_algorithm_command_t *cmd_struct)

Parser function for "EnableWwahAppEventRetryAlgorithm" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_enable_wwah_rejoin_algorithm_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_enable_wwah_rejoin_algorithm_command_t *cmd_struct)

Parser function for "EnableWwahRejoinAlgorithm" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_set_ias_zone_enrollment_method_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_set_ias_zone_enrollment_method_command_t *cmd_struct)

Parser function for "SetIasZoneEnrollmentMethod" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_enable_periodic_router_check_ins_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_enable_periodic_router_check_ins_command_t *cmd_struct)

Parser function for "EnablePeriodicRouterCheckIns" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_set_mac_poll_failure_wait_time_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_set_mac_poll_failure_wait_time_command_t *cmd_struct)

Parser function for "SetMacPollFailureWaitTime" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_set_pending_network_update_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_set_pending_network_update_command_t *cmd_struct)

Parser function for "SetPendingNetworkUpdate" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_require_aps_acks_on_unicasts_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_require_aps_acks_on_unicasts_command_t *cmd_struct)

Parser function for "RequireApsAcksOnUnicasts" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_debug_report_query_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_debug_report_query_command_t *cmd_struct)

Parser function for "DebugReportQuery" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_survey_beacons_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_survey_beacons_command_t *cmd_struct)

Parser function for "SurveyBeacons" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_use_trust_center_for_cluster_server_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_use_trust_center_for_cluster_server_command_t *cmd_struct)

Parser function for "UseTrustCenterForClusterServer" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_aps_link_key_authorization_query_response_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_aps_link_key_authorization_query_response_command_t *cmd_struct)

Parser function for "ApsLinkKeyAuthorizationQueryResponse" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_powering_off_notification_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_powering_off_notification_command_t *cmd_struct)

Parser function for "PoweringOffNotification" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_powering_on_notification_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_powering_on_notification_command_t *cmd_struct)

Parser function for "PoweringOnNotification" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_short_address_change_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_short_address_change_command_t *cmd_struct)

Parser function for "ShortAddressChange" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_aps_ack_enablement_query_response_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_aps_ack_enablement_query_response_command_t *cmd_struct)

Parser function for "ApsAckEnablementQueryResponse" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_power_descriptor_change_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_power_descriptor_change_command_t *cmd_struct)

Parser function for "PowerDescriptorChange" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_new_debug_report_notification_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_new_debug_report_notification_command_t *cmd_struct)

Parser function for "NewDebugReportNotification" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_debug_report_query_response_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_debug_report_query_response_command_t *cmd_struct)

Parser function for "DebugReportQueryResponse" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_trust_center_for_cluster_server_query_response_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_trust_center_for_cluster_server_query_response_command_t *cmd_struct)

Parser function for "TrustCenterForClusterServerQueryResponse" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_survey_beacons_response_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_survey_beacons_response_command_t *cmd_struct)

Parser function for "SurveyBeaconsResponse" ZCL command from "SL Works With All Hubs" cluster.

zcl_decode_sl_works_with_all_hubs_cluster_use_trust_center_for_cluster_server_response_command(EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_use_trust_center_for_cluster_server_response_command_t *cmd_struct)

Parser function for "UseTrustCenterForClusterServerResponse" ZCL command from "SL Works With All Hubs" cluster.

Function Documentation#

zcl_decode_basic_cluster_get_locales_supported_command#

EmberAfStatus zcl_decode_basic_cluster_get_locales_supported_command (EmberAfClusterCommand *cmd, sl_zcl_basic_cluster_get_locales_supported_command_t *cmd_struct)

Parser function for "GetLocalesSupported" ZCL command from "Basic" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 46 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_basic_cluster_get_locales_supported_response_command#

EmberAfStatus zcl_decode_basic_cluster_get_locales_supported_response_command (EmberAfClusterCommand *cmd, sl_zcl_basic_cluster_get_locales_supported_response_command_t *cmd_struct)

Parser function for "GetLocalesSupportedResponse" ZCL command from "Basic" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 49 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_identify_cluster_identify_command#

EmberAfStatus zcl_decode_identify_cluster_identify_command (EmberAfClusterCommand *cmd, sl_zcl_identify_cluster_identify_command_t *cmd_struct)

Parser function for "Identify" ZCL command from "Identify" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 52 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_identify_cluster_ez_mode_invoke_command#

EmberAfStatus zcl_decode_identify_cluster_ez_mode_invoke_command (EmberAfClusterCommand *cmd, sl_zcl_identify_cluster_ez_mode_invoke_command_t *cmd_struct)

Parser function for "EZModeInvoke" ZCL command from "Identify" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 55 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_identify_cluster_update_commission_state_command#

EmberAfStatus zcl_decode_identify_cluster_update_commission_state_command (EmberAfClusterCommand *cmd, sl_zcl_identify_cluster_update_commission_state_command_t *cmd_struct)

Parser function for "UpdateCommissionState" ZCL command from "Identify" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 58 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_identify_cluster_trigger_effect_command#

EmberAfStatus zcl_decode_identify_cluster_trigger_effect_command (EmberAfClusterCommand *cmd, sl_zcl_identify_cluster_trigger_effect_command_t *cmd_struct)

Parser function for "TriggerEffect" ZCL command from "Identify" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 61 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_identify_cluster_identify_query_response_command#

EmberAfStatus zcl_decode_identify_cluster_identify_query_response_command (EmberAfClusterCommand *cmd, sl_zcl_identify_cluster_identify_query_response_command_t *cmd_struct)

Parser function for "IdentifyQueryResponse" ZCL command from "Identify" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 64 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_groups_cluster_add_group_command#

EmberAfStatus zcl_decode_groups_cluster_add_group_command (EmberAfClusterCommand *cmd, sl_zcl_groups_cluster_add_group_command_t *cmd_struct)

Parser function for "AddGroup" ZCL command from "Groups" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 67 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_groups_cluster_view_group_command#

EmberAfStatus zcl_decode_groups_cluster_view_group_command (EmberAfClusterCommand *cmd, sl_zcl_groups_cluster_view_group_command_t *cmd_struct)

Parser function for "ViewGroup" ZCL command from "Groups" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 70 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_groups_cluster_get_group_membership_command#

EmberAfStatus zcl_decode_groups_cluster_get_group_membership_command (EmberAfClusterCommand *cmd, sl_zcl_groups_cluster_get_group_membership_command_t *cmd_struct)

Parser function for "GetGroupMembership" ZCL command from "Groups" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 73 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_groups_cluster_remove_group_command#

EmberAfStatus zcl_decode_groups_cluster_remove_group_command (EmberAfClusterCommand *cmd, sl_zcl_groups_cluster_remove_group_command_t *cmd_struct)

Parser function for "RemoveGroup" ZCL command from "Groups" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 76 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_groups_cluster_add_group_if_identifying_command#

EmberAfStatus zcl_decode_groups_cluster_add_group_if_identifying_command (EmberAfClusterCommand *cmd, sl_zcl_groups_cluster_add_group_if_identifying_command_t *cmd_struct)

Parser function for "AddGroupIfIdentifying" ZCL command from "Groups" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 79 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_groups_cluster_add_group_response_command#

EmberAfStatus zcl_decode_groups_cluster_add_group_response_command (EmberAfClusterCommand *cmd, sl_zcl_groups_cluster_add_group_response_command_t *cmd_struct)

Parser function for "AddGroupResponse" ZCL command from "Groups" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 82 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_groups_cluster_view_group_response_command#

EmberAfStatus zcl_decode_groups_cluster_view_group_response_command (EmberAfClusterCommand *cmd, sl_zcl_groups_cluster_view_group_response_command_t *cmd_struct)

Parser function for "ViewGroupResponse" ZCL command from "Groups" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 85 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_groups_cluster_get_group_membership_response_command#

EmberAfStatus zcl_decode_groups_cluster_get_group_membership_response_command (EmberAfClusterCommand *cmd, sl_zcl_groups_cluster_get_group_membership_response_command_t *cmd_struct)

Parser function for "GetGroupMembershipResponse" ZCL command from "Groups" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 88 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_groups_cluster_remove_group_response_command#

EmberAfStatus zcl_decode_groups_cluster_remove_group_response_command (EmberAfClusterCommand *cmd, sl_zcl_groups_cluster_remove_group_response_command_t *cmd_struct)

Parser function for "RemoveGroupResponse" ZCL command from "Groups" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 91 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_add_scene_command#

EmberAfStatus zcl_decode_scenes_cluster_add_scene_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_add_scene_command_t *cmd_struct)

Parser function for "AddScene" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 94 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_view_scene_command#

EmberAfStatus zcl_decode_scenes_cluster_view_scene_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_view_scene_command_t *cmd_struct)

Parser function for "ViewScene" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 97 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_remove_scene_command#

EmberAfStatus zcl_decode_scenes_cluster_remove_scene_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_remove_scene_command_t *cmd_struct)

Parser function for "RemoveScene" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 100 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_remove_all_scenes_command#

EmberAfStatus zcl_decode_scenes_cluster_remove_all_scenes_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_remove_all_scenes_command_t *cmd_struct)

Parser function for "RemoveAllScenes" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 103 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_store_scene_command#

EmberAfStatus zcl_decode_scenes_cluster_store_scene_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_store_scene_command_t *cmd_struct)

Parser function for "StoreScene" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 106 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_recall_scene_command#

EmberAfStatus zcl_decode_scenes_cluster_recall_scene_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_recall_scene_command_t *cmd_struct)

Parser function for "RecallScene" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 109 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_get_scene_membership_command#

EmberAfStatus zcl_decode_scenes_cluster_get_scene_membership_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_get_scene_membership_command_t *cmd_struct)

Parser function for "GetSceneMembership" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 112 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_enhanced_add_scene_command#

EmberAfStatus zcl_decode_scenes_cluster_enhanced_add_scene_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_enhanced_add_scene_command_t *cmd_struct)

Parser function for "EnhancedAddScene" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 115 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_enhanced_view_scene_command#

EmberAfStatus zcl_decode_scenes_cluster_enhanced_view_scene_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_enhanced_view_scene_command_t *cmd_struct)

Parser function for "EnhancedViewScene" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 118 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_copy_scene_command#

EmberAfStatus zcl_decode_scenes_cluster_copy_scene_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_copy_scene_command_t *cmd_struct)

Parser function for "CopyScene" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 121 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_add_scene_response_command#

EmberAfStatus zcl_decode_scenes_cluster_add_scene_response_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_add_scene_response_command_t *cmd_struct)

Parser function for "AddSceneResponse" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 124 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_view_scene_response_command#

EmberAfStatus zcl_decode_scenes_cluster_view_scene_response_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_view_scene_response_command_t *cmd_struct)

Parser function for "ViewSceneResponse" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 127 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_remove_scene_response_command#

EmberAfStatus zcl_decode_scenes_cluster_remove_scene_response_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_remove_scene_response_command_t *cmd_struct)

Parser function for "RemoveSceneResponse" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 130 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_remove_all_scenes_response_command#

EmberAfStatus zcl_decode_scenes_cluster_remove_all_scenes_response_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_remove_all_scenes_response_command_t *cmd_struct)

Parser function for "RemoveAllScenesResponse" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 133 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_store_scene_response_command#

EmberAfStatus zcl_decode_scenes_cluster_store_scene_response_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_store_scene_response_command_t *cmd_struct)

Parser function for "StoreSceneResponse" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 136 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_get_scene_membership_response_command#

EmberAfStatus zcl_decode_scenes_cluster_get_scene_membership_response_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_get_scene_membership_response_command_t *cmd_struct)

Parser function for "GetSceneMembershipResponse" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 139 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_enhanced_add_scene_response_command#

EmberAfStatus zcl_decode_scenes_cluster_enhanced_add_scene_response_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_enhanced_add_scene_response_command_t *cmd_struct)

Parser function for "EnhancedAddSceneResponse" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 142 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_enhanced_view_scene_response_command#

EmberAfStatus zcl_decode_scenes_cluster_enhanced_view_scene_response_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_enhanced_view_scene_response_command_t *cmd_struct)

Parser function for "EnhancedViewSceneResponse" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 145 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_scenes_cluster_copy_scene_response_command#

EmberAfStatus zcl_decode_scenes_cluster_copy_scene_response_command (EmberAfClusterCommand *cmd, sl_zcl_scenes_cluster_copy_scene_response_command_t *cmd_struct)

Parser function for "CopySceneResponse" ZCL command from "Scenes" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 148 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_on_off_cluster_off_with_effect_command#

EmberAfStatus zcl_decode_on_off_cluster_off_with_effect_command (EmberAfClusterCommand *cmd, sl_zcl_on_off_cluster_off_with_effect_command_t *cmd_struct)

Parser function for "OffWithEffect" ZCL command from "On/off" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 151 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_on_off_cluster_on_with_timed_off_command#

EmberAfStatus zcl_decode_on_off_cluster_on_with_timed_off_command (EmberAfClusterCommand *cmd, sl_zcl_on_off_cluster_on_with_timed_off_command_t *cmd_struct)

Parser function for "OnWithTimedOff" ZCL command from "On/off" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 154 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_level_control_cluster_move_to_level_command#

EmberAfStatus zcl_decode_level_control_cluster_move_to_level_command (EmberAfClusterCommand *cmd, sl_zcl_level_control_cluster_move_to_level_command_t *cmd_struct)

Parser function for "MoveToLevel" ZCL command from "Level Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 157 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_level_control_cluster_move_command#

EmberAfStatus zcl_decode_level_control_cluster_move_command (EmberAfClusterCommand *cmd, sl_zcl_level_control_cluster_move_command_t *cmd_struct)

Parser function for "Move" ZCL command from "Level Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 160 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_level_control_cluster_step_command#

EmberAfStatus zcl_decode_level_control_cluster_step_command (EmberAfClusterCommand *cmd, sl_zcl_level_control_cluster_step_command_t *cmd_struct)

Parser function for "Step" ZCL command from "Level Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 163 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_level_control_cluster_stop_command#

EmberAfStatus zcl_decode_level_control_cluster_stop_command (EmberAfClusterCommand *cmd, sl_zcl_level_control_cluster_stop_command_t *cmd_struct)

Parser function for "Stop" ZCL command from "Level Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 166 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_level_control_cluster_move_to_level_with_on_off_command#

EmberAfStatus zcl_decode_level_control_cluster_move_to_level_with_on_off_command (EmberAfClusterCommand *cmd, sl_zcl_level_control_cluster_move_to_level_with_on_off_command_t *cmd_struct)

Parser function for "MoveToLevelWithOnOff" ZCL command from "Level Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 169 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_level_control_cluster_move_with_on_off_command#

EmberAfStatus zcl_decode_level_control_cluster_move_with_on_off_command (EmberAfClusterCommand *cmd, sl_zcl_level_control_cluster_move_with_on_off_command_t *cmd_struct)

Parser function for "MoveWithOnOff" ZCL command from "Level Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 172 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_level_control_cluster_step_with_on_off_command#

EmberAfStatus zcl_decode_level_control_cluster_step_with_on_off_command (EmberAfClusterCommand *cmd, sl_zcl_level_control_cluster_step_with_on_off_command_t *cmd_struct)

Parser function for "StepWithOnOff" ZCL command from "Level Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 175 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_level_control_cluster_move_to_closest_frequency_command#

EmberAfStatus zcl_decode_level_control_cluster_move_to_closest_frequency_command (EmberAfClusterCommand *cmd, sl_zcl_level_control_cluster_move_to_closest_frequency_command_t *cmd_struct)

Parser function for "MoveToClosestFrequency" ZCL command from "Level Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 178 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_alarms_cluster_reset_alarm_command#

EmberAfStatus zcl_decode_alarms_cluster_reset_alarm_command (EmberAfClusterCommand *cmd, sl_zcl_alarms_cluster_reset_alarm_command_t *cmd_struct)

Parser function for "ResetAlarm" ZCL command from "Alarms" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 181 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_alarms_cluster_alarm_command#

EmberAfStatus zcl_decode_alarms_cluster_alarm_command (EmberAfClusterCommand *cmd, sl_zcl_alarms_cluster_alarm_command_t *cmd_struct)

Parser function for "Alarm" ZCL command from "Alarms" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 184 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_alarms_cluster_get_alarm_response_command#

EmberAfStatus zcl_decode_alarms_cluster_get_alarm_response_command (EmberAfClusterCommand *cmd, sl_zcl_alarms_cluster_get_alarm_response_command_t *cmd_struct)

Parser function for "GetAlarmResponse" ZCL command from "Alarms" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 187 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_rssi_location_cluster_set_absolute_location_command#

EmberAfStatus zcl_decode_rssi_location_cluster_set_absolute_location_command (EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_set_absolute_location_command_t *cmd_struct)

Parser function for "SetAbsoluteLocation" ZCL command from "RSSI Location" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 190 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_rssi_location_cluster_set_device_configuration_command#

EmberAfStatus zcl_decode_rssi_location_cluster_set_device_configuration_command (EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_set_device_configuration_command_t *cmd_struct)

Parser function for "SetDeviceConfiguration" ZCL command from "RSSI Location" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 193 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_rssi_location_cluster_get_device_configuration_command#

EmberAfStatus zcl_decode_rssi_location_cluster_get_device_configuration_command (EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_get_device_configuration_command_t *cmd_struct)

Parser function for "GetDeviceConfiguration" ZCL command from "RSSI Location" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 196 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_rssi_location_cluster_get_location_data_command#

EmberAfStatus zcl_decode_rssi_location_cluster_get_location_data_command (EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_get_location_data_command_t *cmd_struct)

Parser function for "GetLocationData" ZCL command from "RSSI Location" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 199 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_rssi_location_cluster_rssi_response_command#

EmberAfStatus zcl_decode_rssi_location_cluster_rssi_response_command (EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_rssi_response_command_t *cmd_struct)

Parser function for "RssiResponse" ZCL command from "RSSI Location" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 202 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_rssi_location_cluster_send_pings_command#

EmberAfStatus zcl_decode_rssi_location_cluster_send_pings_command (EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_send_pings_command_t *cmd_struct)

Parser function for "SendPings" ZCL command from "RSSI Location" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 205 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_rssi_location_cluster_anchor_node_announce_command#

EmberAfStatus zcl_decode_rssi_location_cluster_anchor_node_announce_command (EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_anchor_node_announce_command_t *cmd_struct)

Parser function for "AnchorNodeAnnounce" ZCL command from "RSSI Location" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 208 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_rssi_location_cluster_device_configuration_response_command#

EmberAfStatus zcl_decode_rssi_location_cluster_device_configuration_response_command (EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_device_configuration_response_command_t *cmd_struct)

Parser function for "DeviceConfigurationResponse" ZCL command from "RSSI Location" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 211 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_rssi_location_cluster_location_data_response_command#

EmberAfStatus zcl_decode_rssi_location_cluster_location_data_response_command (EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_location_data_response_command_t *cmd_struct)

Parser function for "LocationDataResponse" ZCL command from "RSSI Location" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 214 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_rssi_location_cluster_location_data_notification_command#

EmberAfStatus zcl_decode_rssi_location_cluster_location_data_notification_command (EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_location_data_notification_command_t *cmd_struct)

Parser function for "LocationDataNotification" ZCL command from "RSSI Location" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 217 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_rssi_location_cluster_compact_location_data_notification_command#

EmberAfStatus zcl_decode_rssi_location_cluster_compact_location_data_notification_command (EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_compact_location_data_notification_command_t *cmd_struct)

Parser function for "CompactLocationDataNotification" ZCL command from "RSSI Location" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 220 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_rssi_location_cluster_rssi_ping_command#

EmberAfStatus zcl_decode_rssi_location_cluster_rssi_ping_command (EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_rssi_ping_command_t *cmd_struct)

Parser function for "RssiPing" ZCL command from "RSSI Location" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 223 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_rssi_location_cluster_report_rssi_measurements_command#

EmberAfStatus zcl_decode_rssi_location_cluster_report_rssi_measurements_command (EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_report_rssi_measurements_command_t *cmd_struct)

Parser function for "ReportRssiMeasurements" ZCL command from "RSSI Location" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 226 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_rssi_location_cluster_request_own_location_command#

EmberAfStatus zcl_decode_rssi_location_cluster_request_own_location_command (EmberAfClusterCommand *cmd, sl_zcl_rssi_location_cluster_request_own_location_command_t *cmd_struct)

Parser function for "RequestOwnLocation" ZCL command from "RSSI Location" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 229 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_commissioning_cluster_restart_device_command#

EmberAfStatus zcl_decode_commissioning_cluster_restart_device_command (EmberAfClusterCommand *cmd, sl_zcl_commissioning_cluster_restart_device_command_t *cmd_struct)

Parser function for "RestartDevice" ZCL command from "Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 232 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_commissioning_cluster_save_startup_parameters_command#

EmberAfStatus zcl_decode_commissioning_cluster_save_startup_parameters_command (EmberAfClusterCommand *cmd, sl_zcl_commissioning_cluster_save_startup_parameters_command_t *cmd_struct)

Parser function for "SaveStartupParameters" ZCL command from "Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 235 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_commissioning_cluster_restore_startup_parameters_command#

EmberAfStatus zcl_decode_commissioning_cluster_restore_startup_parameters_command (EmberAfClusterCommand *cmd, sl_zcl_commissioning_cluster_restore_startup_parameters_command_t *cmd_struct)

Parser function for "RestoreStartupParameters" ZCL command from "Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 238 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_commissioning_cluster_reset_startup_parameters_command#

EmberAfStatus zcl_decode_commissioning_cluster_reset_startup_parameters_command (EmberAfClusterCommand *cmd, sl_zcl_commissioning_cluster_reset_startup_parameters_command_t *cmd_struct)

Parser function for "ResetStartupParameters" ZCL command from "Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 241 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_commissioning_cluster_restart_device_response_command#

EmberAfStatus zcl_decode_commissioning_cluster_restart_device_response_command (EmberAfClusterCommand *cmd, sl_zcl_commissioning_cluster_restart_device_response_command_t *cmd_struct)

Parser function for "RestartDeviceResponse" ZCL command from "Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 244 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_commissioning_cluster_save_startup_parameters_response_command#

EmberAfStatus zcl_decode_commissioning_cluster_save_startup_parameters_response_command (EmberAfClusterCommand *cmd, sl_zcl_commissioning_cluster_save_startup_parameters_response_command_t *cmd_struct)

Parser function for "SaveStartupParametersResponse" ZCL command from "Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 247 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_commissioning_cluster_restore_startup_parameters_response_command#

EmberAfStatus zcl_decode_commissioning_cluster_restore_startup_parameters_response_command (EmberAfClusterCommand *cmd, sl_zcl_commissioning_cluster_restore_startup_parameters_response_command_t *cmd_struct)

Parser function for "RestoreStartupParametersResponse" ZCL command from "Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 250 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_commissioning_cluster_reset_startup_parameters_response_command#

EmberAfStatus zcl_decode_commissioning_cluster_reset_startup_parameters_response_command (EmberAfClusterCommand *cmd, sl_zcl_commissioning_cluster_reset_startup_parameters_response_command_t *cmd_struct)

Parser function for "ResetStartupParametersResponse" ZCL command from "Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 253 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_partition_cluster_transfer_partitioned_frame_command#

EmberAfStatus zcl_decode_partition_cluster_transfer_partitioned_frame_command (EmberAfClusterCommand *cmd, sl_zcl_partition_cluster_transfer_partitioned_frame_command_t *cmd_struct)

Parser function for "TransferPartitionedFrame" ZCL command from "Partition" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 256 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_partition_cluster_read_handshake_param_command#

EmberAfStatus zcl_decode_partition_cluster_read_handshake_param_command (EmberAfClusterCommand *cmd, sl_zcl_partition_cluster_read_handshake_param_command_t *cmd_struct)

Parser function for "ReadHandshakeParam" ZCL command from "Partition" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 259 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_partition_cluster_write_handshake_param_command#

EmberAfStatus zcl_decode_partition_cluster_write_handshake_param_command (EmberAfClusterCommand *cmd, sl_zcl_partition_cluster_write_handshake_param_command_t *cmd_struct)

Parser function for "WriteHandshakeParam" ZCL command from "Partition" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 262 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_partition_cluster_multiple_ack_command#

EmberAfStatus zcl_decode_partition_cluster_multiple_ack_command (EmberAfClusterCommand *cmd, sl_zcl_partition_cluster_multiple_ack_command_t *cmd_struct)

Parser function for "MultipleAck" ZCL command from "Partition" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 265 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_partition_cluster_read_handshake_param_response_command#

EmberAfStatus zcl_decode_partition_cluster_read_handshake_param_response_command (EmberAfClusterCommand *cmd, sl_zcl_partition_cluster_read_handshake_param_response_command_t *cmd_struct)

Parser function for "ReadHandshakeParamResponse" ZCL command from "Partition" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 268 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_over_the_air_bootloading_cluster_query_next_image_request_command#

EmberAfStatus zcl_decode_over_the_air_bootloading_cluster_query_next_image_request_command (EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_query_next_image_request_command_t *cmd_struct)

Parser function for "QueryNextImageRequest" ZCL command from "Over the Air Bootloading" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 271 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_over_the_air_bootloading_cluster_image_block_request_command#

EmberAfStatus zcl_decode_over_the_air_bootloading_cluster_image_block_request_command (EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_image_block_request_command_t *cmd_struct)

Parser function for "ImageBlockRequest" ZCL command from "Over the Air Bootloading" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 274 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_over_the_air_bootloading_cluster_image_page_request_command#

EmberAfStatus zcl_decode_over_the_air_bootloading_cluster_image_page_request_command (EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_image_page_request_command_t *cmd_struct)

Parser function for "ImagePageRequest" ZCL command from "Over the Air Bootloading" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 277 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_over_the_air_bootloading_cluster_upgrade_end_request_command#

EmberAfStatus zcl_decode_over_the_air_bootloading_cluster_upgrade_end_request_command (EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_upgrade_end_request_command_t *cmd_struct)

Parser function for "UpgradeEndRequest" ZCL command from "Over the Air Bootloading" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 280 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_over_the_air_bootloading_cluster_query_specific_file_request_command#

EmberAfStatus zcl_decode_over_the_air_bootloading_cluster_query_specific_file_request_command (EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_query_specific_file_request_command_t *cmd_struct)

Parser function for "QuerySpecificFileRequest" ZCL command from "Over the Air Bootloading" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 283 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_over_the_air_bootloading_cluster_image_notify_command#

EmberAfStatus zcl_decode_over_the_air_bootloading_cluster_image_notify_command (EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_image_notify_command_t *cmd_struct)

Parser function for "ImageNotify" ZCL command from "Over the Air Bootloading" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 286 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_over_the_air_bootloading_cluster_query_next_image_response_command#

EmberAfStatus zcl_decode_over_the_air_bootloading_cluster_query_next_image_response_command (EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_query_next_image_response_command_t *cmd_struct)

Parser function for "QueryNextImageResponse" ZCL command from "Over the Air Bootloading" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 289 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_over_the_air_bootloading_cluster_image_block_response_command#

EmberAfStatus zcl_decode_over_the_air_bootloading_cluster_image_block_response_command (EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_image_block_response_command_t *cmd_struct)

Parser function for "ImageBlockResponse" ZCL command from "Over the Air Bootloading" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 292 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_over_the_air_bootloading_cluster_upgrade_end_response_command#

EmberAfStatus zcl_decode_over_the_air_bootloading_cluster_upgrade_end_response_command (EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_upgrade_end_response_command_t *cmd_struct)

Parser function for "UpgradeEndResponse" ZCL command from "Over the Air Bootloading" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 295 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_over_the_air_bootloading_cluster_query_specific_file_response_command#

EmberAfStatus zcl_decode_over_the_air_bootloading_cluster_query_specific_file_response_command (EmberAfClusterCommand *cmd, sl_zcl_over_the_air_bootloading_cluster_query_specific_file_response_command_t *cmd_struct)

Parser function for "QuerySpecificFileResponse" ZCL command from "Over the Air Bootloading" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 298 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_power_profile_request_command#

EmberAfStatus zcl_decode_power_profile_cluster_power_profile_request_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_power_profile_request_command_t *cmd_struct)

Parser function for "PowerProfileRequest" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 301 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_get_power_profile_price_response_command#

EmberAfStatus zcl_decode_power_profile_cluster_get_power_profile_price_response_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_get_power_profile_price_response_command_t *cmd_struct)

Parser function for "GetPowerProfilePriceResponse" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 304 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_get_overall_schedule_price_response_command#

EmberAfStatus zcl_decode_power_profile_cluster_get_overall_schedule_price_response_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_get_overall_schedule_price_response_command_t *cmd_struct)

Parser function for "GetOverallSchedulePriceResponse" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 307 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_energy_phases_schedule_notification_command#

EmberAfStatus zcl_decode_power_profile_cluster_energy_phases_schedule_notification_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_energy_phases_schedule_notification_command_t *cmd_struct)

Parser function for "EnergyPhasesScheduleNotification" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 310 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_energy_phases_schedule_response_command#

EmberAfStatus zcl_decode_power_profile_cluster_energy_phases_schedule_response_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_energy_phases_schedule_response_command_t *cmd_struct)

Parser function for "EnergyPhasesScheduleResponse" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 313 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_power_profile_schedule_constraints_request_command#

EmberAfStatus zcl_decode_power_profile_cluster_power_profile_schedule_constraints_request_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_power_profile_schedule_constraints_request_command_t *cmd_struct)

Parser function for "PowerProfileScheduleConstraintsRequest" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 316 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_energy_phases_schedule_state_request_command#

EmberAfStatus zcl_decode_power_profile_cluster_energy_phases_schedule_state_request_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_energy_phases_schedule_state_request_command_t *cmd_struct)

Parser function for "EnergyPhasesScheduleStateRequest" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 319 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_get_power_profile_price_extended_response_command#

EmberAfStatus zcl_decode_power_profile_cluster_get_power_profile_price_extended_response_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_get_power_profile_price_extended_response_command_t *cmd_struct)

Parser function for "GetPowerProfilePriceExtendedResponse" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 322 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_power_profile_notification_command#

EmberAfStatus zcl_decode_power_profile_cluster_power_profile_notification_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_power_profile_notification_command_t *cmd_struct)

Parser function for "PowerProfileNotification" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 325 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_power_profile_response_command#

EmberAfStatus zcl_decode_power_profile_cluster_power_profile_response_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_power_profile_response_command_t *cmd_struct)

Parser function for "PowerProfileResponse" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 328 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_power_profile_state_response_command#

EmberAfStatus zcl_decode_power_profile_cluster_power_profile_state_response_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_power_profile_state_response_command_t *cmd_struct)

Parser function for "PowerProfileStateResponse" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 331 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_get_power_profile_price_command#

EmberAfStatus zcl_decode_power_profile_cluster_get_power_profile_price_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_get_power_profile_price_command_t *cmd_struct)

Parser function for "GetPowerProfilePrice" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 334 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_power_profiles_state_notification_command#

EmberAfStatus zcl_decode_power_profile_cluster_power_profiles_state_notification_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_power_profiles_state_notification_command_t *cmd_struct)

Parser function for "PowerProfilesStateNotification" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 337 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_energy_phases_schedule_request_command#

EmberAfStatus zcl_decode_power_profile_cluster_energy_phases_schedule_request_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_energy_phases_schedule_request_command_t *cmd_struct)

Parser function for "EnergyPhasesScheduleRequest" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 340 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_energy_phases_schedule_state_response_command#

EmberAfStatus zcl_decode_power_profile_cluster_energy_phases_schedule_state_response_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_energy_phases_schedule_state_response_command_t *cmd_struct)

Parser function for "EnergyPhasesScheduleStateResponse" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 343 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_energy_phases_schedule_state_notification_command#

EmberAfStatus zcl_decode_power_profile_cluster_energy_phases_schedule_state_notification_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_energy_phases_schedule_state_notification_command_t *cmd_struct)

Parser function for "EnergyPhasesScheduleStateNotification" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 346 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_power_profile_schedule_constraints_notification_command#

EmberAfStatus zcl_decode_power_profile_cluster_power_profile_schedule_constraints_notification_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_power_profile_schedule_constraints_notification_command_t *cmd_struct)

Parser function for "PowerProfileScheduleConstraintsNotification" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 349 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_power_profile_schedule_constraints_response_command#

EmberAfStatus zcl_decode_power_profile_cluster_power_profile_schedule_constraints_response_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_power_profile_schedule_constraints_response_command_t *cmd_struct)

Parser function for "PowerProfileScheduleConstraintsResponse" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 352 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_power_profile_cluster_get_power_profile_price_extended_command#

EmberAfStatus zcl_decode_power_profile_cluster_get_power_profile_price_extended_command (EmberAfClusterCommand *cmd, sl_zcl_power_profile_cluster_get_power_profile_price_extended_command_t *cmd_struct)

Parser function for "GetPowerProfilePriceExtended" ZCL command from "Power Profile" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 355 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_appliance_control_cluster_execution_of_a_command_command#

EmberAfStatus zcl_decode_appliance_control_cluster_execution_of_a_command_command (EmberAfClusterCommand *cmd, sl_zcl_appliance_control_cluster_execution_of_a_command_command_t *cmd_struct)

Parser function for "ExecutionOfACommand" ZCL command from "Appliance Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 358 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_appliance_control_cluster_write_functions_command#

EmberAfStatus zcl_decode_appliance_control_cluster_write_functions_command (EmberAfClusterCommand *cmd, sl_zcl_appliance_control_cluster_write_functions_command_t *cmd_struct)

Parser function for "WriteFunctions" ZCL command from "Appliance Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 361 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_appliance_control_cluster_overload_warning_command#

EmberAfStatus zcl_decode_appliance_control_cluster_overload_warning_command (EmberAfClusterCommand *cmd, sl_zcl_appliance_control_cluster_overload_warning_command_t *cmd_struct)

Parser function for "OverloadWarning" ZCL command from "Appliance Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 364 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_appliance_control_cluster_signal_state_response_command#

EmberAfStatus zcl_decode_appliance_control_cluster_signal_state_response_command (EmberAfClusterCommand *cmd, sl_zcl_appliance_control_cluster_signal_state_response_command_t *cmd_struct)

Parser function for "SignalStateResponse" ZCL command from "Appliance Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 367 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_appliance_control_cluster_signal_state_notification_command#

EmberAfStatus zcl_decode_appliance_control_cluster_signal_state_notification_command (EmberAfClusterCommand *cmd, sl_zcl_appliance_control_cluster_signal_state_notification_command_t *cmd_struct)

Parser function for "SignalStateNotification" ZCL command from "Appliance Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 370 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_poll_control_cluster_check_in_response_command#

EmberAfStatus zcl_decode_poll_control_cluster_check_in_response_command (EmberAfClusterCommand *cmd, sl_zcl_poll_control_cluster_check_in_response_command_t *cmd_struct)

Parser function for "CheckInResponse" ZCL command from "Poll Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 373 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_poll_control_cluster_set_long_poll_interval_command#

EmberAfStatus zcl_decode_poll_control_cluster_set_long_poll_interval_command (EmberAfClusterCommand *cmd, sl_zcl_poll_control_cluster_set_long_poll_interval_command_t *cmd_struct)

Parser function for "SetLongPollInterval" ZCL command from "Poll Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 376 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_poll_control_cluster_set_short_poll_interval_command#

EmberAfStatus zcl_decode_poll_control_cluster_set_short_poll_interval_command (EmberAfClusterCommand *cmd, sl_zcl_poll_control_cluster_set_short_poll_interval_command_t *cmd_struct)

Parser function for "SetShortPollInterval" ZCL command from "Poll Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 379 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_green_power_cluster_gp_notification_command#

EmberAfStatus zcl_decode_green_power_cluster_gp_notification_command (EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_notification_command_t *cmd_struct)

Parser function for "GpNotification" ZCL command from "Green Power" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 382 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_green_power_cluster_gp_pairing_search_command#

EmberAfStatus zcl_decode_green_power_cluster_gp_pairing_search_command (EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_pairing_search_command_t *cmd_struct)

Parser function for "GpPairingSearch" ZCL command from "Green Power" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 385 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_green_power_cluster_gp_tunneling_stop_command#

EmberAfStatus zcl_decode_green_power_cluster_gp_tunneling_stop_command (EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_tunneling_stop_command_t *cmd_struct)

Parser function for "GpTunnelingStop" ZCL command from "Green Power" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 388 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_green_power_cluster_gp_commissioning_notification_command#

EmberAfStatus zcl_decode_green_power_cluster_gp_commissioning_notification_command (EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_commissioning_notification_command_t *cmd_struct)

Parser function for "GpCommissioningNotification" ZCL command from "Green Power" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 391 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_green_power_cluster_gp_sink_commissioning_mode_command#

EmberAfStatus zcl_decode_green_power_cluster_gp_sink_commissioning_mode_command (EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_sink_commissioning_mode_command_t *cmd_struct)

Parser function for "GpSinkCommissioningMode" ZCL command from "Green Power" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 394 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_green_power_cluster_gp_translation_table_update_command#

EmberAfStatus zcl_decode_green_power_cluster_gp_translation_table_update_command (EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_translation_table_update_command_t *cmd_struct)

Parser function for "GpTranslationTableUpdate" ZCL command from "Green Power" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 397 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_green_power_cluster_gp_translation_table_request_command#

EmberAfStatus zcl_decode_green_power_cluster_gp_translation_table_request_command (EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_translation_table_request_command_t *cmd_struct)

Parser function for "GpTranslationTableRequest" ZCL command from "Green Power" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 400 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_green_power_cluster_gp_pairing_configuration_command#

EmberAfStatus zcl_decode_green_power_cluster_gp_pairing_configuration_command (EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_pairing_configuration_command_t *cmd_struct)

Parser function for "GpPairingConfiguration" ZCL command from "Green Power" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 403 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_green_power_cluster_gp_sink_table_request_command#

EmberAfStatus zcl_decode_green_power_cluster_gp_sink_table_request_command (EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_sink_table_request_command_t *cmd_struct)

Parser function for "GpSinkTableRequest" ZCL command from "Green Power" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 406 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_green_power_cluster_gp_proxy_table_response_command#

EmberAfStatus zcl_decode_green_power_cluster_gp_proxy_table_response_command (EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_proxy_table_response_command_t *cmd_struct)

Parser function for "GpProxyTableResponse" ZCL command from "Green Power" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 409 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_green_power_cluster_gp_notification_response_command#

EmberAfStatus zcl_decode_green_power_cluster_gp_notification_response_command (EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_notification_response_command_t *cmd_struct)

Parser function for "GpNotificationResponse" ZCL command from "Green Power" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 412 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_green_power_cluster_gp_pairing_command#

EmberAfStatus zcl_decode_green_power_cluster_gp_pairing_command (EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_pairing_command_t *cmd_struct)

Parser function for "GpPairing" ZCL command from "Green Power" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 415 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_green_power_cluster_gp_proxy_commissioning_mode_command#

EmberAfStatus zcl_decode_green_power_cluster_gp_proxy_commissioning_mode_command (EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_proxy_commissioning_mode_command_t *cmd_struct)

Parser function for "GpProxyCommissioningMode" ZCL command from "Green Power" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 418 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_green_power_cluster_gp_response_command#

EmberAfStatus zcl_decode_green_power_cluster_gp_response_command (EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_response_command_t *cmd_struct)

Parser function for "GpResponse" ZCL command from "Green Power" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 421 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_green_power_cluster_gp_translation_table_response_command#

EmberAfStatus zcl_decode_green_power_cluster_gp_translation_table_response_command (EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_translation_table_response_command_t *cmd_struct)

Parser function for "GpTranslationTableResponse" ZCL command from "Green Power" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 424 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_green_power_cluster_gp_sink_table_response_command#

EmberAfStatus zcl_decode_green_power_cluster_gp_sink_table_response_command (EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_sink_table_response_command_t *cmd_struct)

Parser function for "GpSinkTableResponse" ZCL command from "Green Power" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 427 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_green_power_cluster_gp_proxy_table_request_command#

EmberAfStatus zcl_decode_green_power_cluster_gp_proxy_table_request_command (EmberAfClusterCommand *cmd, sl_zcl_green_power_cluster_gp_proxy_table_request_command_t *cmd_struct)

Parser function for "GpProxyTableRequest" ZCL command from "Green Power" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 430 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_lock_door_command#

EmberAfStatus zcl_decode_door_lock_cluster_lock_door_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_lock_door_command_t *cmd_struct)

Parser function for "LockDoor" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 433 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_unlock_door_command#

EmberAfStatus zcl_decode_door_lock_cluster_unlock_door_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_unlock_door_command_t *cmd_struct)

Parser function for "UnlockDoor" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 436 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_toggle_command#

EmberAfStatus zcl_decode_door_lock_cluster_toggle_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_toggle_command_t *cmd_struct)

Parser function for "Toggle" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 439 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_unlock_with_timeout_command#

EmberAfStatus zcl_decode_door_lock_cluster_unlock_with_timeout_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_unlock_with_timeout_command_t *cmd_struct)

Parser function for "UnlockWithTimeout" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 442 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_get_log_record_command#

EmberAfStatus zcl_decode_door_lock_cluster_get_log_record_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_log_record_command_t *cmd_struct)

Parser function for "GetLogRecord" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 445 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_set_pin_command#

EmberAfStatus zcl_decode_door_lock_cluster_set_pin_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_pin_command_t *cmd_struct)

Parser function for "SetPin" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 448 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_get_pin_command#

EmberAfStatus zcl_decode_door_lock_cluster_get_pin_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_pin_command_t *cmd_struct)

Parser function for "GetPin" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 451 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_clear_pin_command#

EmberAfStatus zcl_decode_door_lock_cluster_clear_pin_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_pin_command_t *cmd_struct)

Parser function for "ClearPin" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 454 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_set_user_status_command#

EmberAfStatus zcl_decode_door_lock_cluster_set_user_status_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_user_status_command_t *cmd_struct)

Parser function for "SetUserStatus" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 457 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_get_user_status_command#

EmberAfStatus zcl_decode_door_lock_cluster_get_user_status_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_user_status_command_t *cmd_struct)

Parser function for "GetUserStatus" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 460 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_set_weekday_schedule_command#

EmberAfStatus zcl_decode_door_lock_cluster_set_weekday_schedule_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_weekday_schedule_command_t *cmd_struct)

Parser function for "SetWeekdaySchedule" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 463 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_get_weekday_schedule_command#

EmberAfStatus zcl_decode_door_lock_cluster_get_weekday_schedule_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_weekday_schedule_command_t *cmd_struct)

Parser function for "GetWeekdaySchedule" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 466 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_clear_weekday_schedule_command#

EmberAfStatus zcl_decode_door_lock_cluster_clear_weekday_schedule_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_weekday_schedule_command_t *cmd_struct)

Parser function for "ClearWeekdaySchedule" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 469 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_set_yearday_schedule_command#

EmberAfStatus zcl_decode_door_lock_cluster_set_yearday_schedule_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_yearday_schedule_command_t *cmd_struct)

Parser function for "SetYeardaySchedule" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 472 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_get_yearday_schedule_command#

EmberAfStatus zcl_decode_door_lock_cluster_get_yearday_schedule_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_yearday_schedule_command_t *cmd_struct)

Parser function for "GetYeardaySchedule" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 475 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_clear_yearday_schedule_command#

EmberAfStatus zcl_decode_door_lock_cluster_clear_yearday_schedule_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_yearday_schedule_command_t *cmd_struct)

Parser function for "ClearYeardaySchedule" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 478 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_set_holiday_schedule_command#

EmberAfStatus zcl_decode_door_lock_cluster_set_holiday_schedule_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_holiday_schedule_command_t *cmd_struct)

Parser function for "SetHolidaySchedule" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 481 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_get_holiday_schedule_command#

EmberAfStatus zcl_decode_door_lock_cluster_get_holiday_schedule_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_holiday_schedule_command_t *cmd_struct)

Parser function for "GetHolidaySchedule" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 484 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_clear_holiday_schedule_command#

EmberAfStatus zcl_decode_door_lock_cluster_clear_holiday_schedule_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_holiday_schedule_command_t *cmd_struct)

Parser function for "ClearHolidaySchedule" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 487 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_set_user_type_command#

EmberAfStatus zcl_decode_door_lock_cluster_set_user_type_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_user_type_command_t *cmd_struct)

Parser function for "SetUserType" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 490 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_get_user_type_command#

EmberAfStatus zcl_decode_door_lock_cluster_get_user_type_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_user_type_command_t *cmd_struct)

Parser function for "GetUserType" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 493 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_set_rfid_command#

EmberAfStatus zcl_decode_door_lock_cluster_set_rfid_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_rfid_command_t *cmd_struct)

Parser function for "SetRfid" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 496 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_get_rfid_command#

EmberAfStatus zcl_decode_door_lock_cluster_get_rfid_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_rfid_command_t *cmd_struct)

Parser function for "GetRfid" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 499 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_clear_rfid_command#

EmberAfStatus zcl_decode_door_lock_cluster_clear_rfid_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_rfid_command_t *cmd_struct)

Parser function for "ClearRfid" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 502 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_set_disposable_schedule_command#

EmberAfStatus zcl_decode_door_lock_cluster_set_disposable_schedule_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_disposable_schedule_command_t *cmd_struct)

Parser function for "SetDisposableSchedule" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 505 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_get_disposable_schedule_command#

EmberAfStatus zcl_decode_door_lock_cluster_get_disposable_schedule_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_disposable_schedule_command_t *cmd_struct)

Parser function for "GetDisposableSchedule" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 508 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_clear_disposable_schedule_command#

EmberAfStatus zcl_decode_door_lock_cluster_clear_disposable_schedule_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_disposable_schedule_command_t *cmd_struct)

Parser function for "ClearDisposableSchedule" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 511 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_clear_biometric_credential_command#

EmberAfStatus zcl_decode_door_lock_cluster_clear_biometric_credential_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_biometric_credential_command_t *cmd_struct)

Parser function for "ClearBiometricCredential" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 514 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_lock_door_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_lock_door_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_lock_door_response_command_t *cmd_struct)

Parser function for "LockDoorResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 517 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_unlock_door_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_unlock_door_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_unlock_door_response_command_t *cmd_struct)

Parser function for "UnlockDoorResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 520 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_toggle_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_toggle_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_toggle_response_command_t *cmd_struct)

Parser function for "ToggleResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 523 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_unlock_with_timeout_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_unlock_with_timeout_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_unlock_with_timeout_response_command_t *cmd_struct)

Parser function for "UnlockWithTimeoutResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 526 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_get_log_record_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_get_log_record_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_log_record_response_command_t *cmd_struct)

Parser function for "GetLogRecordResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 529 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_set_pin_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_set_pin_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_pin_response_command_t *cmd_struct)

Parser function for "SetPinResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 532 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_get_pin_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_get_pin_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_pin_response_command_t *cmd_struct)

Parser function for "GetPinResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 535 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_clear_pin_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_clear_pin_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_pin_response_command_t *cmd_struct)

Parser function for "ClearPinResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 538 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_clear_all_pins_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_clear_all_pins_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_all_pins_response_command_t *cmd_struct)

Parser function for "ClearAllPinsResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 541 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_set_user_status_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_set_user_status_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_user_status_response_command_t *cmd_struct)

Parser function for "SetUserStatusResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 544 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_get_user_status_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_get_user_status_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_user_status_response_command_t *cmd_struct)

Parser function for "GetUserStatusResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 547 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_set_weekday_schedule_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_set_weekday_schedule_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_weekday_schedule_response_command_t *cmd_struct)

Parser function for "SetWeekdayScheduleResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 550 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_get_weekday_schedule_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_get_weekday_schedule_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_weekday_schedule_response_command_t *cmd_struct)

Parser function for "GetWeekdayScheduleResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 553 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_clear_weekday_schedule_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_clear_weekday_schedule_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_weekday_schedule_response_command_t *cmd_struct)

Parser function for "ClearWeekdayScheduleResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 556 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_set_yearday_schedule_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_set_yearday_schedule_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_yearday_schedule_response_command_t *cmd_struct)

Parser function for "SetYeardayScheduleResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 559 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_get_yearday_schedule_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_get_yearday_schedule_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_yearday_schedule_response_command_t *cmd_struct)

Parser function for "GetYeardayScheduleResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 562 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_clear_yearday_schedule_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_clear_yearday_schedule_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_yearday_schedule_response_command_t *cmd_struct)

Parser function for "ClearYeardayScheduleResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 565 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_set_holiday_schedule_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_set_holiday_schedule_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_holiday_schedule_response_command_t *cmd_struct)

Parser function for "SetHolidayScheduleResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 568 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_get_holiday_schedule_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_get_holiday_schedule_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_holiday_schedule_response_command_t *cmd_struct)

Parser function for "GetHolidayScheduleResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 571 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_clear_holiday_schedule_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_clear_holiday_schedule_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_holiday_schedule_response_command_t *cmd_struct)

Parser function for "ClearHolidayScheduleResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 574 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_set_user_type_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_set_user_type_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_user_type_response_command_t *cmd_struct)

Parser function for "SetUserTypeResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 577 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_get_user_type_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_get_user_type_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_user_type_response_command_t *cmd_struct)

Parser function for "GetUserTypeResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 580 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_set_rfid_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_set_rfid_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_rfid_response_command_t *cmd_struct)

Parser function for "SetRfidResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 583 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_get_rfid_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_get_rfid_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_rfid_response_command_t *cmd_struct)

Parser function for "GetRfidResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 586 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_clear_rfid_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_clear_rfid_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_rfid_response_command_t *cmd_struct)

Parser function for "ClearRfidResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 589 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_clear_all_rfids_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_clear_all_rfids_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_all_rfids_response_command_t *cmd_struct)

Parser function for "ClearAllRfidsResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 592 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_set_disposable_schedule_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_set_disposable_schedule_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_set_disposable_schedule_response_command_t *cmd_struct)

Parser function for "SetDisposableScheduleResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 595 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_get_disposable_schedule_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_get_disposable_schedule_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_get_disposable_schedule_response_command_t *cmd_struct)

Parser function for "GetDisposableScheduleResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 598 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_clear_disposable_schedule_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_clear_disposable_schedule_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_disposable_schedule_response_command_t *cmd_struct)

Parser function for "ClearDisposableScheduleResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 601 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_clear_biometric_credential_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_clear_biometric_credential_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_biometric_credential_response_command_t *cmd_struct)

Parser function for "ClearBiometricCredentialResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 604 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_clear_all_biometric_credentials_response_command#

EmberAfStatus zcl_decode_door_lock_cluster_clear_all_biometric_credentials_response_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_clear_all_biometric_credentials_response_command_t *cmd_struct)

Parser function for "ClearAllBiometricCredentialsResponse" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 607 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_operation_event_notification_command#

EmberAfStatus zcl_decode_door_lock_cluster_operation_event_notification_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_operation_event_notification_command_t *cmd_struct)

Parser function for "OperationEventNotification" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 610 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_door_lock_cluster_programming_event_notification_command#

EmberAfStatus zcl_decode_door_lock_cluster_programming_event_notification_command (EmberAfClusterCommand *cmd, sl_zcl_door_lock_cluster_programming_event_notification_command_t *cmd_struct)

Parser function for "ProgrammingEventNotification" ZCL command from "Door Lock" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 613 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_window_covering_cluster_window_covering_go_to_lift_value_command#

EmberAfStatus zcl_decode_window_covering_cluster_window_covering_go_to_lift_value_command (EmberAfClusterCommand *cmd, sl_zcl_window_covering_cluster_window_covering_go_to_lift_value_command_t *cmd_struct)

Parser function for "WindowCoveringGoToLiftValue" ZCL command from "Window Covering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 616 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_window_covering_cluster_window_covering_go_to_lift_percentage_command#

EmberAfStatus zcl_decode_window_covering_cluster_window_covering_go_to_lift_percentage_command (EmberAfClusterCommand *cmd, sl_zcl_window_covering_cluster_window_covering_go_to_lift_percentage_command_t *cmd_struct)

Parser function for "WindowCoveringGoToLiftPercentage" ZCL command from "Window Covering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 619 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_window_covering_cluster_window_covering_go_to_tilt_value_command#

EmberAfStatus zcl_decode_window_covering_cluster_window_covering_go_to_tilt_value_command (EmberAfClusterCommand *cmd, sl_zcl_window_covering_cluster_window_covering_go_to_tilt_value_command_t *cmd_struct)

Parser function for "WindowCoveringGoToTiltValue" ZCL command from "Window Covering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 622 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_window_covering_cluster_window_covering_go_to_tilt_percentage_command#

EmberAfStatus zcl_decode_window_covering_cluster_window_covering_go_to_tilt_percentage_command (EmberAfClusterCommand *cmd, sl_zcl_window_covering_cluster_window_covering_go_to_tilt_percentage_command_t *cmd_struct)

Parser function for "WindowCoveringGoToTiltPercentage" ZCL command from "Window Covering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 625 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_barrier_control_cluster_barrier_control_go_to_percent_command#

EmberAfStatus zcl_decode_barrier_control_cluster_barrier_control_go_to_percent_command (EmberAfClusterCommand *cmd, sl_zcl_barrier_control_cluster_barrier_control_go_to_percent_command_t *cmd_struct)

Parser function for "BarrierControlGoToPercent" ZCL command from "Barrier Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 628 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_thermostat_cluster_setpoint_raise_lower_command#

EmberAfStatus zcl_decode_thermostat_cluster_setpoint_raise_lower_command (EmberAfClusterCommand *cmd, sl_zcl_thermostat_cluster_setpoint_raise_lower_command_t *cmd_struct)

Parser function for "SetpointRaiseLower" ZCL command from "Thermostat" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 631 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_thermostat_cluster_set_weekly_schedule_command#

EmberAfStatus zcl_decode_thermostat_cluster_set_weekly_schedule_command (EmberAfClusterCommand *cmd, sl_zcl_thermostat_cluster_set_weekly_schedule_command_t *cmd_struct)

Parser function for "SetWeeklySchedule" ZCL command from "Thermostat" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 634 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_thermostat_cluster_get_weekly_schedule_command#

EmberAfStatus zcl_decode_thermostat_cluster_get_weekly_schedule_command (EmberAfClusterCommand *cmd, sl_zcl_thermostat_cluster_get_weekly_schedule_command_t *cmd_struct)

Parser function for "GetWeeklySchedule" ZCL command from "Thermostat" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 637 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_thermostat_cluster_current_weekly_schedule_command#

EmberAfStatus zcl_decode_thermostat_cluster_current_weekly_schedule_command (EmberAfClusterCommand *cmd, sl_zcl_thermostat_cluster_current_weekly_schedule_command_t *cmd_struct)

Parser function for "CurrentWeeklySchedule" ZCL command from "Thermostat" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 640 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_thermostat_cluster_relay_status_log_command#

EmberAfStatus zcl_decode_thermostat_cluster_relay_status_log_command (EmberAfClusterCommand *cmd, sl_zcl_thermostat_cluster_relay_status_log_command_t *cmd_struct)

Parser function for "RelayStatusLog" ZCL command from "Thermostat" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 643 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_move_to_hue_command#

EmberAfStatus zcl_decode_color_control_cluster_move_to_hue_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_move_to_hue_command_t *cmd_struct)

Parser function for "MoveToHue" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 646 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_move_hue_command#

EmberAfStatus zcl_decode_color_control_cluster_move_hue_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_move_hue_command_t *cmd_struct)

Parser function for "MoveHue" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 649 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_step_hue_command#

EmberAfStatus zcl_decode_color_control_cluster_step_hue_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_step_hue_command_t *cmd_struct)

Parser function for "StepHue" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 652 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_move_to_saturation_command#

EmberAfStatus zcl_decode_color_control_cluster_move_to_saturation_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_move_to_saturation_command_t *cmd_struct)

Parser function for "MoveToSaturation" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 655 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_move_saturation_command#

EmberAfStatus zcl_decode_color_control_cluster_move_saturation_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_move_saturation_command_t *cmd_struct)

Parser function for "MoveSaturation" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 658 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_step_saturation_command#

EmberAfStatus zcl_decode_color_control_cluster_step_saturation_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_step_saturation_command_t *cmd_struct)

Parser function for "StepSaturation" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 661 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_move_to_hue_and_saturation_command#

EmberAfStatus zcl_decode_color_control_cluster_move_to_hue_and_saturation_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_move_to_hue_and_saturation_command_t *cmd_struct)

Parser function for "MoveToHueAndSaturation" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 664 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_move_to_color_command#

EmberAfStatus zcl_decode_color_control_cluster_move_to_color_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_move_to_color_command_t *cmd_struct)

Parser function for "MoveToColor" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 667 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_move_color_command#

EmberAfStatus zcl_decode_color_control_cluster_move_color_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_move_color_command_t *cmd_struct)

Parser function for "MoveColor" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 670 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_step_color_command#

EmberAfStatus zcl_decode_color_control_cluster_step_color_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_step_color_command_t *cmd_struct)

Parser function for "StepColor" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 673 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_move_to_color_temperature_command#

EmberAfStatus zcl_decode_color_control_cluster_move_to_color_temperature_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_move_to_color_temperature_command_t *cmd_struct)

Parser function for "MoveToColorTemperature" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 676 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_enhanced_move_to_hue_command#

EmberAfStatus zcl_decode_color_control_cluster_enhanced_move_to_hue_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_enhanced_move_to_hue_command_t *cmd_struct)

Parser function for "EnhancedMoveToHue" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 679 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_enhanced_move_hue_command#

EmberAfStatus zcl_decode_color_control_cluster_enhanced_move_hue_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_enhanced_move_hue_command_t *cmd_struct)

Parser function for "EnhancedMoveHue" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 682 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_enhanced_step_hue_command#

EmberAfStatus zcl_decode_color_control_cluster_enhanced_step_hue_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_enhanced_step_hue_command_t *cmd_struct)

Parser function for "EnhancedStepHue" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 685 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_enhanced_move_to_hue_and_saturation_command#

EmberAfStatus zcl_decode_color_control_cluster_enhanced_move_to_hue_and_saturation_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_enhanced_move_to_hue_and_saturation_command_t *cmd_struct)

Parser function for "EnhancedMoveToHueAndSaturation" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 688 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_color_loop_set_command#

EmberAfStatus zcl_decode_color_control_cluster_color_loop_set_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_color_loop_set_command_t *cmd_struct)

Parser function for "ColorLoopSet" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 691 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_stop_move_step_command#

EmberAfStatus zcl_decode_color_control_cluster_stop_move_step_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_stop_move_step_command_t *cmd_struct)

Parser function for "StopMoveStep" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 694 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_move_color_temperature_command#

EmberAfStatus zcl_decode_color_control_cluster_move_color_temperature_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_move_color_temperature_command_t *cmd_struct)

Parser function for "MoveColorTemperature" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 697 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_color_control_cluster_step_color_temperature_command#

EmberAfStatus zcl_decode_color_control_cluster_step_color_temperature_command (EmberAfClusterCommand *cmd, sl_zcl_color_control_cluster_step_color_temperature_command_t *cmd_struct)

Parser function for "StepColorTemperature" ZCL command from "Color Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 700 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_zone_cluster_zone_enroll_response_command#

EmberAfStatus zcl_decode_ias_zone_cluster_zone_enroll_response_command (EmberAfClusterCommand *cmd, sl_zcl_ias_zone_cluster_zone_enroll_response_command_t *cmd_struct)

Parser function for "ZoneEnrollResponse" ZCL command from "IAS Zone" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 703 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_zone_cluster_initiate_test_mode_command#

EmberAfStatus zcl_decode_ias_zone_cluster_initiate_test_mode_command (EmberAfClusterCommand *cmd, sl_zcl_ias_zone_cluster_initiate_test_mode_command_t *cmd_struct)

Parser function for "InitiateTestMode" ZCL command from "IAS Zone" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 706 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_zone_cluster_zone_status_change_notification_command#

EmberAfStatus zcl_decode_ias_zone_cluster_zone_status_change_notification_command (EmberAfClusterCommand *cmd, sl_zcl_ias_zone_cluster_zone_status_change_notification_command_t *cmd_struct)

Parser function for "ZoneStatusChangeNotification" ZCL command from "IAS Zone" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 709 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_zone_cluster_zone_enroll_request_command#

EmberAfStatus zcl_decode_ias_zone_cluster_zone_enroll_request_command (EmberAfClusterCommand *cmd, sl_zcl_ias_zone_cluster_zone_enroll_request_command_t *cmd_struct)

Parser function for "ZoneEnrollRequest" ZCL command from "IAS Zone" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 712 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_ace_cluster_arm_command#

EmberAfStatus zcl_decode_ias_ace_cluster_arm_command (EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_arm_command_t *cmd_struct)

Parser function for "Arm" ZCL command from "IAS ACE" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 715 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_ace_cluster_bypass_command#

EmberAfStatus zcl_decode_ias_ace_cluster_bypass_command (EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_bypass_command_t *cmd_struct)

Parser function for "Bypass" ZCL command from "IAS ACE" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 718 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_ace_cluster_get_zone_information_command#

EmberAfStatus zcl_decode_ias_ace_cluster_get_zone_information_command (EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_get_zone_information_command_t *cmd_struct)

Parser function for "GetZoneInformation" ZCL command from "IAS ACE" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 721 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_ace_cluster_get_zone_status_command#

EmberAfStatus zcl_decode_ias_ace_cluster_get_zone_status_command (EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_get_zone_status_command_t *cmd_struct)

Parser function for "GetZoneStatus" ZCL command from "IAS ACE" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 724 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_ace_cluster_arm_response_command#

EmberAfStatus zcl_decode_ias_ace_cluster_arm_response_command (EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_arm_response_command_t *cmd_struct)

Parser function for "ArmResponse" ZCL command from "IAS ACE" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 727 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_ace_cluster_get_zone_id_map_response_command#

EmberAfStatus zcl_decode_ias_ace_cluster_get_zone_id_map_response_command (EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_get_zone_id_map_response_command_t *cmd_struct)

Parser function for "GetZoneIdMapResponse" ZCL command from "IAS ACE" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 730 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_ace_cluster_get_zone_information_response_command#

EmberAfStatus zcl_decode_ias_ace_cluster_get_zone_information_response_command (EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_get_zone_information_response_command_t *cmd_struct)

Parser function for "GetZoneInformationResponse" ZCL command from "IAS ACE" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 733 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_ace_cluster_zone_status_changed_command#

EmberAfStatus zcl_decode_ias_ace_cluster_zone_status_changed_command (EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_zone_status_changed_command_t *cmd_struct)

Parser function for "ZoneStatusChanged" ZCL command from "IAS ACE" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 736 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_ace_cluster_panel_status_changed_command#

EmberAfStatus zcl_decode_ias_ace_cluster_panel_status_changed_command (EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_panel_status_changed_command_t *cmd_struct)

Parser function for "PanelStatusChanged" ZCL command from "IAS ACE" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 739 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_ace_cluster_get_panel_status_response_command#

EmberAfStatus zcl_decode_ias_ace_cluster_get_panel_status_response_command (EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_get_panel_status_response_command_t *cmd_struct)

Parser function for "GetPanelStatusResponse" ZCL command from "IAS ACE" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 742 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_ace_cluster_set_bypassed_zone_list_command#

EmberAfStatus zcl_decode_ias_ace_cluster_set_bypassed_zone_list_command (EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_set_bypassed_zone_list_command_t *cmd_struct)

Parser function for "SetBypassedZoneList" ZCL command from "IAS ACE" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 745 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_ace_cluster_bypass_response_command#

EmberAfStatus zcl_decode_ias_ace_cluster_bypass_response_command (EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_bypass_response_command_t *cmd_struct)

Parser function for "BypassResponse" ZCL command from "IAS ACE" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 748 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_ace_cluster_get_zone_status_response_command#

EmberAfStatus zcl_decode_ias_ace_cluster_get_zone_status_response_command (EmberAfClusterCommand *cmd, sl_zcl_ias_ace_cluster_get_zone_status_response_command_t *cmd_struct)

Parser function for "GetZoneStatusResponse" ZCL command from "IAS ACE" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 751 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_wd_cluster_start_warning_command#

EmberAfStatus zcl_decode_ias_wd_cluster_start_warning_command (EmberAfClusterCommand *cmd, sl_zcl_ias_wd_cluster_start_warning_command_t *cmd_struct)

Parser function for "StartWarning" ZCL command from "IAS WD" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 754 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ias_wd_cluster_squawk_command#

EmberAfStatus zcl_decode_ias_wd_cluster_squawk_command (EmberAfClusterCommand *cmd, sl_zcl_ias_wd_cluster_squawk_command_t *cmd_struct)

Parser function for "Squawk" ZCL command from "IAS WD" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 757 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_generic_tunnel_cluster_match_protocol_address_command#

EmberAfStatus zcl_decode_generic_tunnel_cluster_match_protocol_address_command (EmberAfClusterCommand *cmd, sl_zcl_generic_tunnel_cluster_match_protocol_address_command_t *cmd_struct)

Parser function for "MatchProtocolAddress" ZCL command from "Generic Tunnel" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 760 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_generic_tunnel_cluster_match_protocol_address_response_command#

EmberAfStatus zcl_decode_generic_tunnel_cluster_match_protocol_address_response_command (EmberAfClusterCommand *cmd, sl_zcl_generic_tunnel_cluster_match_protocol_address_response_command_t *cmd_struct)

Parser function for "MatchProtocolAddressResponse" ZCL command from "Generic Tunnel" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 763 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_generic_tunnel_cluster_advertise_protocol_address_command#

EmberAfStatus zcl_decode_generic_tunnel_cluster_advertise_protocol_address_command (EmberAfClusterCommand *cmd, sl_zcl_generic_tunnel_cluster_advertise_protocol_address_command_t *cmd_struct)

Parser function for "AdvertiseProtocolAddress" ZCL command from "Generic Tunnel" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 766 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_ba_cnet_protocol_tunnel_cluster_transfer_npdu_command#

EmberAfStatus zcl_decode_ba_cnet_protocol_tunnel_cluster_transfer_npdu_command (EmberAfClusterCommand *cmd, sl_zcl_ba_cnet_protocol_tunnel_cluster_transfer_npdu_command_t *cmd_struct)

Parser function for "TransferNpdu" ZCL command from "BACnet Protocol Tunnel" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 769 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_11073_protocol_tunnel_cluster_transfer_apdu_command#

EmberAfStatus zcl_decode_11073_protocol_tunnel_cluster_transfer_apdu_command (EmberAfClusterCommand *cmd, sl_zcl_11073_protocol_tunnel_cluster_transfer_apdu_command_t *cmd_struct)

Parser function for "TransferAPDU" ZCL command from "11073 Protocol Tunnel" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 772 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_11073_protocol_tunnel_cluster_connect_request_command#

EmberAfStatus zcl_decode_11073_protocol_tunnel_cluster_connect_request_command (EmberAfClusterCommand *cmd, sl_zcl_11073_protocol_tunnel_cluster_connect_request_command_t *cmd_struct)

Parser function for "ConnectRequest" ZCL command from "11073 Protocol Tunnel" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 775 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_11073_protocol_tunnel_cluster_disconnect_request_command#

EmberAfStatus zcl_decode_11073_protocol_tunnel_cluster_disconnect_request_command (EmberAfClusterCommand *cmd, sl_zcl_11073_protocol_tunnel_cluster_disconnect_request_command_t *cmd_struct)

Parser function for "DisconnectRequest" ZCL command from "11073 Protocol Tunnel" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 778 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_11073_protocol_tunnel_cluster_connect_status_notification_command#

EmberAfStatus zcl_decode_11073_protocol_tunnel_cluster_connect_status_notification_command (EmberAfClusterCommand *cmd, sl_zcl_11073_protocol_tunnel_cluster_connect_status_notification_command_t *cmd_struct)

Parser function for "ConnectStatusNotification" ZCL command from "11073 Protocol Tunnel" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 781 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_iso_7816_protocol_tunnel_cluster_transfer_apdu_from_client_command#

EmberAfStatus zcl_decode_iso_7816_protocol_tunnel_cluster_transfer_apdu_from_client_command (EmberAfClusterCommand *cmd, sl_zcl_iso_7816_protocol_tunnel_cluster_transfer_apdu_from_client_command_t *cmd_struct)

Parser function for "TransferApduFromClient" ZCL command from "ISO 7816 Protocol Tunnel" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 784 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_iso_7816_protocol_tunnel_cluster_transfer_apdu_from_server_command#

EmberAfStatus zcl_decode_iso_7816_protocol_tunnel_cluster_transfer_apdu_from_server_command (EmberAfClusterCommand *cmd, sl_zcl_iso_7816_protocol_tunnel_cluster_transfer_apdu_from_server_command_t *cmd_struct)

Parser function for "TransferApduFromServer" ZCL command from "ISO 7816 Protocol Tunnel" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 787 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_get_current_price_command#

EmberAfStatus zcl_decode_price_cluster_get_current_price_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_current_price_command_t *cmd_struct)

Parser function for "GetCurrentPrice" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 790 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_get_scheduled_prices_command#

EmberAfStatus zcl_decode_price_cluster_get_scheduled_prices_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_scheduled_prices_command_t *cmd_struct)

Parser function for "GetScheduledPrices" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 793 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_price_acknowledgement_command#

EmberAfStatus zcl_decode_price_cluster_price_acknowledgement_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_price_acknowledgement_command_t *cmd_struct)

Parser function for "PriceAcknowledgement" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 796 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_get_block_periods_command#

EmberAfStatus zcl_decode_price_cluster_get_block_periods_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_block_periods_command_t *cmd_struct)

Parser function for "GetBlockPeriods" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 799 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_get_conversion_factor_command#

EmberAfStatus zcl_decode_price_cluster_get_conversion_factor_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_conversion_factor_command_t *cmd_struct)

Parser function for "GetConversionFactor" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 802 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_get_calorific_value_command#

EmberAfStatus zcl_decode_price_cluster_get_calorific_value_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_calorific_value_command_t *cmd_struct)

Parser function for "GetCalorificValue" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 805 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_get_tariff_information_command#

EmberAfStatus zcl_decode_price_cluster_get_tariff_information_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_tariff_information_command_t *cmd_struct)

Parser function for "GetTariffInformation" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 808 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_get_price_matrix_command#

EmberAfStatus zcl_decode_price_cluster_get_price_matrix_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_price_matrix_command_t *cmd_struct)

Parser function for "GetPriceMatrix" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 811 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_get_block_thresholds_command#

EmberAfStatus zcl_decode_price_cluster_get_block_thresholds_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_block_thresholds_command_t *cmd_struct)

Parser function for "GetBlockThresholds" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 814 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_get_co2_value_command#

EmberAfStatus zcl_decode_price_cluster_get_co2_value_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_co2_value_command_t *cmd_struct)

Parser function for "GetCO2Value" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 817 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_get_tier_labels_command#

EmberAfStatus zcl_decode_price_cluster_get_tier_labels_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_tier_labels_command_t *cmd_struct)

Parser function for "GetTierLabels" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 820 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_get_billing_period_command#

EmberAfStatus zcl_decode_price_cluster_get_billing_period_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_billing_period_command_t *cmd_struct)

Parser function for "GetBillingPeriod" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 823 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_get_consolidated_bill_command#

EmberAfStatus zcl_decode_price_cluster_get_consolidated_bill_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_consolidated_bill_command_t *cmd_struct)

Parser function for "GetConsolidatedBill" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 826 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_cpp_event_response_command#

EmberAfStatus zcl_decode_price_cluster_cpp_event_response_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_cpp_event_response_command_t *cmd_struct)

Parser function for "CppEventResponse" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 829 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_get_credit_payment_command#

EmberAfStatus zcl_decode_price_cluster_get_credit_payment_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_get_credit_payment_command_t *cmd_struct)

Parser function for "GetCreditPayment" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 832 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_publish_price_command#

EmberAfStatus zcl_decode_price_cluster_publish_price_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_price_command_t *cmd_struct)

Parser function for "PublishPrice" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 835 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_publish_block_period_command#

EmberAfStatus zcl_decode_price_cluster_publish_block_period_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_block_period_command_t *cmd_struct)

Parser function for "PublishBlockPeriod" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 838 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_publish_conversion_factor_command#

EmberAfStatus zcl_decode_price_cluster_publish_conversion_factor_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_conversion_factor_command_t *cmd_struct)

Parser function for "PublishConversionFactor" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 841 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_publish_calorific_value_command#

EmberAfStatus zcl_decode_price_cluster_publish_calorific_value_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_calorific_value_command_t *cmd_struct)

Parser function for "PublishCalorificValue" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 844 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_publish_tariff_information_command#

EmberAfStatus zcl_decode_price_cluster_publish_tariff_information_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_tariff_information_command_t *cmd_struct)

Parser function for "PublishTariffInformation" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 847 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_publish_price_matrix_command#

EmberAfStatus zcl_decode_price_cluster_publish_price_matrix_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_price_matrix_command_t *cmd_struct)

Parser function for "PublishPriceMatrix" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 850 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_publish_block_thresholds_command#

EmberAfStatus zcl_decode_price_cluster_publish_block_thresholds_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_block_thresholds_command_t *cmd_struct)

Parser function for "PublishBlockThresholds" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 853 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_publish_co2_value_command#

EmberAfStatus zcl_decode_price_cluster_publish_co2_value_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_co2_value_command_t *cmd_struct)

Parser function for "PublishCO2Value" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 856 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_publish_tier_labels_command#

EmberAfStatus zcl_decode_price_cluster_publish_tier_labels_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_tier_labels_command_t *cmd_struct)

Parser function for "PublishTierLabels" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 859 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_publish_billing_period_command#

EmberAfStatus zcl_decode_price_cluster_publish_billing_period_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_billing_period_command_t *cmd_struct)

Parser function for "PublishBillingPeriod" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 862 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_publish_consolidated_bill_command#

EmberAfStatus zcl_decode_price_cluster_publish_consolidated_bill_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_consolidated_bill_command_t *cmd_struct)

Parser function for "PublishConsolidatedBill" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 865 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_publish_cpp_event_command#

EmberAfStatus zcl_decode_price_cluster_publish_cpp_event_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_cpp_event_command_t *cmd_struct)

Parser function for "PublishCppEvent" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 868 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_publish_credit_payment_command#

EmberAfStatus zcl_decode_price_cluster_publish_credit_payment_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_credit_payment_command_t *cmd_struct)

Parser function for "PublishCreditPayment" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 871 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_publish_currency_conversion_command#

EmberAfStatus zcl_decode_price_cluster_publish_currency_conversion_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_publish_currency_conversion_command_t *cmd_struct)

Parser function for "PublishCurrencyConversion" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 874 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_price_cluster_cancel_tariff_command#

EmberAfStatus zcl_decode_price_cluster_cancel_tariff_command (EmberAfClusterCommand *cmd, sl_zcl_price_cluster_cancel_tariff_command_t *cmd_struct)

Parser function for "CancelTariff" ZCL command from "Price" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 877 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_demand_response_and_load_control_cluster_report_event_status_command#

EmberAfStatus zcl_decode_demand_response_and_load_control_cluster_report_event_status_command (EmberAfClusterCommand *cmd, sl_zcl_demand_response_and_load_control_cluster_report_event_status_command_t *cmd_struct)

Parser function for "ReportEventStatus" ZCL command from "Demand Response and Load Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 880 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_demand_response_and_load_control_cluster_get_scheduled_events_command#

EmberAfStatus zcl_decode_demand_response_and_load_control_cluster_get_scheduled_events_command (EmberAfClusterCommand *cmd, sl_zcl_demand_response_and_load_control_cluster_get_scheduled_events_command_t *cmd_struct)

Parser function for "GetScheduledEvents" ZCL command from "Demand Response and Load Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 883 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_demand_response_and_load_control_cluster_load_control_event_command#

EmberAfStatus zcl_decode_demand_response_and_load_control_cluster_load_control_event_command (EmberAfClusterCommand *cmd, sl_zcl_demand_response_and_load_control_cluster_load_control_event_command_t *cmd_struct)

Parser function for "LoadControlEvent" ZCL command from "Demand Response and Load Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 886 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_demand_response_and_load_control_cluster_cancel_load_control_event_command#

EmberAfStatus zcl_decode_demand_response_and_load_control_cluster_cancel_load_control_event_command (EmberAfClusterCommand *cmd, sl_zcl_demand_response_and_load_control_cluster_cancel_load_control_event_command_t *cmd_struct)

Parser function for "CancelLoadControlEvent" ZCL command from "Demand Response and Load Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 889 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_demand_response_and_load_control_cluster_cancel_all_load_control_events_command#

EmberAfStatus zcl_decode_demand_response_and_load_control_cluster_cancel_all_load_control_events_command (EmberAfClusterCommand *cmd, sl_zcl_demand_response_and_load_control_cluster_cancel_all_load_control_events_command_t *cmd_struct)

Parser function for "CancelAllLoadControlEvents" ZCL command from "Demand Response and Load Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 892 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_get_profile_command#

EmberAfStatus zcl_decode_simple_metering_cluster_get_profile_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_get_profile_command_t *cmd_struct)

Parser function for "GetProfile" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 895 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_request_mirror_response_command#

EmberAfStatus zcl_decode_simple_metering_cluster_request_mirror_response_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_request_mirror_response_command_t *cmd_struct)

Parser function for "RequestMirrorResponse" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 898 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_mirror_removed_command#

EmberAfStatus zcl_decode_simple_metering_cluster_mirror_removed_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_mirror_removed_command_t *cmd_struct)

Parser function for "MirrorRemoved" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 901 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_request_fast_poll_mode_command#

EmberAfStatus zcl_decode_simple_metering_cluster_request_fast_poll_mode_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_request_fast_poll_mode_command_t *cmd_struct)

Parser function for "RequestFastPollMode" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 904 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_schedule_snapshot_command#

EmberAfStatus zcl_decode_simple_metering_cluster_schedule_snapshot_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_schedule_snapshot_command_t *cmd_struct)

Parser function for "ScheduleSnapshot" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 907 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_take_snapshot_command#

EmberAfStatus zcl_decode_simple_metering_cluster_take_snapshot_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_take_snapshot_command_t *cmd_struct)

Parser function for "TakeSnapshot" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 910 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_get_snapshot_command#

EmberAfStatus zcl_decode_simple_metering_cluster_get_snapshot_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_get_snapshot_command_t *cmd_struct)

Parser function for "GetSnapshot" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 913 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_start_sampling_command#

EmberAfStatus zcl_decode_simple_metering_cluster_start_sampling_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_start_sampling_command_t *cmd_struct)

Parser function for "StartSampling" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 916 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_get_sampled_data_command#

EmberAfStatus zcl_decode_simple_metering_cluster_get_sampled_data_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_get_sampled_data_command_t *cmd_struct)

Parser function for "GetSampledData" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 919 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_mirror_report_attribute_response_command#

EmberAfStatus zcl_decode_simple_metering_cluster_mirror_report_attribute_response_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_mirror_report_attribute_response_command_t *cmd_struct)

Parser function for "MirrorReportAttributeResponse" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 922 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_reset_load_limit_counter_command#

EmberAfStatus zcl_decode_simple_metering_cluster_reset_load_limit_counter_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_reset_load_limit_counter_command_t *cmd_struct)

Parser function for "ResetLoadLimitCounter" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 925 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_change_supply_command#

EmberAfStatus zcl_decode_simple_metering_cluster_change_supply_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_change_supply_command_t *cmd_struct)

Parser function for "ChangeSupply" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 928 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_local_change_supply_command#

EmberAfStatus zcl_decode_simple_metering_cluster_local_change_supply_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_local_change_supply_command_t *cmd_struct)

Parser function for "LocalChangeSupply" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 931 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_set_supply_status_command#

EmberAfStatus zcl_decode_simple_metering_cluster_set_supply_status_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_set_supply_status_command_t *cmd_struct)

Parser function for "SetSupplyStatus" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 934 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_set_uncontrolled_flow_threshold_command#

EmberAfStatus zcl_decode_simple_metering_cluster_set_uncontrolled_flow_threshold_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_set_uncontrolled_flow_threshold_command_t *cmd_struct)

Parser function for "SetUncontrolledFlowThreshold" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 937 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_get_profile_response_command#

EmberAfStatus zcl_decode_simple_metering_cluster_get_profile_response_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_get_profile_response_command_t *cmd_struct)

Parser function for "GetProfileResponse" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 940 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_request_fast_poll_mode_response_command#

EmberAfStatus zcl_decode_simple_metering_cluster_request_fast_poll_mode_response_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_request_fast_poll_mode_response_command_t *cmd_struct)

Parser function for "RequestFastPollModeResponse" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 943 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_schedule_snapshot_response_command#

EmberAfStatus zcl_decode_simple_metering_cluster_schedule_snapshot_response_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_schedule_snapshot_response_command_t *cmd_struct)

Parser function for "ScheduleSnapshotResponse" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 946 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_take_snapshot_response_command#

EmberAfStatus zcl_decode_simple_metering_cluster_take_snapshot_response_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_take_snapshot_response_command_t *cmd_struct)

Parser function for "TakeSnapshotResponse" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 949 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_publish_snapshot_command#

EmberAfStatus zcl_decode_simple_metering_cluster_publish_snapshot_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_publish_snapshot_command_t *cmd_struct)

Parser function for "PublishSnapshot" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 952 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_get_sampled_data_response_command#

EmberAfStatus zcl_decode_simple_metering_cluster_get_sampled_data_response_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_get_sampled_data_response_command_t *cmd_struct)

Parser function for "GetSampledDataResponse" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 955 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_configure_mirror_command#

EmberAfStatus zcl_decode_simple_metering_cluster_configure_mirror_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_configure_mirror_command_t *cmd_struct)

Parser function for "ConfigureMirror" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 958 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_configure_notification_scheme_command#

EmberAfStatus zcl_decode_simple_metering_cluster_configure_notification_scheme_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_configure_notification_scheme_command_t *cmd_struct)

Parser function for "ConfigureNotificationScheme" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 961 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_configure_notification_flags_command#

EmberAfStatus zcl_decode_simple_metering_cluster_configure_notification_flags_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_configure_notification_flags_command_t *cmd_struct)

Parser function for "ConfigureNotificationFlags" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 964 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_get_notified_message_command#

EmberAfStatus zcl_decode_simple_metering_cluster_get_notified_message_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_get_notified_message_command_t *cmd_struct)

Parser function for "GetNotifiedMessage" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 967 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_supply_status_response_command#

EmberAfStatus zcl_decode_simple_metering_cluster_supply_status_response_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_supply_status_response_command_t *cmd_struct)

Parser function for "SupplyStatusResponse" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 970 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_simple_metering_cluster_start_sampling_response_command#

EmberAfStatus zcl_decode_simple_metering_cluster_start_sampling_response_command (EmberAfClusterCommand *cmd, sl_zcl_simple_metering_cluster_start_sampling_response_command_t *cmd_struct)

Parser function for "StartSamplingResponse" ZCL command from "Simple Metering" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 973 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_messaging_cluster_message_confirmation_command#

EmberAfStatus zcl_decode_messaging_cluster_message_confirmation_command (EmberAfClusterCommand *cmd, sl_zcl_messaging_cluster_message_confirmation_command_t *cmd_struct)

Parser function for "MessageConfirmation" ZCL command from "Messaging" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 976 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_messaging_cluster_get_message_cancellation_command#

EmberAfStatus zcl_decode_messaging_cluster_get_message_cancellation_command (EmberAfClusterCommand *cmd, sl_zcl_messaging_cluster_get_message_cancellation_command_t *cmd_struct)

Parser function for "GetMessageCancellation" ZCL command from "Messaging" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 979 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_messaging_cluster_display_message_command#

EmberAfStatus zcl_decode_messaging_cluster_display_message_command (EmberAfClusterCommand *cmd, sl_zcl_messaging_cluster_display_message_command_t *cmd_struct)

Parser function for "DisplayMessage" ZCL command from "Messaging" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 982 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_messaging_cluster_cancel_message_command#

EmberAfStatus zcl_decode_messaging_cluster_cancel_message_command (EmberAfClusterCommand *cmd, sl_zcl_messaging_cluster_cancel_message_command_t *cmd_struct)

Parser function for "CancelMessage" ZCL command from "Messaging" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 985 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_messaging_cluster_display_protected_message_command#

EmberAfStatus zcl_decode_messaging_cluster_display_protected_message_command (EmberAfClusterCommand *cmd, sl_zcl_messaging_cluster_display_protected_message_command_t *cmd_struct)

Parser function for "DisplayProtectedMessage" ZCL command from "Messaging" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 988 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_messaging_cluster_cancel_all_messages_command#

EmberAfStatus zcl_decode_messaging_cluster_cancel_all_messages_command (EmberAfClusterCommand *cmd, sl_zcl_messaging_cluster_cancel_all_messages_command_t *cmd_struct)

Parser function for "CancelAllMessages" ZCL command from "Messaging" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 991 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_tunneling_cluster_request_tunnel_command#

EmberAfStatus zcl_decode_tunneling_cluster_request_tunnel_command (EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_request_tunnel_command_t *cmd_struct)

Parser function for "RequestTunnel" ZCL command from "Tunneling" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 994 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_tunneling_cluster_close_tunnel_command#

EmberAfStatus zcl_decode_tunneling_cluster_close_tunnel_command (EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_close_tunnel_command_t *cmd_struct)

Parser function for "CloseTunnel" ZCL command from "Tunneling" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 997 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_tunneling_cluster_transfer_data_client_to_server_command#

EmberAfStatus zcl_decode_tunneling_cluster_transfer_data_client_to_server_command (EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_transfer_data_client_to_server_command_t *cmd_struct)

Parser function for "TransferDataClientToServer" ZCL command from "Tunneling" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1000 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_tunneling_cluster_transfer_data_error_client_to_server_command#

EmberAfStatus zcl_decode_tunneling_cluster_transfer_data_error_client_to_server_command (EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_transfer_data_error_client_to_server_command_t *cmd_struct)

Parser function for "TransferDataErrorClientToServer" ZCL command from "Tunneling" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1003 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_tunneling_cluster_ack_transfer_data_client_to_server_command#

EmberAfStatus zcl_decode_tunneling_cluster_ack_transfer_data_client_to_server_command (EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_ack_transfer_data_client_to_server_command_t *cmd_struct)

Parser function for "AckTransferDataClientToServer" ZCL command from "Tunneling" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1006 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_tunneling_cluster_ready_data_client_to_server_command#

EmberAfStatus zcl_decode_tunneling_cluster_ready_data_client_to_server_command (EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_ready_data_client_to_server_command_t *cmd_struct)

Parser function for "ReadyDataClientToServer" ZCL command from "Tunneling" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1009 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_tunneling_cluster_get_supported_tunnel_protocols_command#

EmberAfStatus zcl_decode_tunneling_cluster_get_supported_tunnel_protocols_command (EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_get_supported_tunnel_protocols_command_t *cmd_struct)

Parser function for "GetSupportedTunnelProtocols" ZCL command from "Tunneling" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1012 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_tunneling_cluster_request_tunnel_response_command#

EmberAfStatus zcl_decode_tunneling_cluster_request_tunnel_response_command (EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_request_tunnel_response_command_t *cmd_struct)

Parser function for "RequestTunnelResponse" ZCL command from "Tunneling" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1015 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_tunneling_cluster_transfer_data_server_to_client_command#

EmberAfStatus zcl_decode_tunneling_cluster_transfer_data_server_to_client_command (EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_transfer_data_server_to_client_command_t *cmd_struct)

Parser function for "TransferDataServerToClient" ZCL command from "Tunneling" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1018 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_tunneling_cluster_transfer_data_error_server_to_client_command#

EmberAfStatus zcl_decode_tunneling_cluster_transfer_data_error_server_to_client_command (EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_transfer_data_error_server_to_client_command_t *cmd_struct)

Parser function for "TransferDataErrorServerToClient" ZCL command from "Tunneling" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1021 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_tunneling_cluster_ack_transfer_data_server_to_client_command#

EmberAfStatus zcl_decode_tunneling_cluster_ack_transfer_data_server_to_client_command (EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_ack_transfer_data_server_to_client_command_t *cmd_struct)

Parser function for "AckTransferDataServerToClient" ZCL command from "Tunneling" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1024 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_tunneling_cluster_ready_data_server_to_client_command#

EmberAfStatus zcl_decode_tunneling_cluster_ready_data_server_to_client_command (EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_ready_data_server_to_client_command_t *cmd_struct)

Parser function for "ReadyDataServerToClient" ZCL command from "Tunneling" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1027 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_tunneling_cluster_supported_tunnel_protocols_response_command#

EmberAfStatus zcl_decode_tunneling_cluster_supported_tunnel_protocols_response_command (EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_supported_tunnel_protocols_response_command_t *cmd_struct)

Parser function for "SupportedTunnelProtocolsResponse" ZCL command from "Tunneling" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1030 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_tunneling_cluster_tunnel_closure_notification_command#

EmberAfStatus zcl_decode_tunneling_cluster_tunnel_closure_notification_command (EmberAfClusterCommand *cmd, sl_zcl_tunneling_cluster_tunnel_closure_notification_command_t *cmd_struct)

Parser function for "TunnelClosureNotification" ZCL command from "Tunneling" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1033 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_prepayment_cluster_select_available_emergency_credit_command#

EmberAfStatus zcl_decode_prepayment_cluster_select_available_emergency_credit_command (EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_select_available_emergency_credit_command_t *cmd_struct)

Parser function for "SelectAvailableEmergencyCredit" ZCL command from "Prepayment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1036 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_prepayment_cluster_change_debt_command#

EmberAfStatus zcl_decode_prepayment_cluster_change_debt_command (EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_change_debt_command_t *cmd_struct)

Parser function for "ChangeDebt" ZCL command from "Prepayment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1039 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_prepayment_cluster_emergency_credit_setup_command#

EmberAfStatus zcl_decode_prepayment_cluster_emergency_credit_setup_command (EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_emergency_credit_setup_command_t *cmd_struct)

Parser function for "EmergencyCreditSetup" ZCL command from "Prepayment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1042 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_prepayment_cluster_consumer_top_up_command#

EmberAfStatus zcl_decode_prepayment_cluster_consumer_top_up_command (EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_consumer_top_up_command_t *cmd_struct)

Parser function for "ConsumerTopUp" ZCL command from "Prepayment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1045 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_prepayment_cluster_credit_adjustment_command#

EmberAfStatus zcl_decode_prepayment_cluster_credit_adjustment_command (EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_credit_adjustment_command_t *cmd_struct)

Parser function for "CreditAdjustment" ZCL command from "Prepayment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1048 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_prepayment_cluster_change_payment_mode_command#

EmberAfStatus zcl_decode_prepayment_cluster_change_payment_mode_command (EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_change_payment_mode_command_t *cmd_struct)

Parser function for "ChangePaymentMode" ZCL command from "Prepayment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1051 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_prepayment_cluster_get_prepay_snapshot_command#

EmberAfStatus zcl_decode_prepayment_cluster_get_prepay_snapshot_command (EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_get_prepay_snapshot_command_t *cmd_struct)

Parser function for "GetPrepaySnapshot" ZCL command from "Prepayment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1054 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_prepayment_cluster_get_top_up_log_command#

EmberAfStatus zcl_decode_prepayment_cluster_get_top_up_log_command (EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_get_top_up_log_command_t *cmd_struct)

Parser function for "GetTopUpLog" ZCL command from "Prepayment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1057 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_prepayment_cluster_set_low_credit_warning_level_command#

EmberAfStatus zcl_decode_prepayment_cluster_set_low_credit_warning_level_command (EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_set_low_credit_warning_level_command_t *cmd_struct)

Parser function for "SetLowCreditWarningLevel" ZCL command from "Prepayment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1060 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_prepayment_cluster_get_debt_repayment_log_command#

EmberAfStatus zcl_decode_prepayment_cluster_get_debt_repayment_log_command (EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_get_debt_repayment_log_command_t *cmd_struct)

Parser function for "GetDebtRepaymentLog" ZCL command from "Prepayment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1063 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_prepayment_cluster_set_maximum_credit_limit_command#

EmberAfStatus zcl_decode_prepayment_cluster_set_maximum_credit_limit_command (EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_set_maximum_credit_limit_command_t *cmd_struct)

Parser function for "SetMaximumCreditLimit" ZCL command from "Prepayment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1066 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_prepayment_cluster_set_overall_debt_cap_command#

EmberAfStatus zcl_decode_prepayment_cluster_set_overall_debt_cap_command (EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_set_overall_debt_cap_command_t *cmd_struct)

Parser function for "SetOverallDebtCap" ZCL command from "Prepayment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1069 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_prepayment_cluster_publish_prepay_snapshot_command#

EmberAfStatus zcl_decode_prepayment_cluster_publish_prepay_snapshot_command (EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_publish_prepay_snapshot_command_t *cmd_struct)

Parser function for "PublishPrepaySnapshot" ZCL command from "Prepayment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1072 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_prepayment_cluster_change_payment_mode_response_command#

EmberAfStatus zcl_decode_prepayment_cluster_change_payment_mode_response_command (EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_change_payment_mode_response_command_t *cmd_struct)

Parser function for "ChangePaymentModeResponse" ZCL command from "Prepayment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1075 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_prepayment_cluster_consumer_top_up_response_command#

EmberAfStatus zcl_decode_prepayment_cluster_consumer_top_up_response_command (EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_consumer_top_up_response_command_t *cmd_struct)

Parser function for "ConsumerTopUpResponse" ZCL command from "Prepayment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1078 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_prepayment_cluster_publish_top_up_log_command#

EmberAfStatus zcl_decode_prepayment_cluster_publish_top_up_log_command (EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_publish_top_up_log_command_t *cmd_struct)

Parser function for "PublishTopUpLog" ZCL command from "Prepayment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1081 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_prepayment_cluster_publish_debt_log_command#

EmberAfStatus zcl_decode_prepayment_cluster_publish_debt_log_command (EmberAfClusterCommand *cmd, sl_zcl_prepayment_cluster_publish_debt_log_command_t *cmd_struct)

Parser function for "PublishDebtLog" ZCL command from "Prepayment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1084 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_energy_management_cluster_manage_event_command#

EmberAfStatus zcl_decode_energy_management_cluster_manage_event_command (EmberAfClusterCommand *cmd, sl_zcl_energy_management_cluster_manage_event_command_t *cmd_struct)

Parser function for "ManageEvent" ZCL command from "Energy Management" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1087 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_energy_management_cluster_report_event_status_command#

EmberAfStatus zcl_decode_energy_management_cluster_report_event_status_command (EmberAfClusterCommand *cmd, sl_zcl_energy_management_cluster_report_event_status_command_t *cmd_struct)

Parser function for "ReportEventStatus" ZCL command from "Energy Management" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1090 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_calendar_cluster_get_calendar_command#

EmberAfStatus zcl_decode_calendar_cluster_get_calendar_command (EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_get_calendar_command_t *cmd_struct)

Parser function for "GetCalendar" ZCL command from "Calendar" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1093 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_calendar_cluster_get_day_profiles_command#

EmberAfStatus zcl_decode_calendar_cluster_get_day_profiles_command (EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_get_day_profiles_command_t *cmd_struct)

Parser function for "GetDayProfiles" ZCL command from "Calendar" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1096 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_calendar_cluster_get_week_profiles_command#

EmberAfStatus zcl_decode_calendar_cluster_get_week_profiles_command (EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_get_week_profiles_command_t *cmd_struct)

Parser function for "GetWeekProfiles" ZCL command from "Calendar" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1099 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_calendar_cluster_get_seasons_command#

EmberAfStatus zcl_decode_calendar_cluster_get_seasons_command (EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_get_seasons_command_t *cmd_struct)

Parser function for "GetSeasons" ZCL command from "Calendar" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1102 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_calendar_cluster_get_special_days_command#

EmberAfStatus zcl_decode_calendar_cluster_get_special_days_command (EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_get_special_days_command_t *cmd_struct)

Parser function for "GetSpecialDays" ZCL command from "Calendar" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1105 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_calendar_cluster_publish_calendar_command#

EmberAfStatus zcl_decode_calendar_cluster_publish_calendar_command (EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_publish_calendar_command_t *cmd_struct)

Parser function for "PublishCalendar" ZCL command from "Calendar" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1108 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_calendar_cluster_publish_day_profile_command#

EmberAfStatus zcl_decode_calendar_cluster_publish_day_profile_command (EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_publish_day_profile_command_t *cmd_struct)

Parser function for "PublishDayProfile" ZCL command from "Calendar" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1111 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_calendar_cluster_publish_week_profile_command#

EmberAfStatus zcl_decode_calendar_cluster_publish_week_profile_command (EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_publish_week_profile_command_t *cmd_struct)

Parser function for "PublishWeekProfile" ZCL command from "Calendar" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1114 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_calendar_cluster_publish_seasons_command#

EmberAfStatus zcl_decode_calendar_cluster_publish_seasons_command (EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_publish_seasons_command_t *cmd_struct)

Parser function for "PublishSeasons" ZCL command from "Calendar" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1117 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_calendar_cluster_publish_special_days_command#

EmberAfStatus zcl_decode_calendar_cluster_publish_special_days_command (EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_publish_special_days_command_t *cmd_struct)

Parser function for "PublishSpecialDays" ZCL command from "Calendar" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1120 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_calendar_cluster_cancel_calendar_command#

EmberAfStatus zcl_decode_calendar_cluster_cancel_calendar_command (EmberAfClusterCommand *cmd, sl_zcl_calendar_cluster_cancel_calendar_command_t *cmd_struct)

Parser function for "CancelCalendar" ZCL command from "Calendar" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1123 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_device_management_cluster_request_new_password_command#

EmberAfStatus zcl_decode_device_management_cluster_request_new_password_command (EmberAfClusterCommand *cmd, sl_zcl_device_management_cluster_request_new_password_command_t *cmd_struct)

Parser function for "RequestNewPassword" ZCL command from "Device Management" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1126 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_device_management_cluster_report_event_configuration_command#

EmberAfStatus zcl_decode_device_management_cluster_report_event_configuration_command (EmberAfClusterCommand *cmd, sl_zcl_device_management_cluster_report_event_configuration_command_t *cmd_struct)

Parser function for "ReportEventConfiguration" ZCL command from "Device Management" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1129 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_device_management_cluster_publish_change_of_tenancy_command#

EmberAfStatus zcl_decode_device_management_cluster_publish_change_of_tenancy_command (EmberAfClusterCommand *cmd, sl_zcl_device_management_cluster_publish_change_of_tenancy_command_t *cmd_struct)

Parser function for "PublishChangeOfTenancy" ZCL command from "Device Management" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1132 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_device_management_cluster_publish_change_of_supplier_command#

EmberAfStatus zcl_decode_device_management_cluster_publish_change_of_supplier_command (EmberAfClusterCommand *cmd, sl_zcl_device_management_cluster_publish_change_of_supplier_command_t *cmd_struct)

Parser function for "PublishChangeOfSupplier" ZCL command from "Device Management" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1135 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_device_management_cluster_request_new_password_response_command#

EmberAfStatus zcl_decode_device_management_cluster_request_new_password_response_command (EmberAfClusterCommand *cmd, sl_zcl_device_management_cluster_request_new_password_response_command_t *cmd_struct)

Parser function for "RequestNewPasswordResponse" ZCL command from "Device Management" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1138 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_device_management_cluster_update_site_id_command#

EmberAfStatus zcl_decode_device_management_cluster_update_site_id_command (EmberAfClusterCommand *cmd, sl_zcl_device_management_cluster_update_site_id_command_t *cmd_struct)

Parser function for "UpdateSiteId" ZCL command from "Device Management" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1141 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_device_management_cluster_set_event_configuration_command#

EmberAfStatus zcl_decode_device_management_cluster_set_event_configuration_command (EmberAfClusterCommand *cmd, sl_zcl_device_management_cluster_set_event_configuration_command_t *cmd_struct)

Parser function for "SetEventConfiguration" ZCL command from "Device Management" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1144 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_device_management_cluster_get_event_configuration_command#

EmberAfStatus zcl_decode_device_management_cluster_get_event_configuration_command (EmberAfClusterCommand *cmd, sl_zcl_device_management_cluster_get_event_configuration_command_t *cmd_struct)

Parser function for "GetEventConfiguration" ZCL command from "Device Management" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1147 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_device_management_cluster_update_cin_command#

EmberAfStatus zcl_decode_device_management_cluster_update_cin_command (EmberAfClusterCommand *cmd, sl_zcl_device_management_cluster_update_cin_command_t *cmd_struct)

Parser function for "UpdateCIN" ZCL command from "Device Management" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1150 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_events_cluster_get_event_log_command#

EmberAfStatus zcl_decode_events_cluster_get_event_log_command (EmberAfClusterCommand *cmd, sl_zcl_events_cluster_get_event_log_command_t *cmd_struct)

Parser function for "GetEventLog" ZCL command from "Events" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1153 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_events_cluster_clear_event_log_request_command#

EmberAfStatus zcl_decode_events_cluster_clear_event_log_request_command (EmberAfClusterCommand *cmd, sl_zcl_events_cluster_clear_event_log_request_command_t *cmd_struct)

Parser function for "ClearEventLogRequest" ZCL command from "Events" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1156 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_events_cluster_publish_event_command#

EmberAfStatus zcl_decode_events_cluster_publish_event_command (EmberAfClusterCommand *cmd, sl_zcl_events_cluster_publish_event_command_t *cmd_struct)

Parser function for "PublishEvent" ZCL command from "Events" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1159 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_events_cluster_publish_event_log_command#

EmberAfStatus zcl_decode_events_cluster_publish_event_log_command (EmberAfClusterCommand *cmd, sl_zcl_events_cluster_publish_event_log_command_t *cmd_struct)

Parser function for "PublishEventLog" ZCL command from "Events" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1162 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_events_cluster_clear_event_log_response_command#

EmberAfStatus zcl_decode_events_cluster_clear_event_log_response_command (EmberAfClusterCommand *cmd, sl_zcl_events_cluster_clear_event_log_response_command_t *cmd_struct)

Parser function for "ClearEventLogResponse" ZCL command from "Events" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1165 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_mdu_pairing_cluster_pairing_request_command#

EmberAfStatus zcl_decode_mdu_pairing_cluster_pairing_request_command (EmberAfClusterCommand *cmd, sl_zcl_mdu_pairing_cluster_pairing_request_command_t *cmd_struct)

Parser function for "PairingRequest" ZCL command from "MDU Pairing" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1168 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_mdu_pairing_cluster_pairing_response_command#

EmberAfStatus zcl_decode_mdu_pairing_cluster_pairing_response_command (EmberAfClusterCommand *cmd, sl_zcl_mdu_pairing_cluster_pairing_response_command_t *cmd_struct)

Parser function for "PairingResponse" ZCL command from "MDU Pairing" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1171 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sub_g_hz_cluster_suspend_zcl_messages_command#

EmberAfStatus zcl_decode_sub_g_hz_cluster_suspend_zcl_messages_command (EmberAfClusterCommand *cmd, sl_zcl_sub_g_hz_cluster_suspend_zcl_messages_command_t *cmd_struct)

Parser function for "SuspendZclMessages" ZCL command from "Sub-GHz" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1174 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_key_establishment_cluster_initiate_key_establishment_request_command#

EmberAfStatus zcl_decode_key_establishment_cluster_initiate_key_establishment_request_command (EmberAfClusterCommand *cmd, sl_zcl_key_establishment_cluster_initiate_key_establishment_request_command_t *cmd_struct)

Parser function for "InitiateKeyEstablishmentRequest" ZCL command from "Key Establishment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1177 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_key_establishment_cluster_ephemeral_data_request_command#

EmberAfStatus zcl_decode_key_establishment_cluster_ephemeral_data_request_command (EmberAfClusterCommand *cmd, sl_zcl_key_establishment_cluster_ephemeral_data_request_command_t *cmd_struct)

Parser function for "EphemeralDataRequest" ZCL command from "Key Establishment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1180 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_key_establishment_cluster_confirm_key_data_request_command#

EmberAfStatus zcl_decode_key_establishment_cluster_confirm_key_data_request_command (EmberAfClusterCommand *cmd, sl_zcl_key_establishment_cluster_confirm_key_data_request_command_t *cmd_struct)

Parser function for "ConfirmKeyDataRequest" ZCL command from "Key Establishment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1183 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_key_establishment_cluster_terminate_key_establishment_from_client_command#

EmberAfStatus zcl_decode_key_establishment_cluster_terminate_key_establishment_from_client_command (EmberAfClusterCommand *cmd, sl_zcl_key_establishment_cluster_terminate_key_establishment_from_client_command_t *cmd_struct)

Parser function for "TerminateKeyEstablishmentFromClient" ZCL command from "Key Establishment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1186 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_key_establishment_cluster_initiate_key_establishment_response_command#

EmberAfStatus zcl_decode_key_establishment_cluster_initiate_key_establishment_response_command (EmberAfClusterCommand *cmd, sl_zcl_key_establishment_cluster_initiate_key_establishment_response_command_t *cmd_struct)

Parser function for "InitiateKeyEstablishmentResponse" ZCL command from "Key Establishment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1189 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_key_establishment_cluster_ephemeral_data_response_command#

EmberAfStatus zcl_decode_key_establishment_cluster_ephemeral_data_response_command (EmberAfClusterCommand *cmd, sl_zcl_key_establishment_cluster_ephemeral_data_response_command_t *cmd_struct)

Parser function for "EphemeralDataResponse" ZCL command from "Key Establishment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1192 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_key_establishment_cluster_confirm_key_data_response_command#

EmberAfStatus zcl_decode_key_establishment_cluster_confirm_key_data_response_command (EmberAfClusterCommand *cmd, sl_zcl_key_establishment_cluster_confirm_key_data_response_command_t *cmd_struct)

Parser function for "ConfirmKeyDataResponse" ZCL command from "Key Establishment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1195 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_key_establishment_cluster_terminate_key_establishment_from_server_command#

EmberAfStatus zcl_decode_key_establishment_cluster_terminate_key_establishment_from_server_command (EmberAfClusterCommand *cmd, sl_zcl_key_establishment_cluster_terminate_key_establishment_from_server_command_t *cmd_struct)

Parser function for "TerminateKeyEstablishmentFromServer" ZCL command from "Key Establishment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1198 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_information_cluster_request_information_command#

EmberAfStatus zcl_decode_information_cluster_request_information_command (EmberAfClusterCommand *cmd, sl_zcl_information_cluster_request_information_command_t *cmd_struct)

Parser function for "RequestInformation" ZCL command from "Information" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1201 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_information_cluster_push_information_response_command#

EmberAfStatus zcl_decode_information_cluster_push_information_response_command (EmberAfClusterCommand *cmd, sl_zcl_information_cluster_push_information_response_command_t *cmd_struct)

Parser function for "PushInformationResponse" ZCL command from "Information" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1204 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_information_cluster_send_preference_command#

EmberAfStatus zcl_decode_information_cluster_send_preference_command (EmberAfClusterCommand *cmd, sl_zcl_information_cluster_send_preference_command_t *cmd_struct)

Parser function for "SendPreference" ZCL command from "Information" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1207 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_information_cluster_request_preference_response_command#

EmberAfStatus zcl_decode_information_cluster_request_preference_response_command (EmberAfClusterCommand *cmd, sl_zcl_information_cluster_request_preference_response_command_t *cmd_struct)

Parser function for "RequestPreferenceResponse" ZCL command from "Information" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1210 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_information_cluster_update_command#

EmberAfStatus zcl_decode_information_cluster_update_command (EmberAfClusterCommand *cmd, sl_zcl_information_cluster_update_command_t *cmd_struct)

Parser function for "Update" ZCL command from "Information" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1213 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_information_cluster_delete_command#

EmberAfStatus zcl_decode_information_cluster_delete_command (EmberAfClusterCommand *cmd, sl_zcl_information_cluster_delete_command_t *cmd_struct)

Parser function for "Delete" ZCL command from "Information" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1216 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_information_cluster_configure_node_description_command#

EmberAfStatus zcl_decode_information_cluster_configure_node_description_command (EmberAfClusterCommand *cmd, sl_zcl_information_cluster_configure_node_description_command_t *cmd_struct)

Parser function for "ConfigureNodeDescription" ZCL command from "Information" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1219 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_information_cluster_configure_delivery_enable_command#

EmberAfStatus zcl_decode_information_cluster_configure_delivery_enable_command (EmberAfClusterCommand *cmd, sl_zcl_information_cluster_configure_delivery_enable_command_t *cmd_struct)

Parser function for "ConfigureDeliveryEnable" ZCL command from "Information" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1222 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_information_cluster_configure_push_information_timer_command#

EmberAfStatus zcl_decode_information_cluster_configure_push_information_timer_command (EmberAfClusterCommand *cmd, sl_zcl_information_cluster_configure_push_information_timer_command_t *cmd_struct)

Parser function for "ConfigurePushInformationTimer" ZCL command from "Information" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1225 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_information_cluster_configure_set_root_id_command#

EmberAfStatus zcl_decode_information_cluster_configure_set_root_id_command (EmberAfClusterCommand *cmd, sl_zcl_information_cluster_configure_set_root_id_command_t *cmd_struct)

Parser function for "ConfigureSetRootId" ZCL command from "Information" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1228 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_information_cluster_request_information_response_command#

EmberAfStatus zcl_decode_information_cluster_request_information_response_command (EmberAfClusterCommand *cmd, sl_zcl_information_cluster_request_information_response_command_t *cmd_struct)

Parser function for "RequestInformationResponse" ZCL command from "Information" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1231 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_information_cluster_push_information_command#

EmberAfStatus zcl_decode_information_cluster_push_information_command (EmberAfClusterCommand *cmd, sl_zcl_information_cluster_push_information_command_t *cmd_struct)

Parser function for "PushInformation" ZCL command from "Information" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1234 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_information_cluster_send_preference_response_command#

EmberAfStatus zcl_decode_information_cluster_send_preference_response_command (EmberAfClusterCommand *cmd, sl_zcl_information_cluster_send_preference_response_command_t *cmd_struct)

Parser function for "SendPreferenceResponse" ZCL command from "Information" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1237 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_information_cluster_request_preference_confirmation_command#

EmberAfStatus zcl_decode_information_cluster_request_preference_confirmation_command (EmberAfClusterCommand *cmd, sl_zcl_information_cluster_request_preference_confirmation_command_t *cmd_struct)

Parser function for "RequestPreferenceConfirmation" ZCL command from "Information" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1240 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_information_cluster_update_response_command#

EmberAfStatus zcl_decode_information_cluster_update_response_command (EmberAfClusterCommand *cmd, sl_zcl_information_cluster_update_response_command_t *cmd_struct)

Parser function for "UpdateResponse" ZCL command from "Information" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1243 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_information_cluster_delete_response_command#

EmberAfStatus zcl_decode_information_cluster_delete_response_command (EmberAfClusterCommand *cmd, sl_zcl_information_cluster_delete_response_command_t *cmd_struct)

Parser function for "DeleteResponse" ZCL command from "Information" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1246 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_data_sharing_cluster_read_file_request_command#

EmberAfStatus zcl_decode_data_sharing_cluster_read_file_request_command (EmberAfClusterCommand *cmd, sl_zcl_data_sharing_cluster_read_file_request_command_t *cmd_struct)

Parser function for "ReadFileRequest" ZCL command from "Data Sharing" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1249 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_data_sharing_cluster_read_record_request_command#

EmberAfStatus zcl_decode_data_sharing_cluster_read_record_request_command (EmberAfClusterCommand *cmd, sl_zcl_data_sharing_cluster_read_record_request_command_t *cmd_struct)

Parser function for "ReadRecordRequest" ZCL command from "Data Sharing" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1252 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_data_sharing_cluster_write_file_response_command#

EmberAfStatus zcl_decode_data_sharing_cluster_write_file_response_command (EmberAfClusterCommand *cmd, sl_zcl_data_sharing_cluster_write_file_response_command_t *cmd_struct)

Parser function for "WriteFileResponse" ZCL command from "Data Sharing" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1255 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_data_sharing_cluster_write_file_request_command#

EmberAfStatus zcl_decode_data_sharing_cluster_write_file_request_command (EmberAfClusterCommand *cmd, sl_zcl_data_sharing_cluster_write_file_request_command_t *cmd_struct)

Parser function for "WriteFileRequest" ZCL command from "Data Sharing" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1258 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_data_sharing_cluster_modify_file_request_command#

EmberAfStatus zcl_decode_data_sharing_cluster_modify_file_request_command (EmberAfClusterCommand *cmd, sl_zcl_data_sharing_cluster_modify_file_request_command_t *cmd_struct)

Parser function for "ModifyFileRequest" ZCL command from "Data Sharing" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1261 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_data_sharing_cluster_modify_record_request_command#

EmberAfStatus zcl_decode_data_sharing_cluster_modify_record_request_command (EmberAfClusterCommand *cmd, sl_zcl_data_sharing_cluster_modify_record_request_command_t *cmd_struct)

Parser function for "ModifyRecordRequest" ZCL command from "Data Sharing" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1264 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_data_sharing_cluster_file_transmission_command#

EmberAfStatus zcl_decode_data_sharing_cluster_file_transmission_command (EmberAfClusterCommand *cmd, sl_zcl_data_sharing_cluster_file_transmission_command_t *cmd_struct)

Parser function for "FileTransmission" ZCL command from "Data Sharing" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1267 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_data_sharing_cluster_record_transmission_command#

EmberAfStatus zcl_decode_data_sharing_cluster_record_transmission_command (EmberAfClusterCommand *cmd, sl_zcl_data_sharing_cluster_record_transmission_command_t *cmd_struct)

Parser function for "RecordTransmission" ZCL command from "Data Sharing" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1270 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_gaming_cluster_search_game_command#

EmberAfStatus zcl_decode_gaming_cluster_search_game_command (EmberAfClusterCommand *cmd, sl_zcl_gaming_cluster_search_game_command_t *cmd_struct)

Parser function for "SearchGame" ZCL command from "Gaming" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1273 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_gaming_cluster_join_game_command#

EmberAfStatus zcl_decode_gaming_cluster_join_game_command (EmberAfClusterCommand *cmd, sl_zcl_gaming_cluster_join_game_command_t *cmd_struct)

Parser function for "JoinGame" ZCL command from "Gaming" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1276 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_gaming_cluster_action_control_command#

EmberAfStatus zcl_decode_gaming_cluster_action_control_command (EmberAfClusterCommand *cmd, sl_zcl_gaming_cluster_action_control_command_t *cmd_struct)

Parser function for "ActionControl" ZCL command from "Gaming" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1279 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_gaming_cluster_game_announcement_command#

EmberAfStatus zcl_decode_gaming_cluster_game_announcement_command (EmberAfClusterCommand *cmd, sl_zcl_gaming_cluster_game_announcement_command_t *cmd_struct)

Parser function for "GameAnnouncement" ZCL command from "Gaming" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1282 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_gaming_cluster_general_response_command#

EmberAfStatus zcl_decode_gaming_cluster_general_response_command (EmberAfClusterCommand *cmd, sl_zcl_gaming_cluster_general_response_command_t *cmd_struct)

Parser function for "GeneralResponse" ZCL command from "Gaming" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1285 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_data_rate_control_cluster_path_creation_command#

EmberAfStatus zcl_decode_data_rate_control_cluster_path_creation_command (EmberAfClusterCommand *cmd, sl_zcl_data_rate_control_cluster_path_creation_command_t *cmd_struct)

Parser function for "PathCreation" ZCL command from "Data Rate Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1288 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_data_rate_control_cluster_data_rate_notification_command#

EmberAfStatus zcl_decode_data_rate_control_cluster_data_rate_notification_command (EmberAfClusterCommand *cmd, sl_zcl_data_rate_control_cluster_data_rate_notification_command_t *cmd_struct)

Parser function for "DataRateNotification" ZCL command from "Data Rate Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1291 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_data_rate_control_cluster_path_deletion_command#

EmberAfStatus zcl_decode_data_rate_control_cluster_path_deletion_command (EmberAfClusterCommand *cmd, sl_zcl_data_rate_control_cluster_path_deletion_command_t *cmd_struct)

Parser function for "PathDeletion" ZCL command from "Data Rate Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1294 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_data_rate_control_cluster_data_rate_control_command#

EmberAfStatus zcl_decode_data_rate_control_cluster_data_rate_control_command (EmberAfClusterCommand *cmd, sl_zcl_data_rate_control_cluster_data_rate_control_command_t *cmd_struct)

Parser function for "DataRateControl" ZCL command from "Data Rate Control" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1297 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_voice_over_zig_bee_cluster_establishment_request_command#

EmberAfStatus zcl_decode_voice_over_zig_bee_cluster_establishment_request_command (EmberAfClusterCommand *cmd, sl_zcl_voice_over_zig_bee_cluster_establishment_request_command_t *cmd_struct)

Parser function for "EstablishmentRequest" ZCL command from "Voice over ZigBee" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1300 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_voice_over_zig_bee_cluster_voice_transmission_command#

EmberAfStatus zcl_decode_voice_over_zig_bee_cluster_voice_transmission_command (EmberAfClusterCommand *cmd, sl_zcl_voice_over_zig_bee_cluster_voice_transmission_command_t *cmd_struct)

Parser function for "VoiceTransmission" ZCL command from "Voice over ZigBee" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1303 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_voice_over_zig_bee_cluster_control_response_command#

EmberAfStatus zcl_decode_voice_over_zig_bee_cluster_control_response_command (EmberAfClusterCommand *cmd, sl_zcl_voice_over_zig_bee_cluster_control_response_command_t *cmd_struct)

Parser function for "ControlResponse" ZCL command from "Voice over ZigBee" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1306 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_voice_over_zig_bee_cluster_establishment_response_command#

EmberAfStatus zcl_decode_voice_over_zig_bee_cluster_establishment_response_command (EmberAfClusterCommand *cmd, sl_zcl_voice_over_zig_bee_cluster_establishment_response_command_t *cmd_struct)

Parser function for "EstablishmentResponse" ZCL command from "Voice over ZigBee" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1309 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_voice_over_zig_bee_cluster_voice_transmission_response_command#

EmberAfStatus zcl_decode_voice_over_zig_bee_cluster_voice_transmission_response_command (EmberAfClusterCommand *cmd, sl_zcl_voice_over_zig_bee_cluster_voice_transmission_response_command_t *cmd_struct)

Parser function for "VoiceTransmissionResponse" ZCL command from "Voice over ZigBee" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1312 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_voice_over_zig_bee_cluster_control_command#

EmberAfStatus zcl_decode_voice_over_zig_bee_cluster_control_command (EmberAfClusterCommand *cmd, sl_zcl_voice_over_zig_bee_cluster_control_command_t *cmd_struct)

Parser function for "Control" ZCL command from "Voice over ZigBee" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1315 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_chatting_cluster_join_chat_request_command#

EmberAfStatus zcl_decode_chatting_cluster_join_chat_request_command (EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_join_chat_request_command_t *cmd_struct)

Parser function for "JoinChatRequest" ZCL command from "Chatting" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1318 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_chatting_cluster_leave_chat_request_command#

EmberAfStatus zcl_decode_chatting_cluster_leave_chat_request_command (EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_leave_chat_request_command_t *cmd_struct)

Parser function for "LeaveChatRequest" ZCL command from "Chatting" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1321 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_chatting_cluster_switch_chairman_response_command#

EmberAfStatus zcl_decode_chatting_cluster_switch_chairman_response_command (EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_switch_chairman_response_command_t *cmd_struct)

Parser function for "SwitchChairmanResponse" ZCL command from "Chatting" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1324 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_chatting_cluster_start_chat_request_command#

EmberAfStatus zcl_decode_chatting_cluster_start_chat_request_command (EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_start_chat_request_command_t *cmd_struct)

Parser function for "StartChatRequest" ZCL command from "Chatting" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1327 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_chatting_cluster_chat_message_command#

EmberAfStatus zcl_decode_chatting_cluster_chat_message_command (EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_chat_message_command_t *cmd_struct)

Parser function for "ChatMessage" ZCL command from "Chatting" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1330 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_chatting_cluster_get_node_information_request_command#

EmberAfStatus zcl_decode_chatting_cluster_get_node_information_request_command (EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_get_node_information_request_command_t *cmd_struct)

Parser function for "GetNodeInformationRequest" ZCL command from "Chatting" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1333 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_chatting_cluster_start_chat_response_command#

EmberAfStatus zcl_decode_chatting_cluster_start_chat_response_command (EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_start_chat_response_command_t *cmd_struct)

Parser function for "StartChatResponse" ZCL command from "Chatting" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1336 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_chatting_cluster_join_chat_response_command#

EmberAfStatus zcl_decode_chatting_cluster_join_chat_response_command (EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_join_chat_response_command_t *cmd_struct)

Parser function for "JoinChatResponse" ZCL command from "Chatting" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1339 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_chatting_cluster_user_left_command#

EmberAfStatus zcl_decode_chatting_cluster_user_left_command (EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_user_left_command_t *cmd_struct)

Parser function for "UserLeft" ZCL command from "Chatting" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1342 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_chatting_cluster_user_joined_command#

EmberAfStatus zcl_decode_chatting_cluster_user_joined_command (EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_user_joined_command_t *cmd_struct)

Parser function for "UserJoined" ZCL command from "Chatting" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1345 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_chatting_cluster_search_chat_response_command#

EmberAfStatus zcl_decode_chatting_cluster_search_chat_response_command (EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_search_chat_response_command_t *cmd_struct)

Parser function for "SearchChatResponse" ZCL command from "Chatting" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1348 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_chatting_cluster_switch_chairman_request_command#

EmberAfStatus zcl_decode_chatting_cluster_switch_chairman_request_command (EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_switch_chairman_request_command_t *cmd_struct)

Parser function for "SwitchChairmanRequest" ZCL command from "Chatting" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1351 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_chatting_cluster_switch_chairman_confirm_command#

EmberAfStatus zcl_decode_chatting_cluster_switch_chairman_confirm_command (EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_switch_chairman_confirm_command_t *cmd_struct)

Parser function for "SwitchChairmanConfirm" ZCL command from "Chatting" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1354 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_chatting_cluster_switch_chairman_notification_command#

EmberAfStatus zcl_decode_chatting_cluster_switch_chairman_notification_command (EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_switch_chairman_notification_command_t *cmd_struct)

Parser function for "SwitchChairmanNotification" ZCL command from "Chatting" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1357 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_chatting_cluster_get_node_information_response_command#

EmberAfStatus zcl_decode_chatting_cluster_get_node_information_response_command (EmberAfClusterCommand *cmd, sl_zcl_chatting_cluster_get_node_information_response_command_t *cmd_struct)

Parser function for "GetNodeInformationResponse" ZCL command from "Chatting" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1360 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_payment_cluster_buy_request_command#

EmberAfStatus zcl_decode_payment_cluster_buy_request_command (EmberAfClusterCommand *cmd, sl_zcl_payment_cluster_buy_request_command_t *cmd_struct)

Parser function for "BuyRequest" ZCL command from "Payment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1363 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_payment_cluster_accept_payment_command#

EmberAfStatus zcl_decode_payment_cluster_accept_payment_command (EmberAfClusterCommand *cmd, sl_zcl_payment_cluster_accept_payment_command_t *cmd_struct)

Parser function for "AcceptPayment" ZCL command from "Payment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1366 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_payment_cluster_payment_confirm_command#

EmberAfStatus zcl_decode_payment_cluster_payment_confirm_command (EmberAfClusterCommand *cmd, sl_zcl_payment_cluster_payment_confirm_command_t *cmd_struct)

Parser function for "PaymentConfirm" ZCL command from "Payment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1369 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_payment_cluster_buy_confirm_command#

EmberAfStatus zcl_decode_payment_cluster_buy_confirm_command (EmberAfClusterCommand *cmd, sl_zcl_payment_cluster_buy_confirm_command_t *cmd_struct)

Parser function for "BuyConfirm" ZCL command from "Payment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1372 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_payment_cluster_receipt_delivery_command#

EmberAfStatus zcl_decode_payment_cluster_receipt_delivery_command (EmberAfClusterCommand *cmd, sl_zcl_payment_cluster_receipt_delivery_command_t *cmd_struct)

Parser function for "ReceiptDelivery" ZCL command from "Payment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1375 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_payment_cluster_transaction_end_command#

EmberAfStatus zcl_decode_payment_cluster_transaction_end_command (EmberAfClusterCommand *cmd, sl_zcl_payment_cluster_transaction_end_command_t *cmd_struct)

Parser function for "TransactionEnd" ZCL command from "Payment" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1378 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_billing_cluster_subscribe_command#

EmberAfStatus zcl_decode_billing_cluster_subscribe_command (EmberAfClusterCommand *cmd, sl_zcl_billing_cluster_subscribe_command_t *cmd_struct)

Parser function for "Subscribe" ZCL command from "Billing" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1381 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_billing_cluster_unsubscribe_command#

EmberAfStatus zcl_decode_billing_cluster_unsubscribe_command (EmberAfClusterCommand *cmd, sl_zcl_billing_cluster_unsubscribe_command_t *cmd_struct)

Parser function for "Unsubscribe" ZCL command from "Billing" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1384 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_billing_cluster_start_billing_session_command#

EmberAfStatus zcl_decode_billing_cluster_start_billing_session_command (EmberAfClusterCommand *cmd, sl_zcl_billing_cluster_start_billing_session_command_t *cmd_struct)

Parser function for "StartBillingSession" ZCL command from "Billing" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1387 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_billing_cluster_stop_billing_session_command#

EmberAfStatus zcl_decode_billing_cluster_stop_billing_session_command (EmberAfClusterCommand *cmd, sl_zcl_billing_cluster_stop_billing_session_command_t *cmd_struct)

Parser function for "StopBillingSession" ZCL command from "Billing" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1390 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_billing_cluster_bill_status_notification_command#

EmberAfStatus zcl_decode_billing_cluster_bill_status_notification_command (EmberAfClusterCommand *cmd, sl_zcl_billing_cluster_bill_status_notification_command_t *cmd_struct)

Parser function for "BillStatusNotification" ZCL command from "Billing" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1393 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_billing_cluster_session_keep_alive_command#

EmberAfStatus zcl_decode_billing_cluster_session_keep_alive_command (EmberAfClusterCommand *cmd, sl_zcl_billing_cluster_session_keep_alive_command_t *cmd_struct)

Parser function for "SessionKeepAlive" ZCL command from "Billing" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1396 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_billing_cluster_check_bill_status_command#

EmberAfStatus zcl_decode_billing_cluster_check_bill_status_command (EmberAfClusterCommand *cmd, sl_zcl_billing_cluster_check_bill_status_command_t *cmd_struct)

Parser function for "CheckBillStatus" ZCL command from "Billing" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1399 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_billing_cluster_send_bill_record_command#

EmberAfStatus zcl_decode_billing_cluster_send_bill_record_command (EmberAfClusterCommand *cmd, sl_zcl_billing_cluster_send_bill_record_command_t *cmd_struct)

Parser function for "SendBillRecord" ZCL command from "Billing" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1402 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_appliance_events_and_alert_cluster_get_alerts_response_command#

EmberAfStatus zcl_decode_appliance_events_and_alert_cluster_get_alerts_response_command (EmberAfClusterCommand *cmd, sl_zcl_appliance_events_and_alert_cluster_get_alerts_response_command_t *cmd_struct)

Parser function for "GetAlertsResponse" ZCL command from "Appliance Events and Alert" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1405 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_appliance_events_and_alert_cluster_alerts_notification_command#

EmberAfStatus zcl_decode_appliance_events_and_alert_cluster_alerts_notification_command (EmberAfClusterCommand *cmd, sl_zcl_appliance_events_and_alert_cluster_alerts_notification_command_t *cmd_struct)

Parser function for "AlertsNotification" ZCL command from "Appliance Events and Alert" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1408 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_appliance_events_and_alert_cluster_events_notification_command#

EmberAfStatus zcl_decode_appliance_events_and_alert_cluster_events_notification_command (EmberAfClusterCommand *cmd, sl_zcl_appliance_events_and_alert_cluster_events_notification_command_t *cmd_struct)

Parser function for "EventsNotification" ZCL command from "Appliance Events and Alert" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1411 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_appliance_statistics_cluster_log_request_command#

EmberAfStatus zcl_decode_appliance_statistics_cluster_log_request_command (EmberAfClusterCommand *cmd, sl_zcl_appliance_statistics_cluster_log_request_command_t *cmd_struct)

Parser function for "LogRequest" ZCL command from "Appliance Statistics" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1414 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_appliance_statistics_cluster_log_notification_command#

EmberAfStatus zcl_decode_appliance_statistics_cluster_log_notification_command (EmberAfClusterCommand *cmd, sl_zcl_appliance_statistics_cluster_log_notification_command_t *cmd_struct)

Parser function for "LogNotification" ZCL command from "Appliance Statistics" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1417 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_appliance_statistics_cluster_log_response_command#

EmberAfStatus zcl_decode_appliance_statistics_cluster_log_response_command (EmberAfClusterCommand *cmd, sl_zcl_appliance_statistics_cluster_log_response_command_t *cmd_struct)

Parser function for "LogResponse" ZCL command from "Appliance Statistics" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1420 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_appliance_statistics_cluster_log_queue_response_command#

EmberAfStatus zcl_decode_appliance_statistics_cluster_log_queue_response_command (EmberAfClusterCommand *cmd, sl_zcl_appliance_statistics_cluster_log_queue_response_command_t *cmd_struct)

Parser function for "LogQueueResponse" ZCL command from "Appliance Statistics" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1423 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_appliance_statistics_cluster_statistics_available_command#

EmberAfStatus zcl_decode_appliance_statistics_cluster_statistics_available_command (EmberAfClusterCommand *cmd, sl_zcl_appliance_statistics_cluster_statistics_available_command_t *cmd_struct)

Parser function for "StatisticsAvailable" ZCL command from "Appliance Statistics" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1426 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_electrical_measurement_cluster_get_measurement_profile_command_command#

EmberAfStatus zcl_decode_electrical_measurement_cluster_get_measurement_profile_command_command (EmberAfClusterCommand *cmd, sl_zcl_electrical_measurement_cluster_get_measurement_profile_command_command_t *cmd_struct)

Parser function for "GetMeasurementProfileCommand" ZCL command from "Electrical Measurement" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1429 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_electrical_measurement_cluster_get_profile_info_response_command_command#

EmberAfStatus zcl_decode_electrical_measurement_cluster_get_profile_info_response_command_command (EmberAfClusterCommand *cmd, sl_zcl_electrical_measurement_cluster_get_profile_info_response_command_command_t *cmd_struct)

Parser function for "GetProfileInfoResponseCommand" ZCL command from "Electrical Measurement" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1432 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_electrical_measurement_cluster_get_measurement_profile_response_command_command#

EmberAfStatus zcl_decode_electrical_measurement_cluster_get_measurement_profile_response_command_command (EmberAfClusterCommand *cmd, sl_zcl_electrical_measurement_cluster_get_measurement_profile_response_command_command_t *cmd_struct)

Parser function for "GetMeasurementProfileResponseCommand" ZCL command from "Electrical Measurement" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1435 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_zll_commissioning_cluster_scan_request_command#

EmberAfStatus zcl_decode_zll_commissioning_cluster_scan_request_command (EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_scan_request_command_t *cmd_struct)

Parser function for "ScanRequest" ZCL command from "ZLL Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1438 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_zll_commissioning_cluster_device_information_request_command#

EmberAfStatus zcl_decode_zll_commissioning_cluster_device_information_request_command (EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_device_information_request_command_t *cmd_struct)

Parser function for "DeviceInformationRequest" ZCL command from "ZLL Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1441 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_zll_commissioning_cluster_identify_request_command#

EmberAfStatus zcl_decode_zll_commissioning_cluster_identify_request_command (EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_identify_request_command_t *cmd_struct)

Parser function for "IdentifyRequest" ZCL command from "ZLL Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1444 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_zll_commissioning_cluster_reset_to_factory_new_request_command#

EmberAfStatus zcl_decode_zll_commissioning_cluster_reset_to_factory_new_request_command (EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_reset_to_factory_new_request_command_t *cmd_struct)

Parser function for "ResetToFactoryNewRequest" ZCL command from "ZLL Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1447 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_zll_commissioning_cluster_network_start_request_command#

EmberAfStatus zcl_decode_zll_commissioning_cluster_network_start_request_command (EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_network_start_request_command_t *cmd_struct)

Parser function for "NetworkStartRequest" ZCL command from "ZLL Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1450 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_zll_commissioning_cluster_network_join_router_request_command#

EmberAfStatus zcl_decode_zll_commissioning_cluster_network_join_router_request_command (EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_network_join_router_request_command_t *cmd_struct)

Parser function for "NetworkJoinRouterRequest" ZCL command from "ZLL Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1453 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_zll_commissioning_cluster_network_join_end_device_request_command#

EmberAfStatus zcl_decode_zll_commissioning_cluster_network_join_end_device_request_command (EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_network_join_end_device_request_command_t *cmd_struct)

Parser function for "NetworkJoinEndDeviceRequest" ZCL command from "ZLL Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1456 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_zll_commissioning_cluster_network_update_request_command#

EmberAfStatus zcl_decode_zll_commissioning_cluster_network_update_request_command (EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_network_update_request_command_t *cmd_struct)

Parser function for "NetworkUpdateRequest" ZCL command from "ZLL Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1459 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_zll_commissioning_cluster_get_group_identifiers_request_command#

EmberAfStatus zcl_decode_zll_commissioning_cluster_get_group_identifiers_request_command (EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_get_group_identifiers_request_command_t *cmd_struct)

Parser function for "GetGroupIdentifiersRequest" ZCL command from "ZLL Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1462 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_zll_commissioning_cluster_get_endpoint_list_request_command#

EmberAfStatus zcl_decode_zll_commissioning_cluster_get_endpoint_list_request_command (EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_get_endpoint_list_request_command_t *cmd_struct)

Parser function for "GetEndpointListRequest" ZCL command from "ZLL Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1465 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_zll_commissioning_cluster_scan_response_command#

EmberAfStatus zcl_decode_zll_commissioning_cluster_scan_response_command (EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_scan_response_command_t *cmd_struct)

Parser function for "ScanResponse" ZCL command from "ZLL Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1468 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_zll_commissioning_cluster_device_information_response_command#

EmberAfStatus zcl_decode_zll_commissioning_cluster_device_information_response_command (EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_device_information_response_command_t *cmd_struct)

Parser function for "DeviceInformationResponse" ZCL command from "ZLL Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1471 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_zll_commissioning_cluster_network_start_response_command#

EmberAfStatus zcl_decode_zll_commissioning_cluster_network_start_response_command (EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_network_start_response_command_t *cmd_struct)

Parser function for "NetworkStartResponse" ZCL command from "ZLL Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1474 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_zll_commissioning_cluster_network_join_router_response_command#

EmberAfStatus zcl_decode_zll_commissioning_cluster_network_join_router_response_command (EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_network_join_router_response_command_t *cmd_struct)

Parser function for "NetworkJoinRouterResponse" ZCL command from "ZLL Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1477 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_zll_commissioning_cluster_network_join_end_device_response_command#

EmberAfStatus zcl_decode_zll_commissioning_cluster_network_join_end_device_response_command (EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_network_join_end_device_response_command_t *cmd_struct)

Parser function for "NetworkJoinEndDeviceResponse" ZCL command from "ZLL Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1480 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_zll_commissioning_cluster_endpoint_information_command#

EmberAfStatus zcl_decode_zll_commissioning_cluster_endpoint_information_command (EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_endpoint_information_command_t *cmd_struct)

Parser function for "EndpointInformation" ZCL command from "ZLL Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1483 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_zll_commissioning_cluster_get_group_identifiers_response_command#

EmberAfStatus zcl_decode_zll_commissioning_cluster_get_group_identifiers_response_command (EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_get_group_identifiers_response_command_t *cmd_struct)

Parser function for "GetGroupIdentifiersResponse" ZCL command from "ZLL Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1486 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_zll_commissioning_cluster_get_endpoint_list_response_command#

EmberAfStatus zcl_decode_zll_commissioning_cluster_get_endpoint_list_response_command (EmberAfClusterCommand *cmd, sl_zcl_zll_commissioning_cluster_get_endpoint_list_response_command_t *cmd_struct)

Parser function for "GetEndpointListResponse" ZCL command from "ZLL Commissioning" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1489 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sample_mfg_specific_cluster_cluster_command_one_command#

EmberAfStatus zcl_decode_sample_mfg_specific_cluster_cluster_command_one_command (EmberAfClusterCommand *cmd, sl_zcl_sample_mfg_specific_cluster_cluster_command_one_command_t *cmd_struct)

Parser function for "CommandOne" ZCL command from "Sample Mfg Specific Cluster" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1492 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sample_mfg_specific_cluster_2_cluster_command_two_command#

EmberAfStatus zcl_decode_sample_mfg_specific_cluster_2_cluster_command_two_command (EmberAfClusterCommand *cmd, sl_zcl_sample_mfg_specific_cluster_2_cluster_command_two_command_t *cmd_struct)

Parser function for "CommandTwo" ZCL command from "Sample Mfg Specific Cluster 2" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1495 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_configuration_cluster_cluster_set_token_command#

EmberAfStatus zcl_decode_configuration_cluster_cluster_set_token_command (EmberAfClusterCommand *cmd, sl_zcl_configuration_cluster_cluster_set_token_command_t *cmd_struct)

Parser function for "SetToken" ZCL command from "Configuration Cluster" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1498 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_configuration_cluster_cluster_read_tokens_command#

EmberAfStatus zcl_decode_configuration_cluster_cluster_read_tokens_command (EmberAfClusterCommand *cmd, sl_zcl_configuration_cluster_cluster_read_tokens_command_t *cmd_struct)

Parser function for "ReadTokens" ZCL command from "Configuration Cluster" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1501 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_configuration_cluster_cluster_unlock_tokens_command#

EmberAfStatus zcl_decode_configuration_cluster_cluster_unlock_tokens_command (EmberAfClusterCommand *cmd, sl_zcl_configuration_cluster_cluster_unlock_tokens_command_t *cmd_struct)

Parser function for "UnlockTokens" ZCL command from "Configuration Cluster" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1504 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_configuration_cluster_cluster_return_token_command#

EmberAfStatus zcl_decode_configuration_cluster_cluster_return_token_command (EmberAfClusterCommand *cmd, sl_zcl_configuration_cluster_cluster_return_token_command_t *cmd_struct)

Parser function for "ReturnToken" ZCL command from "Configuration Cluster" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1507 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_mfglib_cluster_cluster_stream_command#

EmberAfStatus zcl_decode_mfglib_cluster_cluster_stream_command (EmberAfClusterCommand *cmd, sl_zcl_mfglib_cluster_cluster_stream_command_t *cmd_struct)

Parser function for "stream" ZCL command from "MFGLIB Cluster" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1510 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_mfglib_cluster_cluster_tone_command#

EmberAfStatus zcl_decode_mfglib_cluster_cluster_tone_command (EmberAfClusterCommand *cmd, sl_zcl_mfglib_cluster_cluster_tone_command_t *cmd_struct)

Parser function for "tone" ZCL command from "MFGLIB Cluster" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1513 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_mfglib_cluster_cluster_rx_mode_command#

EmberAfStatus zcl_decode_mfglib_cluster_cluster_rx_mode_command (EmberAfClusterCommand *cmd, sl_zcl_mfglib_cluster_cluster_rx_mode_command_t *cmd_struct)

Parser function for "rxMode" ZCL command from "MFGLIB Cluster" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1516 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_enable_aps_link_key_authorization_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_enable_aps_link_key_authorization_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_enable_aps_link_key_authorization_command_t *cmd_struct)

Parser function for "EnableApsLinkKeyAuthorization" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1519 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_disable_aps_link_key_authorization_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_disable_aps_link_key_authorization_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_disable_aps_link_key_authorization_command_t *cmd_struct)

Parser function for "DisableApsLinkKeyAuthorization" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1522 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_aps_link_key_authorization_query_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_aps_link_key_authorization_query_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_aps_link_key_authorization_query_command_t *cmd_struct)

Parser function for "ApsLinkKeyAuthorizationQuery" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1525 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_enable_wwah_app_event_retry_algorithm_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_enable_wwah_app_event_retry_algorithm_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_enable_wwah_app_event_retry_algorithm_command_t *cmd_struct)

Parser function for "EnableWwahAppEventRetryAlgorithm" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1528 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_enable_wwah_rejoin_algorithm_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_enable_wwah_rejoin_algorithm_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_enable_wwah_rejoin_algorithm_command_t *cmd_struct)

Parser function for "EnableWwahRejoinAlgorithm" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1531 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_set_ias_zone_enrollment_method_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_set_ias_zone_enrollment_method_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_set_ias_zone_enrollment_method_command_t *cmd_struct)

Parser function for "SetIasZoneEnrollmentMethod" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1534 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_enable_periodic_router_check_ins_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_enable_periodic_router_check_ins_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_enable_periodic_router_check_ins_command_t *cmd_struct)

Parser function for "EnablePeriodicRouterCheckIns" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1537 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_set_mac_poll_failure_wait_time_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_set_mac_poll_failure_wait_time_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_set_mac_poll_failure_wait_time_command_t *cmd_struct)

Parser function for "SetMacPollFailureWaitTime" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1540 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_set_pending_network_update_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_set_pending_network_update_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_set_pending_network_update_command_t *cmd_struct)

Parser function for "SetPendingNetworkUpdate" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1543 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_require_aps_acks_on_unicasts_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_require_aps_acks_on_unicasts_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_require_aps_acks_on_unicasts_command_t *cmd_struct)

Parser function for "RequireApsAcksOnUnicasts" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1546 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_debug_report_query_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_debug_report_query_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_debug_report_query_command_t *cmd_struct)

Parser function for "DebugReportQuery" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1549 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_survey_beacons_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_survey_beacons_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_survey_beacons_command_t *cmd_struct)

Parser function for "SurveyBeacons" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1552 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_use_trust_center_for_cluster_server_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_use_trust_center_for_cluster_server_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_use_trust_center_for_cluster_server_command_t *cmd_struct)

Parser function for "UseTrustCenterForClusterServer" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1555 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_aps_link_key_authorization_query_response_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_aps_link_key_authorization_query_response_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_aps_link_key_authorization_query_response_command_t *cmd_struct)

Parser function for "ApsLinkKeyAuthorizationQueryResponse" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1558 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_powering_off_notification_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_powering_off_notification_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_powering_off_notification_command_t *cmd_struct)

Parser function for "PoweringOffNotification" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1561 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_powering_on_notification_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_powering_on_notification_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_powering_on_notification_command_t *cmd_struct)

Parser function for "PoweringOnNotification" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1564 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_short_address_change_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_short_address_change_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_short_address_change_command_t *cmd_struct)

Parser function for "ShortAddressChange" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1567 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_aps_ack_enablement_query_response_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_aps_ack_enablement_query_response_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_aps_ack_enablement_query_response_command_t *cmd_struct)

Parser function for "ApsAckEnablementQueryResponse" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1570 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_power_descriptor_change_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_power_descriptor_change_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_power_descriptor_change_command_t *cmd_struct)

Parser function for "PowerDescriptorChange" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1573 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_new_debug_report_notification_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_new_debug_report_notification_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_new_debug_report_notification_command_t *cmd_struct)

Parser function for "NewDebugReportNotification" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1576 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_debug_report_query_response_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_debug_report_query_response_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_debug_report_query_response_command_t *cmd_struct)

Parser function for "DebugReportQueryResponse" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1579 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_trust_center_for_cluster_server_query_response_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_trust_center_for_cluster_server_query_response_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_trust_center_for_cluster_server_query_response_command_t *cmd_struct)

Parser function for "TrustCenterForClusterServerQueryResponse" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1582 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_survey_beacons_response_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_survey_beacons_response_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_survey_beacons_response_command_t *cmd_struct)

Parser function for "SurveyBeaconsResponse" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1585 of file app/zaptest/unit-test/zap-cluster-command-parser.h

zcl_decode_sl_works_with_all_hubs_cluster_use_trust_center_for_cluster_server_response_command#

EmberAfStatus zcl_decode_sl_works_with_all_hubs_cluster_use_trust_center_for_cluster_server_response_command (EmberAfClusterCommand *cmd, sl_zcl_sl_works_with_all_hubs_cluster_use_trust_center_for_cluster_server_response_command_t *cmd_struct)

Parser function for "UseTrustCenterForClusterServerResponse" ZCL command from "SL Works With All Hubs" cluster.

Parameters
N/Acmd
N/Acmd_struct

Definition at line 1588 of file app/zaptest/unit-test/zap-cluster-command-parser.h