diff --git a/third_party/zap/repo b/third_party/zap/repo index 767b218ef36f18..85d174c67697c6 160000 --- a/third_party/zap/repo +++ b/third_party/zap/repo @@ -1 +1 @@ -Subproject commit 767b218ef36f1899568e60dddf16603d08f53b66 +Subproject commit 85d174c67697c6e45a632669d2f846030aad9237 diff --git a/zzz_generated/app-common/app-common/zap-generated/af-structs.h b/zzz_generated/app-common/app-common/zap-generated/af-structs.h index cb5dcc77b9ca00..d56987e9b2a6c0 100644 --- a/zzz_generated/app-common/app-common/zap-generated/af-structs.h +++ b/zzz_generated/app-common/app-common/zap-generated/af-structs.h @@ -42,16 +42,16 @@ typedef struct _NestedStructList { /* TYPE WARNING: unknown defaults to */ uint8_t * a; bool b; - SimpleStruct d; - /* TYPE WARNING: unknown defaults to */ uint8_t * e; - chip::ByteSpan f; - /* TYPE WARNING: unknown defaults to */ uint8_t * g; + /* TYPE WARNING: array array defaults to */ uint8_t * d; + /* TYPE WARNING: array array defaults to */ uint8_t * e; + /* TYPE WARNING: array array defaults to */ uint8_t * f; + /* TYPE WARNING: array array defaults to */ uint8_t * g; } NestedStructList; // Struct for DoubleNestedStructList typedef struct _DoubleNestedStructList { - NestedStructList a; + /* TYPE WARNING: array array defaults to */ uint8_t * a; } DoubleNestedStructList; // Struct for ApplicationLauncherApp @@ -336,7 +336,7 @@ typedef struct _ReadStructuredAttributeRecord { chip::AttributeId attributeId; uint8_t indicator; - uint16_t indicies; + /* TYPE WARNING: array array defaults to */ uint8_t * indicies; } ReadStructuredAttributeRecord; // Struct for ReportAttributeRecord @@ -474,7 +474,7 @@ typedef struct _WriteStructuredAttributeRecord { chip::AttributeId attributeId; uint8_t indicator; - uint16_t indicies; + /* TYPE WARNING: array array defaults to */ uint8_t * indicies; uint8_t attributeType; uint8_t * attributeLocation; } WriteStructuredAttributeRecord; @@ -485,5 +485,5 @@ typedef struct _WriteStructuredAttributeStatusRecord uint8_t status; chip::AttributeId attributeId; uint8_t indicator; - uint16_t indicies; + /* TYPE WARNING: array array defaults to */ uint8_t * indicies; } WriteStructuredAttributeStatusRecord; diff --git a/zzz_generated/app-common/app-common/zap-generated/callback.h b/zzz_generated/app-common/app-common/zap-generated/callback.h index a57bf9a8849503..4a244059cb7239 100644 --- a/zzz_generated/app-common/app-common/zap-generated/callback.h +++ b/zzz_generated/app-common/app-common/zap-generated/callback.h @@ -15019,503 +15019,503 @@ void emberAfSampleMfgSpecificCluster2ClusterClientTickCallback(chip::EndpointId // Cluster Commands Callback /** - * @brief Cluster Identify Command callback (from client) + * @brief Identify Cluster Identify Command callback (from client) */ bool emberAfIdentifyClusterIdentifyCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t identifyTime); /** - * @brief Cluster IdentifyQueryResponse Command callback (from server) + * @brief Identify Cluster IdentifyQueryResponse Command callback (from server) */ bool emberAfIdentifyClusterIdentifyQueryResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint16_t timeout); /** - * @brief Cluster IdentifyQuery Command callback (from client) + * @brief Identify Cluster IdentifyQuery Command callback (from client) */ bool emberAfIdentifyClusterIdentifyQueryCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster EZModeInvoke Command callback (from client) + * @brief Identify Cluster EZModeInvoke Command callback (from client) */ bool emberAfIdentifyClusterEZModeInvokeCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t action); /** - * @brief Cluster UpdateCommissionState Command callback (from client) + * @brief Identify Cluster UpdateCommissionState Command callback (from client) */ bool emberAfIdentifyClusterUpdateCommissionStateCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t action, uint8_t commissionStateMask); /** - * @brief Cluster TriggerEffect Command callback (from client) + * @brief Identify Cluster TriggerEffect Command callback (from client) */ bool emberAfIdentifyClusterTriggerEffectCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t effectId, uint8_t effectVariant); /** - * @brief Cluster AddGroup Command callback (from client) + * @brief Groups Cluster AddGroup Command callback (from client) */ bool emberAfGroupsClusterAddGroupCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t groupId, uint8_t * groupName); /** - * @brief Cluster AddGroupResponse Command callback (from server) + * @brief Groups Cluster AddGroupResponse Command callback (from server) */ bool emberAfGroupsClusterAddGroupResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status, uint16_t groupId); /** - * @brief Cluster ViewGroup Command callback (from client) + * @brief Groups Cluster ViewGroup Command callback (from client) */ bool emberAfGroupsClusterViewGroupCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t groupId); /** - * @brief Cluster ViewGroupResponse Command callback (from server) + * @brief Groups Cluster ViewGroupResponse Command callback (from server) */ bool emberAfGroupsClusterViewGroupResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status, uint16_t groupId, uint8_t * groupName); /** - * @brief Cluster GetGroupMembership Command callback (from client) + * @brief Groups Cluster GetGroupMembership Command callback (from client) */ bool emberAfGroupsClusterGetGroupMembershipCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t groupCount, /* TYPE WARNING: array array defaults to */ uint8_t * groupList); /** - * @brief Cluster GetGroupMembershipResponse Command callback (from server) + * @brief Groups Cluster GetGroupMembershipResponse Command callback (from server) */ bool emberAfGroupsClusterGetGroupMembershipResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t capacity, uint8_t groupCount, /* TYPE WARNING: array array defaults to */ uint8_t * groupList); /** - * @brief Cluster RemoveGroup Command callback (from client) + * @brief Groups Cluster RemoveGroup Command callback (from client) */ bool emberAfGroupsClusterRemoveGroupCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t groupId); /** - * @brief Cluster RemoveGroupResponse Command callback (from server) + * @brief Groups Cluster RemoveGroupResponse Command callback (from server) */ bool emberAfGroupsClusterRemoveGroupResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status, uint16_t groupId); /** - * @brief Cluster RemoveAllGroups Command callback (from client) + * @brief Groups Cluster RemoveAllGroups Command callback (from client) */ bool emberAfGroupsClusterRemoveAllGroupsCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster AddGroupIfIdentifying Command callback (from client) + * @brief Groups Cluster AddGroupIfIdentifying Command callback (from client) */ bool emberAfGroupsClusterAddGroupIfIdentifyingCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t groupId, uint8_t * groupName); /** - * @brief Cluster AddScene Command callback (from client) + * @brief Scenes Cluster AddScene Command callback (from client) */ bool emberAfScenesClusterAddSceneCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t groupId, uint8_t sceneId, uint16_t transitionTime, uint8_t * sceneName, /* TYPE WARNING: array array defaults to */ uint8_t * extensionFieldSets); /** - * @brief Cluster AddSceneResponse Command callback (from server) + * @brief Scenes Cluster AddSceneResponse Command callback (from server) */ bool emberAfScenesClusterAddSceneResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status, uint16_t groupId, uint8_t sceneId); /** - * @brief Cluster ViewScene Command callback (from client) + * @brief Scenes Cluster ViewScene Command callback (from client) */ bool emberAfScenesClusterViewSceneCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t groupId, uint8_t sceneId); /** - * @brief Cluster ViewSceneResponse Command callback (from server) + * @brief Scenes Cluster ViewSceneResponse Command callback (from server) */ bool emberAfScenesClusterViewSceneResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status, uint16_t groupId, uint8_t sceneId, uint16_t transitionTime, uint8_t * sceneName, /* TYPE WARNING: array array defaults to */ uint8_t * extensionFieldSets); /** - * @brief Cluster RemoveScene Command callback (from client) + * @brief Scenes Cluster RemoveScene Command callback (from client) */ bool emberAfScenesClusterRemoveSceneCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t groupId, uint8_t sceneId); /** - * @brief Cluster RemoveSceneResponse Command callback (from server) + * @brief Scenes Cluster RemoveSceneResponse Command callback (from server) */ bool emberAfScenesClusterRemoveSceneResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status, uint16_t groupId, uint8_t sceneId); /** - * @brief Cluster RemoveAllScenes Command callback (from client) + * @brief Scenes Cluster RemoveAllScenes Command callback (from client) */ bool emberAfScenesClusterRemoveAllScenesCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t groupId); /** - * @brief Cluster RemoveAllScenesResponse Command callback (from server) + * @brief Scenes Cluster RemoveAllScenesResponse Command callback (from server) */ bool emberAfScenesClusterRemoveAllScenesResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status, uint16_t groupId); /** - * @brief Cluster StoreScene Command callback (from client) + * @brief Scenes Cluster StoreScene Command callback (from client) */ bool emberAfScenesClusterStoreSceneCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t groupId, uint8_t sceneId); /** - * @brief Cluster StoreSceneResponse Command callback (from server) + * @brief Scenes Cluster StoreSceneResponse Command callback (from server) */ bool emberAfScenesClusterStoreSceneResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status, uint16_t groupId, uint8_t sceneId); /** - * @brief Cluster RecallScene Command callback (from client) + * @brief Scenes Cluster RecallScene Command callback (from client) */ bool emberAfScenesClusterRecallSceneCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t groupId, uint8_t sceneId, uint16_t transitionTime); /** - * @brief Cluster GetSceneMembership Command callback (from client) + * @brief Scenes Cluster GetSceneMembership Command callback (from client) */ bool emberAfScenesClusterGetSceneMembershipCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t groupId); /** - * @brief Cluster GetSceneMembershipResponse Command callback (from server) + * @brief Scenes Cluster GetSceneMembershipResponse Command callback (from server) */ bool emberAfScenesClusterGetSceneMembershipResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status, uint8_t capacity, uint16_t groupId, uint8_t sceneCount, /* TYPE WARNING: array array defaults to */ uint8_t * sceneList); /** - * @brief Cluster EnhancedAddScene Command callback (from client) + * @brief Scenes Cluster EnhancedAddScene Command callback (from client) */ bool emberAfScenesClusterEnhancedAddSceneCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t groupId, uint8_t sceneId, uint16_t transitionTime, uint8_t * sceneName, /* TYPE WARNING: array array defaults to */ uint8_t * extensionFieldSets); /** - * @brief Cluster EnhancedAddSceneResponse Command callback (from server) + * @brief Scenes Cluster EnhancedAddSceneResponse Command callback (from server) */ bool emberAfScenesClusterEnhancedAddSceneResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status, uint16_t groupId, uint8_t sceneId); /** - * @brief Cluster EnhancedViewScene Command callback (from client) + * @brief Scenes Cluster EnhancedViewScene Command callback (from client) */ bool emberAfScenesClusterEnhancedViewSceneCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t groupId, uint8_t sceneId); /** - * @brief Cluster EnhancedViewSceneResponse Command callback (from server) + * @brief Scenes Cluster EnhancedViewSceneResponse Command callback (from server) */ bool emberAfScenesClusterEnhancedViewSceneResponseCallback( chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status, uint16_t groupId, uint8_t sceneId, uint16_t transitionTime, uint8_t * sceneName, /* TYPE WARNING: array array defaults to */ uint8_t * extensionFieldSets); /** - * @brief Cluster CopyScene Command callback (from client) + * @brief Scenes Cluster CopyScene Command callback (from client) */ bool emberAfScenesClusterCopySceneCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t mode, uint16_t groupIdFrom, uint8_t sceneIdFrom, uint16_t groupIdTo, uint8_t sceneIdTo); /** - * @brief Cluster CopySceneResponse Command callback (from server) + * @brief Scenes Cluster CopySceneResponse Command callback (from server) */ bool emberAfScenesClusterCopySceneResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status, uint16_t groupIdFrom, uint8_t sceneIdFrom); /** - * @brief Cluster Off Command callback (from client) + * @brief On/Off Cluster Off Command callback (from client) */ bool emberAfOnOffClusterOffCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster SampleMfgSpecificOffWithTransition Command callback (from client) + * @brief On/Off Cluster SampleMfgSpecificOffWithTransition Command callback (from client) */ bool emberAfOnOffClusterSampleMfgSpecificOffWithTransitionCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster On Command callback (from client) + * @brief On/Off Cluster On Command callback (from client) */ bool emberAfOnOffClusterOnCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster SampleMfgSpecificOnWithTransition Command callback (from client) + * @brief On/Off Cluster SampleMfgSpecificOnWithTransition Command callback (from client) */ bool emberAfOnOffClusterSampleMfgSpecificOnWithTransitionCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster SampleMfgSpecificOnWithTransition2 Command callback (from client) + * @brief On/Off Cluster SampleMfgSpecificOnWithTransition2 Command callback (from client) */ bool emberAfOnOffClusterSampleMfgSpecificOnWithTransition2Callback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster Toggle Command callback (from client) + * @brief On/Off Cluster Toggle Command callback (from client) */ bool emberAfOnOffClusterToggleCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster SampleMfgSpecificToggleWithTransition Command callback (from client) + * @brief On/Off Cluster SampleMfgSpecificToggleWithTransition Command callback (from client) */ bool emberAfOnOffClusterSampleMfgSpecificToggleWithTransitionCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster SampleMfgSpecificToggleWithTransition2 Command callback (from client) + * @brief On/Off Cluster SampleMfgSpecificToggleWithTransition2 Command callback (from client) */ bool emberAfOnOffClusterSampleMfgSpecificToggleWithTransition2Callback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster OffWithEffect Command callback (from client) + * @brief On/Off Cluster OffWithEffect Command callback (from client) */ bool emberAfOnOffClusterOffWithEffectCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t EffectId, uint8_t EffectVariant); /** - * @brief Cluster OnWithRecallGlobalScene Command callback (from client) + * @brief On/Off Cluster OnWithRecallGlobalScene Command callback (from client) */ bool emberAfOnOffClusterOnWithRecallGlobalSceneCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster OnWithTimedOff Command callback (from client) + * @brief On/Off Cluster OnWithTimedOff Command callback (from client) */ bool emberAfOnOffClusterOnWithTimedOffCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t OnOffControl, uint16_t OnTime, uint16_t OffWaitTime); /** - * @brief Cluster MoveToLevel Command callback (from client) + * @brief Level Control Cluster MoveToLevel Command callback (from client) */ bool emberAfLevelControlClusterMoveToLevelCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t level, uint16_t transitionTime, uint8_t optionMask, uint8_t optionOverride); /** - * @brief Cluster Move Command callback (from client) + * @brief Level Control Cluster Move Command callback (from client) */ bool emberAfLevelControlClusterMoveCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t moveMode, uint8_t rate, uint8_t optionMask, uint8_t optionOverride); /** - * @brief Cluster Step Command callback (from client) + * @brief Level Control Cluster Step Command callback (from client) */ bool emberAfLevelControlClusterStepCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t stepMode, uint8_t stepSize, uint16_t transitionTime, uint8_t optionMask, uint8_t optionOverride); /** - * @brief Cluster Stop Command callback (from client) + * @brief Level Control Cluster Stop Command callback (from client) */ bool emberAfLevelControlClusterStopCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t optionMask, uint8_t optionOverride); /** - * @brief Cluster MoveToLevelWithOnOff Command callback (from client) + * @brief Level Control Cluster MoveToLevelWithOnOff Command callback (from client) */ bool emberAfLevelControlClusterMoveToLevelWithOnOffCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t level, uint16_t transitionTime); /** - * @brief Cluster MoveWithOnOff Command callback (from client) + * @brief Level Control Cluster MoveWithOnOff Command callback (from client) */ bool emberAfLevelControlClusterMoveWithOnOffCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t moveMode, uint8_t rate); /** - * @brief Cluster StepWithOnOff Command callback (from client) + * @brief Level Control Cluster StepWithOnOff Command callback (from client) */ bool emberAfLevelControlClusterStepWithOnOffCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t stepMode, uint8_t stepSize, uint16_t transitionTime); /** - * @brief Cluster StopWithOnOff Command callback (from client) + * @brief Level Control Cluster StopWithOnOff Command callback (from client) */ bool emberAfLevelControlClusterStopWithOnOffCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster ResetAlarm Command callback (from client) + * @brief Alarms Cluster ResetAlarm Command callback (from client) */ bool emberAfAlarmsClusterResetAlarmCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t alarmCode, chip::ClusterId clusterId); /** - * @brief Cluster Alarm Command callback (from server) + * @brief Alarms Cluster Alarm Command callback (from server) */ bool emberAfAlarmsClusterAlarmCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t alarmCode, chip::ClusterId clusterId); /** - * @brief Cluster ResetAllAlarms Command callback (from client) + * @brief Alarms Cluster ResetAllAlarms Command callback (from client) */ bool emberAfAlarmsClusterResetAllAlarmsCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster GetAlarmResponse Command callback (from server) + * @brief Alarms Cluster GetAlarmResponse Command callback (from server) */ bool emberAfAlarmsClusterGetAlarmResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status, uint8_t alarmCode, chip::ClusterId clusterId, uint32_t timeStamp); /** - * @brief Cluster GetAlarm Command callback (from client) + * @brief Alarms Cluster GetAlarm Command callback (from client) */ bool emberAfAlarmsClusterGetAlarmCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster ResetAlarmLog Command callback (from client) + * @brief Alarms Cluster ResetAlarmLog Command callback (from client) */ bool emberAfAlarmsClusterResetAlarmLogCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster PowerProfileRequest Command callback (from client) + * @brief Power Profile Cluster PowerProfileRequest Command callback (from client) */ bool emberAfPowerProfileClusterPowerProfileRequestCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t powerProfileId); /** - * @brief Cluster PowerProfileNotification Command callback (from server) + * @brief Power Profile Cluster PowerProfileNotification Command callback (from server) */ bool emberAfPowerProfileClusterPowerProfileNotificationCallback( chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t totalProfileNum, uint8_t powerProfileId, uint8_t numOfTransferredPhases, /* TYPE WARNING: array array defaults to */ uint8_t * transferredPhases); /** - * @brief Cluster PowerProfileStateRequest Command callback (from client) + * @brief Power Profile Cluster PowerProfileStateRequest Command callback (from client) */ bool emberAfPowerProfileClusterPowerProfileStateRequestCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster PowerProfileResponse Command callback (from server) + * @brief Power Profile Cluster PowerProfileResponse Command callback (from server) */ bool emberAfPowerProfileClusterPowerProfileResponseCallback( chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t totalProfileNum, uint8_t powerProfileId, uint8_t numOfTransferredPhases, /* TYPE WARNING: array array defaults to */ uint8_t * transferredPhases); /** - * @brief Cluster GetPowerProfilePriceResponse Command callback (from client) + * @brief Power Profile Cluster GetPowerProfilePriceResponse Command callback (from client) */ bool emberAfPowerProfileClusterGetPowerProfilePriceResponseCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t powerProfileId, uint16_t currency, uint32_t price, uint8_t priceTrailingDigit); /** - * @brief Cluster PowerProfileStateResponse Command callback (from server) + * @brief Power Profile Cluster PowerProfileStateResponse Command callback (from server) */ bool emberAfPowerProfileClusterPowerProfileStateResponseCallback( chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t powerProfileCount, /* TYPE WARNING: array array defaults to */ uint8_t * powerProfileRecords); /** - * @brief Cluster GetOverallSchedulePriceResponse Command callback (from client) + * @brief Power Profile Cluster GetOverallSchedulePriceResponse Command callback (from client) */ bool emberAfPowerProfileClusterGetOverallSchedulePriceResponseCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t currency, uint32_t price, uint8_t priceTrailingDigit); /** - * @brief Cluster GetPowerProfilePrice Command callback (from server) + * @brief Power Profile Cluster GetPowerProfilePrice Command callback (from server) */ bool emberAfPowerProfileClusterGetPowerProfilePriceCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t powerProfileId); /** - * @brief Cluster EnergyPhasesScheduleNotification Command callback (from client) + * @brief Power Profile Cluster EnergyPhasesScheduleNotification Command callback (from client) */ bool emberAfPowerProfileClusterEnergyPhasesScheduleNotificationCallback( chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t powerProfileId, uint8_t numOfScheduledPhases, /* TYPE WARNING: array array defaults to */ uint8_t * scheduledPhases); /** - * @brief Cluster PowerProfilesStateNotification Command callback (from server) + * @brief Power Profile Cluster PowerProfilesStateNotification Command callback (from server) */ bool emberAfPowerProfileClusterPowerProfilesStateNotificationCallback( chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t powerProfileCount, /* TYPE WARNING: array array defaults to */ uint8_t * powerProfileRecords); /** - * @brief Cluster EnergyPhasesScheduleResponse Command callback (from client) + * @brief Power Profile Cluster EnergyPhasesScheduleResponse Command callback (from client) */ bool emberAfPowerProfileClusterEnergyPhasesScheduleResponseCallback( chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t powerProfileId, uint8_t numOfScheduledPhases, /* TYPE WARNING: array array defaults to */ uint8_t * scheduledPhases); /** - * @brief Cluster GetOverallSchedulePrice Command callback (from server) + * @brief Power Profile Cluster GetOverallSchedulePrice Command callback (from server) */ bool emberAfPowerProfileClusterGetOverallSchedulePriceCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj); /** - * @brief Cluster PowerProfileScheduleConstraintsRequest Command callback (from client) + * @brief Power Profile Cluster PowerProfileScheduleConstraintsRequest Command callback (from client) */ bool emberAfPowerProfileClusterPowerProfileScheduleConstraintsRequestCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t powerProfileId); /** - * @brief Cluster EnergyPhasesScheduleRequest Command callback (from server) + * @brief Power Profile Cluster EnergyPhasesScheduleRequest Command callback (from server) */ bool emberAfPowerProfileClusterEnergyPhasesScheduleRequestCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t powerProfileId); /** - * @brief Cluster EnergyPhasesScheduleStateRequest Command callback (from client) + * @brief Power Profile Cluster EnergyPhasesScheduleStateRequest Command callback (from client) */ bool emberAfPowerProfileClusterEnergyPhasesScheduleStateRequestCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t powerProfileId); /** - * @brief Cluster EnergyPhasesScheduleStateResponse Command callback (from server) + * @brief Power Profile Cluster EnergyPhasesScheduleStateResponse Command callback (from server) */ bool emberAfPowerProfileClusterEnergyPhasesScheduleStateResponseCallback( chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t powerProfileId, uint8_t numOfScheduledPhases, /* TYPE WARNING: array array defaults to */ uint8_t * scheduledPhases); /** - * @brief Cluster GetPowerProfilePriceExtendedResponse Command callback (from client) + * @brief Power Profile Cluster GetPowerProfilePriceExtendedResponse Command callback (from client) */ bool emberAfPowerProfileClusterGetPowerProfilePriceExtendedResponseCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t powerProfileId, uint16_t currency, uint32_t price, uint8_t priceTrailingDigit); /** - * @brief Cluster EnergyPhasesScheduleStateNotification Command callback (from server) + * @brief Power Profile Cluster EnergyPhasesScheduleStateNotification Command callback (from server) */ bool emberAfPowerProfileClusterEnergyPhasesScheduleStateNotificationCallback( chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t powerProfileId, uint8_t numOfScheduledPhases, /* TYPE WARNING: array array defaults to */ uint8_t * scheduledPhases); /** - * @brief Cluster PowerProfileScheduleConstraintsNotification Command callback (from server) + * @brief Power Profile Cluster PowerProfileScheduleConstraintsNotification Command callback (from server) */ bool emberAfPowerProfileClusterPowerProfileScheduleConstraintsNotificationCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t powerProfileId, uint16_t startAfter, uint16_t stopBefore); /** - * @brief Cluster PowerProfileScheduleConstraintsResponse Command callback (from server) + * @brief Power Profile Cluster PowerProfileScheduleConstraintsResponse Command callback (from server) */ bool emberAfPowerProfileClusterPowerProfileScheduleConstraintsResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t powerProfileId, uint16_t startAfter, uint16_t stopBefore); /** - * @brief Cluster GetPowerProfilePriceExtended Command callback (from server) + * @brief Power Profile Cluster GetPowerProfilePriceExtended Command callback (from server) */ bool emberAfPowerProfileClusterGetPowerProfilePriceExtendedCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t options, uint8_t powerProfileId, uint16_t powerProfileStartTime); /** - * @brief Cluster ExecutionOfACommand Command callback (from client) + * @brief Appliance Control Cluster ExecutionOfACommand Command callback (from client) */ bool emberAfApplianceControlClusterExecutionOfACommandCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t commandId); /** - * @brief Cluster SignalStateResponse Command callback (from server) + * @brief Appliance Control Cluster SignalStateResponse Command callback (from server) */ bool emberAfApplianceControlClusterSignalStateResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t applianceStatus, uint8_t remoteEnableFlagsAndDeviceStatus2, uint32_t applianceStatus2); /** - * @brief Cluster SignalState Command callback (from client) + * @brief Appliance Control Cluster SignalState Command callback (from client) */ bool emberAfApplianceControlClusterSignalStateCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster SignalStateNotification Command callback (from server) + * @brief Appliance Control Cluster SignalStateNotification Command callback (from server) */ bool emberAfApplianceControlClusterSignalStateNotificationCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t applianceStatus, uint8_t remoteEnableFlagsAndDeviceStatus2, uint32_t applianceStatus2); /** - * @brief Cluster WriteFunctions Command callback (from client) + * @brief Appliance Control Cluster WriteFunctions Command callback (from client) */ bool emberAfApplianceControlClusterWriteFunctionsCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t functionId, uint8_t functionDataType, /* TYPE WARNING: array array defaults to */ uint8_t * functionData); /** - * @brief Cluster OverloadPauseResume Command callback (from client) + * @brief Appliance Control Cluster OverloadPauseResume Command callback (from client) */ bool emberAfApplianceControlClusterOverloadPauseResumeCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster OverloadPause Command callback (from client) + * @brief Appliance Control Cluster OverloadPause Command callback (from client) */ bool emberAfApplianceControlClusterOverloadPauseCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster OverloadWarning Command callback (from client) + * @brief Appliance Control Cluster OverloadWarning Command callback (from client) */ bool emberAfApplianceControlClusterOverloadWarningCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t warningEvent); /** - * @brief Cluster CheckIn Command callback (from server) + * @brief Poll Control Cluster CheckIn Command callback (from server) */ bool emberAfPollControlClusterCheckInCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj); /** - * @brief Cluster CheckInResponse Command callback (from client) + * @brief Poll Control Cluster CheckInResponse Command callback (from client) */ bool emberAfPollControlClusterCheckInResponseCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, bool startFastPolling, uint16_t fastPollTimeout); /** - * @brief Cluster FastPollStop Command callback (from client) + * @brief Poll Control Cluster FastPollStop Command callback (from client) */ bool emberAfPollControlClusterFastPollStopCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster SetLongPollInterval Command callback (from client) + * @brief Poll Control Cluster SetLongPollInterval Command callback (from client) */ bool emberAfPollControlClusterSetLongPollIntervalCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint32_t newLongPollInterval); /** - * @brief Cluster SetShortPollInterval Command callback (from client) + * @brief Poll Control Cluster SetShortPollInterval Command callback (from client) */ bool emberAfPollControlClusterSetShortPollIntervalCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t newShortPollInterval); /** - * @brief Cluster StartUp Command callback (from server) + * @brief Basic Cluster StartUp Command callback (from server) */ bool emberAfBasicClusterStartUpCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj); /** - * @brief Cluster MfgSpecificPing Command callback (from client) + * @brief Basic Cluster MfgSpecificPing Command callback (from client) */ bool emberAfBasicClusterMfgSpecificPingCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster ShutDown Command callback (from server) + * @brief Basic Cluster ShutDown Command callback (from server) */ bool emberAfBasicClusterShutDownCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj); /** - * @brief Cluster Leave Command callback (from server) + * @brief Basic Cluster Leave Command callback (from server) */ bool emberAfBasicClusterLeaveCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj); /** - * @brief Cluster QueryImage Command callback (from client) + * @brief OTA Software Update Provider Cluster QueryImage Command callback (from client) */ bool emberAfOtaSoftwareUpdateProviderClusterQueryImageCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t vendorId, uint16_t productId, uint16_t imageType, @@ -15523,19 +15523,19 @@ bool emberAfOtaSoftwareUpdateProviderClusterQueryImageCallback(chip::EndpointId uint8_t protocolsSupported, uint8_t * location, bool requestorCanConsent, chip::ByteSpan metadataForProvider); /** - * @brief Cluster ApplyUpdateRequest Command callback (from client) + * @brief OTA Software Update Provider Cluster ApplyUpdateRequest Command callback (from client) */ bool emberAfOtaSoftwareUpdateProviderClusterApplyUpdateRequestCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, chip::ByteSpan updateToken, uint32_t newVersion); /** - * @brief Cluster NotifyUpdateApplied Command callback (from client) + * @brief OTA Software Update Provider Cluster NotifyUpdateApplied Command callback (from client) */ bool emberAfOtaSoftwareUpdateProviderClusterNotifyUpdateAppliedCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, chip::ByteSpan updateToken, uint32_t currentVersion); /** - * @brief Cluster QueryImageResponse Command callback (from server) + * @brief OTA Software Update Provider Cluster QueryImageResponse Command callback (from server) */ bool emberAfOtaSoftwareUpdateProviderClusterQueryImageResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status, @@ -15543,13 +15543,13 @@ bool emberAfOtaSoftwareUpdateProviderClusterQueryImageResponseCallback(chip::End uint32_t softwareVersion, chip::ByteSpan updateToken, bool userConsentNeeded, chip::ByteSpan metadataForRequestor); /** - * @brief Cluster ApplyUpdateRequestResponse Command callback (from server) + * @brief OTA Software Update Provider Cluster ApplyUpdateRequestResponse Command callback (from server) */ bool emberAfOtaSoftwareUpdateProviderClusterApplyUpdateRequestResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t action, uint32_t delayedActionTime); /** - * @brief Cluster AnnounceOtaProvider Command callback (from client) + * @brief OTA Software Update Requestor Cluster AnnounceOtaProvider Command callback (from client) */ bool emberAfOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, @@ -15557,760 +15557,760 @@ bool emberAfOtaSoftwareUpdateRequestorClusterAnnounceOtaProviderCallback(chip::E uint8_t announcementReason, chip::ByteSpan metadataForNode); /** - * @brief Cluster ArmFailSafe Command callback (from client) + * @brief General Commissioning Cluster ArmFailSafe Command callback (from client) */ bool emberAfGeneralCommissioningClusterArmFailSafeCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t expiryLengthSeconds, uint64_t breadcrumb, uint32_t timeoutMs); /** - * @brief Cluster ArmFailSafeResponse Command callback (from server) + * @brief General Commissioning Cluster ArmFailSafeResponse Command callback (from server) */ bool emberAfGeneralCommissioningClusterArmFailSafeResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t errorCode, uint8_t * debugText); /** - * @brief Cluster SetRegulatoryConfig Command callback (from client) + * @brief General Commissioning Cluster SetRegulatoryConfig Command callback (from client) */ bool emberAfGeneralCommissioningClusterSetRegulatoryConfigCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t location, uint8_t * countryCode, uint64_t breadcrumb, uint32_t timeoutMs); /** - * @brief Cluster SetRegulatoryConfigResponse Command callback (from server) + * @brief General Commissioning Cluster SetRegulatoryConfigResponse Command callback (from server) */ bool emberAfGeneralCommissioningClusterSetRegulatoryConfigResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t errorCode, uint8_t * debugText); /** - * @brief Cluster CommissioningComplete Command callback (from client) + * @brief General Commissioning Cluster CommissioningComplete Command callback (from client) */ bool emberAfGeneralCommissioningClusterCommissioningCompleteCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster CommissioningCompleteResponse Command callback (from server) + * @brief General Commissioning Cluster CommissioningCompleteResponse Command callback (from server) */ bool emberAfGeneralCommissioningClusterCommissioningCompleteResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t errorCode, uint8_t * debugText); /** - * @brief Cluster ScanNetworks Command callback (from client) + * @brief Network Commissioning Cluster ScanNetworks Command callback (from client) */ bool emberAfNetworkCommissioningClusterScanNetworksCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, chip::ByteSpan ssid, uint64_t breadcrumb, uint32_t timeoutMs); /** - * @brief Cluster ScanNetworksResponse Command callback (from server) + * @brief Network Commissioning Cluster ScanNetworksResponse Command callback (from server) */ bool emberAfNetworkCommissioningClusterScanNetworksResponseCallback( chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t errorCode, uint8_t * debugText, /* TYPE WARNING: array array defaults to */ uint8_t * wifiScanResults, /* TYPE WARNING: array array defaults to */ uint8_t * threadScanResults); /** - * @brief Cluster AddWiFiNetwork Command callback (from client) + * @brief Network Commissioning Cluster AddWiFiNetwork Command callback (from client) */ bool emberAfNetworkCommissioningClusterAddWiFiNetworkCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, chip::ByteSpan ssid, chip::ByteSpan credentials, uint64_t breadcrumb, uint32_t timeoutMs); /** - * @brief Cluster AddWiFiNetworkResponse Command callback (from server) + * @brief Network Commissioning Cluster AddWiFiNetworkResponse Command callback (from server) */ bool emberAfNetworkCommissioningClusterAddWiFiNetworkResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t errorCode, uint8_t * debugText); /** - * @brief Cluster UpdateWiFiNetwork Command callback (from client) + * @brief Network Commissioning Cluster UpdateWiFiNetwork Command callback (from client) */ bool emberAfNetworkCommissioningClusterUpdateWiFiNetworkCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, chip::ByteSpan ssid, chip::ByteSpan credentials, uint64_t breadcrumb, uint32_t timeoutMs); /** - * @brief Cluster UpdateWiFiNetworkResponse Command callback (from server) + * @brief Network Commissioning Cluster UpdateWiFiNetworkResponse Command callback (from server) */ bool emberAfNetworkCommissioningClusterUpdateWiFiNetworkResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t errorCode, uint8_t * debugText); /** - * @brief Cluster AddThreadNetwork Command callback (from client) + * @brief Network Commissioning Cluster AddThreadNetwork Command callback (from client) */ bool emberAfNetworkCommissioningClusterAddThreadNetworkCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, chip::ByteSpan operationalDataset, uint64_t breadcrumb, uint32_t timeoutMs); /** - * @brief Cluster AddThreadNetworkResponse Command callback (from server) + * @brief Network Commissioning Cluster AddThreadNetworkResponse Command callback (from server) */ bool emberAfNetworkCommissioningClusterAddThreadNetworkResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t errorCode, uint8_t * debugText); /** - * @brief Cluster UpdateThreadNetwork Command callback (from client) + * @brief Network Commissioning Cluster UpdateThreadNetwork Command callback (from client) */ bool emberAfNetworkCommissioningClusterUpdateThreadNetworkCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, chip::ByteSpan operationalDataset, uint64_t breadcrumb, uint32_t timeoutMs); /** - * @brief Cluster UpdateThreadNetworkResponse Command callback (from server) + * @brief Network Commissioning Cluster UpdateThreadNetworkResponse Command callback (from server) */ bool emberAfNetworkCommissioningClusterUpdateThreadNetworkResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t errorCode, uint8_t * debugText); /** - * @brief Cluster RemoveNetwork Command callback (from client) + * @brief Network Commissioning Cluster RemoveNetwork Command callback (from client) */ bool emberAfNetworkCommissioningClusterRemoveNetworkCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, chip::ByteSpan NetworkID, uint64_t Breadcrumb, uint32_t TimeoutMs); /** - * @brief Cluster RemoveNetworkResponse Command callback (from server) + * @brief Network Commissioning Cluster RemoveNetworkResponse Command callback (from server) */ bool emberAfNetworkCommissioningClusterRemoveNetworkResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t errorCode, uint8_t * debugText); /** - * @brief Cluster EnableNetwork Command callback (from client) + * @brief Network Commissioning Cluster EnableNetwork Command callback (from client) */ bool emberAfNetworkCommissioningClusterEnableNetworkCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, chip::ByteSpan networkID, uint64_t breadcrumb, uint32_t timeoutMs); /** - * @brief Cluster EnableNetworkResponse Command callback (from server) + * @brief Network Commissioning Cluster EnableNetworkResponse Command callback (from server) */ bool emberAfNetworkCommissioningClusterEnableNetworkResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t errorCode, uint8_t * debugText); /** - * @brief Cluster DisableNetwork Command callback (from client) + * @brief Network Commissioning Cluster DisableNetwork Command callback (from client) */ bool emberAfNetworkCommissioningClusterDisableNetworkCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, chip::ByteSpan networkID, uint64_t breadcrumb, uint32_t timeoutMs); /** - * @brief Cluster DisableNetworkResponse Command callback (from server) + * @brief Network Commissioning Cluster DisableNetworkResponse Command callback (from server) */ bool emberAfNetworkCommissioningClusterDisableNetworkResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t errorCode, uint8_t * debugText); /** - * @brief Cluster GetLastNetworkCommissioningResult Command callback (from client) + * @brief Network Commissioning Cluster GetLastNetworkCommissioningResult Command callback (from client) */ bool emberAfNetworkCommissioningClusterGetLastNetworkCommissioningResultCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint32_t timeoutMs); /** - * @brief Cluster RetrieveLogsRequest Command callback (from client) + * @brief Diagnostic Logs Cluster RetrieveLogsRequest Command callback (from client) */ bool emberAfDiagnosticLogsClusterRetrieveLogsRequestCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t intent, uint8_t requestedProtocol, chip::ByteSpan transferFileDesignator); /** - * @brief Cluster RetrieveLogsResponse Command callback (from server) + * @brief Diagnostic Logs Cluster RetrieveLogsResponse Command callback (from server) */ bool emberAfDiagnosticLogsClusterRetrieveLogsResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status, chip::ByteSpan content, /* TYPE WARNING: utc defaults to */ uint8_t * timeStamp, uint32_t timeSinceBoot); /** - * @brief Cluster ResetWatermarks Command callback (from client) + * @brief Software Diagnostics Cluster ResetWatermarks Command callback (from client) */ bool emberAfSoftwareDiagnosticsClusterResetWatermarksCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster ResetCounts Command callback (from client) + * @brief Thread Network Diagnostics Cluster ResetCounts Command callback (from client) */ bool emberAfThreadNetworkDiagnosticsClusterResetCountsCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster ResetCounts Command callback (from client) + * @brief WiFi Network Diagnostics Cluster ResetCounts Command callback (from client) */ bool emberAfWiFiNetworkDiagnosticsClusterResetCountsCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster ResetCounts Command callback (from client) + * @brief Ethernet Network Diagnostics Cluster ResetCounts Command callback (from client) */ bool emberAfEthernetNetworkDiagnosticsClusterResetCountsCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster StartUp Command callback (from server) + * @brief Bridged Device Basic Cluster StartUp Command callback (from server) */ bool emberAfBridgedDeviceBasicClusterStartUpCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj); /** - * @brief Cluster ShutDown Command callback (from server) + * @brief Bridged Device Basic Cluster ShutDown Command callback (from server) */ bool emberAfBridgedDeviceBasicClusterShutDownCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj); /** - * @brief Cluster Leave Command callback (from server) + * @brief Bridged Device Basic Cluster Leave Command callback (from server) */ bool emberAfBridgedDeviceBasicClusterLeaveCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj); /** - * @brief Cluster ReachableChanged Command callback (from server) + * @brief Bridged Device Basic Cluster ReachableChanged Command callback (from server) */ bool emberAfBridgedDeviceBasicClusterReachableChangedCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj); /** - * @brief Cluster OpenCommissioningWindow Command callback (from client) + * @brief AdministratorCommissioning Cluster OpenCommissioningWindow Command callback (from client) */ bool emberAfAdministratorCommissioningClusterOpenCommissioningWindowCallback( chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t CommissioningTimeout, chip::ByteSpan PAKEVerifier, uint16_t Discriminator, uint32_t Iterations, chip::ByteSpan Salt, uint16_t PasscodeID); /** - * @brief Cluster OpenBasicCommissioningWindow Command callback (from client) + * @brief AdministratorCommissioning Cluster OpenBasicCommissioningWindow Command callback (from client) */ bool emberAfAdministratorCommissioningClusterOpenBasicCommissioningWindowCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t CommissioningTimeout); /** - * @brief Cluster RevokeCommissioning Command callback (from client) + * @brief AdministratorCommissioning Cluster RevokeCommissioning Command callback (from client) */ bool emberAfAdministratorCommissioningClusterRevokeCommissioningCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster OpCSRRequest Command callback (from client) + * @brief Operational Credentials Cluster OpCSRRequest Command callback (from client) */ bool emberAfOperationalCredentialsClusterOpCSRRequestCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, chip::ByteSpan CSRNonce); /** - * @brief Cluster OpCSRResponse Command callback (from server) + * @brief Operational Credentials Cluster OpCSRResponse Command callback (from server) */ bool emberAfOperationalCredentialsClusterOpCSRResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, chip::ByteSpan NOCSRElements, chip::ByteSpan AttestationSignature); /** - * @brief Cluster AddNOC Command callback (from client) + * @brief Operational Credentials Cluster AddNOC Command callback (from client) */ bool emberAfOperationalCredentialsClusterAddNOCCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, chip::ByteSpan NOCValue, chip::ByteSpan ICACValue, chip::ByteSpan IPKValue, chip::NodeId CaseAdminNode, uint16_t AdminVendorId); /** - * @brief Cluster UpdateNOC Command callback (from client) + * @brief Operational Credentials Cluster UpdateNOC Command callback (from client) */ bool emberAfOperationalCredentialsClusterUpdateNOCCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, chip::ByteSpan NOCValue, chip::ByteSpan ICACValue); /** - * @brief Cluster NOCResponse Command callback (from server) + * @brief Operational Credentials Cluster NOCResponse Command callback (from server) */ bool emberAfOperationalCredentialsClusterNOCResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t StatusCode, uint8_t FabricIndex, chip::ByteSpan DebugText); /** - * @brief Cluster UpdateFabricLabel Command callback (from client) + * @brief Operational Credentials Cluster UpdateFabricLabel Command callback (from client) */ bool emberAfOperationalCredentialsClusterUpdateFabricLabelCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t * Label); /** - * @brief Cluster RemoveFabric Command callback (from client) + * @brief Operational Credentials Cluster RemoveFabric Command callback (from client) */ bool emberAfOperationalCredentialsClusterRemoveFabricCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t FabricIndex); /** - * @brief Cluster AddTrustedRootCertificate Command callback (from client) + * @brief Operational Credentials Cluster AddTrustedRootCertificate Command callback (from client) */ bool emberAfOperationalCredentialsClusterAddTrustedRootCertificateCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, chip::ByteSpan RootCertificate); /** - * @brief Cluster RemoveTrustedRootCertificate Command callback (from client) + * @brief Operational Credentials Cluster RemoveTrustedRootCertificate Command callback (from client) */ bool emberAfOperationalCredentialsClusterRemoveTrustedRootCertificateCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, chip::ByteSpan TrustedRootIdentifier); /** - * @brief Cluster LockDoor Command callback (from client) + * @brief Door Lock Cluster LockDoor Command callback (from client) */ bool emberAfDoorLockClusterLockDoorCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t * PIN); /** - * @brief Cluster LockDoorResponse Command callback (from server) + * @brief Door Lock Cluster LockDoorResponse Command callback (from server) */ bool emberAfDoorLockClusterLockDoorResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster UnlockDoor Command callback (from client) + * @brief Door Lock Cluster UnlockDoor Command callback (from client) */ bool emberAfDoorLockClusterUnlockDoorCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t * PIN); /** - * @brief Cluster UnlockDoorResponse Command callback (from server) + * @brief Door Lock Cluster UnlockDoorResponse Command callback (from server) */ bool emberAfDoorLockClusterUnlockDoorResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster Toggle Command callback (from client) + * @brief Door Lock Cluster Toggle Command callback (from client) */ bool emberAfDoorLockClusterToggleCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t * pin); /** - * @brief Cluster ToggleResponse Command callback (from server) + * @brief Door Lock Cluster ToggleResponse Command callback (from server) */ bool emberAfDoorLockClusterToggleResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster UnlockWithTimeout Command callback (from client) + * @brief Door Lock Cluster UnlockWithTimeout Command callback (from client) */ bool emberAfDoorLockClusterUnlockWithTimeoutCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t timeoutInSeconds, uint8_t * pin); /** - * @brief Cluster UnlockWithTimeoutResponse Command callback (from server) + * @brief Door Lock Cluster UnlockWithTimeoutResponse Command callback (from server) */ bool emberAfDoorLockClusterUnlockWithTimeoutResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster GetLogRecord Command callback (from client) + * @brief Door Lock Cluster GetLogRecord Command callback (from client) */ bool emberAfDoorLockClusterGetLogRecordCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t logIndex); /** - * @brief Cluster GetLogRecordResponse Command callback (from server) + * @brief Door Lock Cluster GetLogRecordResponse Command callback (from server) */ bool emberAfDoorLockClusterGetLogRecordResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint16_t logEntryId, uint32_t timestamp, uint8_t eventType, uint8_t source, uint8_t eventIdOrAlarmCode, uint16_t userId, uint8_t * pin); /** - * @brief Cluster SetPin Command callback (from client) + * @brief Door Lock Cluster SetPin Command callback (from client) */ bool emberAfDoorLockClusterSetPinCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t userId, uint8_t userStatus, uint8_t userType, uint8_t * pin); /** - * @brief Cluster SetPinResponse Command callback (from server) + * @brief Door Lock Cluster SetPinResponse Command callback (from server) */ bool emberAfDoorLockClusterSetPinResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster GetPin Command callback (from client) + * @brief Door Lock Cluster GetPin Command callback (from client) */ bool emberAfDoorLockClusterGetPinCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t userId); /** - * @brief Cluster GetPinResponse Command callback (from server) + * @brief Door Lock Cluster GetPinResponse Command callback (from server) */ bool emberAfDoorLockClusterGetPinResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint16_t userId, uint8_t userStatus, uint8_t userType, uint8_t * pin); /** - * @brief Cluster ClearPin Command callback (from client) + * @brief Door Lock Cluster ClearPin Command callback (from client) */ bool emberAfDoorLockClusterClearPinCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t userId); /** - * @brief Cluster ClearPinResponse Command callback (from server) + * @brief Door Lock Cluster ClearPinResponse Command callback (from server) */ bool emberAfDoorLockClusterClearPinResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster ClearAllPins Command callback (from client) + * @brief Door Lock Cluster ClearAllPins Command callback (from client) */ bool emberAfDoorLockClusterClearAllPinsCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster ClearAllPinsResponse Command callback (from server) + * @brief Door Lock Cluster ClearAllPinsResponse Command callback (from server) */ bool emberAfDoorLockClusterClearAllPinsResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster SetUserStatus Command callback (from client) + * @brief Door Lock Cluster SetUserStatus Command callback (from client) */ bool emberAfDoorLockClusterSetUserStatusCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t userId, uint8_t userStatus); /** - * @brief Cluster SetUserStatusResponse Command callback (from server) + * @brief Door Lock Cluster SetUserStatusResponse Command callback (from server) */ bool emberAfDoorLockClusterSetUserStatusResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster GetUserStatus Command callback (from client) + * @brief Door Lock Cluster GetUserStatus Command callback (from client) */ bool emberAfDoorLockClusterGetUserStatusCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t userId); /** - * @brief Cluster GetUserStatusResponse Command callback (from server) + * @brief Door Lock Cluster GetUserStatusResponse Command callback (from server) */ bool emberAfDoorLockClusterGetUserStatusResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint16_t userId, uint8_t status); /** - * @brief Cluster SetWeekdaySchedule Command callback (from client) + * @brief Door Lock Cluster SetWeekdaySchedule Command callback (from client) */ bool emberAfDoorLockClusterSetWeekdayScheduleCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t scheduleId, uint16_t userId, uint8_t daysMask, uint8_t startHour, uint8_t startMinute, uint8_t endHour, uint8_t endMinute); /** - * @brief Cluster SetWeekdayScheduleResponse Command callback (from server) + * @brief Door Lock Cluster SetWeekdayScheduleResponse Command callback (from server) */ bool emberAfDoorLockClusterSetWeekdayScheduleResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster GetWeekdaySchedule Command callback (from client) + * @brief Door Lock Cluster GetWeekdaySchedule Command callback (from client) */ bool emberAfDoorLockClusterGetWeekdayScheduleCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t scheduleId, uint16_t userId); /** - * @brief Cluster GetWeekdayScheduleResponse Command callback (from server) + * @brief Door Lock Cluster GetWeekdayScheduleResponse Command callback (from server) */ bool emberAfDoorLockClusterGetWeekdayScheduleResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t scheduleId, uint16_t userId, uint8_t status, uint8_t daysMask, uint8_t startHour, uint8_t startMinute, uint8_t endHour, uint8_t endMinute); /** - * @brief Cluster ClearWeekdaySchedule Command callback (from client) + * @brief Door Lock Cluster ClearWeekdaySchedule Command callback (from client) */ bool emberAfDoorLockClusterClearWeekdayScheduleCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t scheduleId, uint16_t userId); /** - * @brief Cluster ClearWeekdayScheduleResponse Command callback (from server) + * @brief Door Lock Cluster ClearWeekdayScheduleResponse Command callback (from server) */ bool emberAfDoorLockClusterClearWeekdayScheduleResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster SetYeardaySchedule Command callback (from client) + * @brief Door Lock Cluster SetYeardaySchedule Command callback (from client) */ bool emberAfDoorLockClusterSetYeardayScheduleCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t scheduleId, uint16_t userId, uint32_t localStartTime, uint32_t localEndTime); /** - * @brief Cluster SetYeardayScheduleResponse Command callback (from server) + * @brief Door Lock Cluster SetYeardayScheduleResponse Command callback (from server) */ bool emberAfDoorLockClusterSetYeardayScheduleResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster GetYeardaySchedule Command callback (from client) + * @brief Door Lock Cluster GetYeardaySchedule Command callback (from client) */ bool emberAfDoorLockClusterGetYeardayScheduleCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t scheduleId, uint16_t userId); /** - * @brief Cluster GetYeardayScheduleResponse Command callback (from server) + * @brief Door Lock Cluster GetYeardayScheduleResponse Command callback (from server) */ bool emberAfDoorLockClusterGetYeardayScheduleResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t scheduleId, uint16_t userId, uint8_t status, uint32_t localStartTime, uint32_t localEndTime); /** - * @brief Cluster ClearYeardaySchedule Command callback (from client) + * @brief Door Lock Cluster ClearYeardaySchedule Command callback (from client) */ bool emberAfDoorLockClusterClearYeardayScheduleCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t scheduleId, uint16_t userId); /** - * @brief Cluster ClearYeardayScheduleResponse Command callback (from server) + * @brief Door Lock Cluster ClearYeardayScheduleResponse Command callback (from server) */ bool emberAfDoorLockClusterClearYeardayScheduleResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster SetHolidaySchedule Command callback (from client) + * @brief Door Lock Cluster SetHolidaySchedule Command callback (from client) */ bool emberAfDoorLockClusterSetHolidayScheduleCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t scheduleId, uint32_t localStartTime, uint32_t localEndTime, uint8_t operatingModeDuringHoliday); /** - * @brief Cluster SetHolidayScheduleResponse Command callback (from server) + * @brief Door Lock Cluster SetHolidayScheduleResponse Command callback (from server) */ bool emberAfDoorLockClusterSetHolidayScheduleResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster GetHolidaySchedule Command callback (from client) + * @brief Door Lock Cluster GetHolidaySchedule Command callback (from client) */ bool emberAfDoorLockClusterGetHolidayScheduleCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t scheduleId); /** - * @brief Cluster GetHolidayScheduleResponse Command callback (from server) + * @brief Door Lock Cluster GetHolidayScheduleResponse Command callback (from server) */ bool emberAfDoorLockClusterGetHolidayScheduleResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t scheduleId, uint8_t status, uint32_t localStartTime, uint32_t localEndTime, uint8_t operatingModeDuringHoliday); /** - * @brief Cluster ClearHolidaySchedule Command callback (from client) + * @brief Door Lock Cluster ClearHolidaySchedule Command callback (from client) */ bool emberAfDoorLockClusterClearHolidayScheduleCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t scheduleId); /** - * @brief Cluster ClearHolidayScheduleResponse Command callback (from server) + * @brief Door Lock Cluster ClearHolidayScheduleResponse Command callback (from server) */ bool emberAfDoorLockClusterClearHolidayScheduleResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster SetUserType Command callback (from client) + * @brief Door Lock Cluster SetUserType Command callback (from client) */ bool emberAfDoorLockClusterSetUserTypeCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t userId, uint8_t userType); /** - * @brief Cluster SetUserTypeResponse Command callback (from server) + * @brief Door Lock Cluster SetUserTypeResponse Command callback (from server) */ bool emberAfDoorLockClusterSetUserTypeResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster GetUserType Command callback (from client) + * @brief Door Lock Cluster GetUserType Command callback (from client) */ bool emberAfDoorLockClusterGetUserTypeCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t userId); /** - * @brief Cluster GetUserTypeResponse Command callback (from server) + * @brief Door Lock Cluster GetUserTypeResponse Command callback (from server) */ bool emberAfDoorLockClusterGetUserTypeResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint16_t userId, uint8_t userType); /** - * @brief Cluster SetRfid Command callback (from client) + * @brief Door Lock Cluster SetRfid Command callback (from client) */ bool emberAfDoorLockClusterSetRfidCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t userId, uint8_t userStatus, uint8_t userType, uint8_t * id); /** - * @brief Cluster SetRfidResponse Command callback (from server) + * @brief Door Lock Cluster SetRfidResponse Command callback (from server) */ bool emberAfDoorLockClusterSetRfidResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster GetRfid Command callback (from client) + * @brief Door Lock Cluster GetRfid Command callback (from client) */ bool emberAfDoorLockClusterGetRfidCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t userId); /** - * @brief Cluster GetRfidResponse Command callback (from server) + * @brief Door Lock Cluster GetRfidResponse Command callback (from server) */ bool emberAfDoorLockClusterGetRfidResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint16_t userId, uint8_t userStatus, uint8_t userType, uint8_t * rfid); /** - * @brief Cluster ClearRfid Command callback (from client) + * @brief Door Lock Cluster ClearRfid Command callback (from client) */ bool emberAfDoorLockClusterClearRfidCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t userId); /** - * @brief Cluster ClearRfidResponse Command callback (from server) + * @brief Door Lock Cluster ClearRfidResponse Command callback (from server) */ bool emberAfDoorLockClusterClearRfidResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster ClearAllRfids Command callback (from client) + * @brief Door Lock Cluster ClearAllRfids Command callback (from client) */ bool emberAfDoorLockClusterClearAllRfidsCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster ClearAllRfidsResponse Command callback (from server) + * @brief Door Lock Cluster ClearAllRfidsResponse Command callback (from server) */ bool emberAfDoorLockClusterClearAllRfidsResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster OperationEventNotification Command callback (from server) + * @brief Door Lock Cluster OperationEventNotification Command callback (from server) */ bool emberAfDoorLockClusterOperationEventNotificationCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t source, uint8_t eventCode, uint16_t userId, uint8_t * pin, uint32_t timeStamp, uint8_t * data); /** - * @brief Cluster ProgrammingEventNotification Command callback (from server) + * @brief Door Lock Cluster ProgrammingEventNotification Command callback (from server) */ bool emberAfDoorLockClusterProgrammingEventNotificationCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t source, uint8_t eventCode, uint16_t userId, uint8_t * pin, uint8_t userType, uint8_t userStatus, uint32_t timeStamp, uint8_t * data); /** - * @brief Cluster UpOrOpen Command callback (from client) + * @brief Window Covering Cluster UpOrOpen Command callback (from client) */ bool emberAfWindowCoveringClusterUpOrOpenCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster DownOrClose Command callback (from client) + * @brief Window Covering Cluster DownOrClose Command callback (from client) */ bool emberAfWindowCoveringClusterDownOrCloseCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster StopMotion Command callback (from client) + * @brief Window Covering Cluster StopMotion Command callback (from client) */ bool emberAfWindowCoveringClusterStopMotionCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster GoToLiftValue Command callback (from client) + * @brief Window Covering Cluster GoToLiftValue Command callback (from client) */ bool emberAfWindowCoveringClusterGoToLiftValueCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t liftValue); /** - * @brief Cluster GoToLiftPercentage Command callback (from client) + * @brief Window Covering Cluster GoToLiftPercentage Command callback (from client) */ bool emberAfWindowCoveringClusterGoToLiftPercentageCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t liftPercentageValue, uint16_t liftPercent100thsValue); /** - * @brief Cluster GoToTiltValue Command callback (from client) + * @brief Window Covering Cluster GoToTiltValue Command callback (from client) */ bool emberAfWindowCoveringClusterGoToTiltValueCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t tiltValue); /** - * @brief Cluster GoToTiltPercentage Command callback (from client) + * @brief Window Covering Cluster GoToTiltPercentage Command callback (from client) */ bool emberAfWindowCoveringClusterGoToTiltPercentageCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t tiltPercentageValue, uint16_t tiltPercent100thsValue); /** - * @brief Cluster BarrierControlGoToPercent Command callback (from client) + * @brief Barrier Control Cluster BarrierControlGoToPercent Command callback (from client) */ bool emberAfBarrierControlClusterBarrierControlGoToPercentCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t percentOpen); /** - * @brief Cluster BarrierControlStop Command callback (from client) + * @brief Barrier Control Cluster BarrierControlStop Command callback (from client) */ bool emberAfBarrierControlClusterBarrierControlStopCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster SetpointRaiseLower Command callback (from client) + * @brief Thermostat Cluster SetpointRaiseLower Command callback (from client) */ bool emberAfThermostatClusterSetpointRaiseLowerCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t mode, int8_t amount); /** - * @brief Cluster CurrentWeeklySchedule Command callback (from server) + * @brief Thermostat Cluster CurrentWeeklySchedule Command callback (from server) */ bool emberAfThermostatClusterCurrentWeeklyScheduleCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t numberOfTransitionsForSequence, uint8_t dayOfWeekForSequence, uint8_t modeForSequence, /* TYPE WARNING: array array defaults to */ uint8_t * payload); /** - * @brief Cluster SetWeeklySchedule Command callback (from client) + * @brief Thermostat Cluster SetWeeklySchedule Command callback (from client) */ bool emberAfThermostatClusterSetWeeklyScheduleCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t numberOfTransitionsForSequence, uint8_t dayOfWeekForSequence, uint8_t modeForSequence, /* TYPE WARNING: array array defaults to */ uint8_t * payload); /** - * @brief Cluster RelayStatusLog Command callback (from server) + * @brief Thermostat Cluster RelayStatusLog Command callback (from server) */ bool emberAfThermostatClusterRelayStatusLogCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint16_t timeOfDay, uint16_t relayStatus, int16_t localTemperature, uint8_t humidityInPercentage, int16_t setpoint, uint16_t unreadEntries); /** - * @brief Cluster GetWeeklySchedule Command callback (from client) + * @brief Thermostat Cluster GetWeeklySchedule Command callback (from client) */ bool emberAfThermostatClusterGetWeeklyScheduleCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t daysToReturn, uint8_t modeToReturn); /** - * @brief Cluster ClearWeeklySchedule Command callback (from client) + * @brief Thermostat Cluster ClearWeeklySchedule Command callback (from client) */ bool emberAfThermostatClusterClearWeeklyScheduleCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster GetRelayStatusLog Command callback (from client) + * @brief Thermostat Cluster GetRelayStatusLog Command callback (from client) */ bool emberAfThermostatClusterGetRelayStatusLogCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster MoveToHue Command callback (from client) + * @brief Color Control Cluster MoveToHue Command callback (from client) */ bool emberAfColorControlClusterMoveToHueCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t hue, uint8_t direction, uint16_t transitionTime, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster MoveHue Command callback (from client) + * @brief Color Control Cluster MoveHue Command callback (from client) */ bool emberAfColorControlClusterMoveHueCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t moveMode, uint8_t rate, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster StepHue Command callback (from client) + * @brief Color Control Cluster StepHue Command callback (from client) */ bool emberAfColorControlClusterStepHueCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t stepMode, uint8_t stepSize, uint16_t transitionTime, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster MoveToSaturation Command callback (from client) + * @brief Color Control Cluster MoveToSaturation Command callback (from client) */ bool emberAfColorControlClusterMoveToSaturationCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t saturation, uint16_t transitionTime, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster MoveSaturation Command callback (from client) + * @brief Color Control Cluster MoveSaturation Command callback (from client) */ bool emberAfColorControlClusterMoveSaturationCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t moveMode, uint8_t rate, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster StepSaturation Command callback (from client) + * @brief Color Control Cluster StepSaturation Command callback (from client) */ bool emberAfColorControlClusterStepSaturationCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t stepMode, uint8_t stepSize, uint16_t transitionTime, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster MoveToHueAndSaturation Command callback (from client) + * @brief Color Control Cluster MoveToHueAndSaturation Command callback (from client) */ bool emberAfColorControlClusterMoveToHueAndSaturationCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t hue, uint8_t saturation, uint16_t transitionTime, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster MoveToColor Command callback (from client) + * @brief Color Control Cluster MoveToColor Command callback (from client) */ bool emberAfColorControlClusterMoveToColorCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t colorX, uint16_t colorY, uint16_t transitionTime, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster MoveColor Command callback (from client) + * @brief Color Control Cluster MoveColor Command callback (from client) */ bool emberAfColorControlClusterMoveColorCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, int16_t rateX, int16_t rateY, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster StepColor Command callback (from client) + * @brief Color Control Cluster StepColor Command callback (from client) */ bool emberAfColorControlClusterStepColorCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, int16_t stepX, int16_t stepY, uint16_t transitionTime, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster MoveToColorTemperature Command callback (from client) + * @brief Color Control Cluster MoveToColorTemperature Command callback (from client) */ bool emberAfColorControlClusterMoveToColorTemperatureCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t colorTemperature, uint16_t transitionTime, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster EnhancedMoveToHue Command callback (from client) + * @brief Color Control Cluster EnhancedMoveToHue Command callback (from client) */ bool emberAfColorControlClusterEnhancedMoveToHueCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t enhancedHue, uint8_t direction, uint16_t transitionTime, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster EnhancedMoveHue Command callback (from client) + * @brief Color Control Cluster EnhancedMoveHue Command callback (from client) */ bool emberAfColorControlClusterEnhancedMoveHueCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t moveMode, uint16_t rate, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster EnhancedStepHue Command callback (from client) + * @brief Color Control Cluster EnhancedStepHue Command callback (from client) */ bool emberAfColorControlClusterEnhancedStepHueCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t stepMode, uint16_t stepSize, uint16_t transitionTime, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster EnhancedMoveToHueAndSaturation Command callback (from client) + * @brief Color Control Cluster EnhancedMoveToHueAndSaturation Command callback (from client) */ bool emberAfColorControlClusterEnhancedMoveToHueAndSaturationCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t enhancedHue, uint8_t saturation, uint16_t transitionTime, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster ColorLoopSet Command callback (from client) + * @brief Color Control Cluster ColorLoopSet Command callback (from client) */ bool emberAfColorControlClusterColorLoopSetCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t updateFlags, uint8_t action, uint8_t direction, uint16_t time, uint16_t startHue, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster StopMoveStep Command callback (from client) + * @brief Color Control Cluster StopMoveStep Command callback (from client) */ bool emberAfColorControlClusterStopMoveStepCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster MoveColorTemperature Command callback (from client) + * @brief Color Control Cluster MoveColorTemperature Command callback (from client) */ bool emberAfColorControlClusterMoveColorTemperatureCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t moveMode, uint16_t rate, uint16_t colorTemperatureMinimum, uint16_t colorTemperatureMaximum, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster StepColorTemperature Command callback (from client) + * @brief Color Control Cluster StepColorTemperature Command callback (from client) */ bool emberAfColorControlClusterStepColorTemperatureCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t stepMode, uint16_t stepSize, uint16_t transitionTime, uint16_t colorTemperatureMinimum, uint16_t colorTemperatureMaximum, uint8_t optionsMask, uint8_t optionsOverride); /** - * @brief Cluster ZoneEnrollResponse Command callback (from client) + * @brief IAS Zone Cluster ZoneEnrollResponse Command callback (from client) */ bool emberAfIasZoneClusterZoneEnrollResponseCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t enrollResponseCode, uint8_t zoneId); /** - * @brief Cluster ZoneStatusChangeNotification Command callback (from server) + * @brief IAS Zone Cluster ZoneStatusChangeNotification Command callback (from server) */ bool emberAfIasZoneClusterZoneStatusChangeNotificationCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint16_t zoneStatus, uint8_t extendedStatus, uint8_t zoneId, uint16_t delay); /** - * @brief Cluster InitiateNormalOperationMode Command callback (from client) + * @brief IAS Zone Cluster InitiateNormalOperationMode Command callback (from client) */ bool emberAfIasZoneClusterInitiateNormalOperationModeCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster ZoneEnrollRequest Command callback (from server) + * @brief IAS Zone Cluster ZoneEnrollRequest Command callback (from server) */ bool emberAfIasZoneClusterZoneEnrollRequestCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint16_t zoneType, uint16_t manufacturerCode); /** - * @brief Cluster InitiateTestMode Command callback (from client) + * @brief IAS Zone Cluster InitiateTestMode Command callback (from client) */ bool emberAfIasZoneClusterInitiateTestModeCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t testModeDuration, uint8_t currentZoneSensitivityLevel); /** - * @brief Cluster InitiateNormalOperationModeResponse Command callback (from server) + * @brief IAS Zone Cluster InitiateNormalOperationModeResponse Command callback (from server) */ bool emberAfIasZoneClusterInitiateNormalOperationModeResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj); /** - * @brief Cluster InitiateTestModeResponse Command callback (from server) + * @brief IAS Zone Cluster InitiateTestModeResponse Command callback (from server) */ bool emberAfIasZoneClusterInitiateTestModeResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj); /** - * @brief Cluster Arm Command callback (from client) + * @brief IAS ACE Cluster Arm Command callback (from client) */ bool emberAfIasAceClusterArmCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t armMode, uint8_t * armDisarmCode, uint8_t zoneId); /** - * @brief Cluster ArmResponse Command callback (from server) + * @brief IAS ACE Cluster ArmResponse Command callback (from server) */ bool emberAfIasAceClusterArmResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t armNotification); /** - * @brief Cluster Bypass Command callback (from client) + * @brief IAS ACE Cluster Bypass Command callback (from client) */ bool emberAfIasAceClusterBypassCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t numberOfZones, /* TYPE WARNING: array array defaults to */ uint8_t * zoneIds, uint8_t * armDisarmCode); /** - * @brief Cluster GetZoneIdMapResponse Command callback (from server) + * @brief IAS ACE Cluster GetZoneIdMapResponse Command callback (from server) */ bool emberAfIasAceClusterGetZoneIdMapResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint16_t section0, uint16_t section1, uint16_t section2, uint16_t section3, @@ -16319,345 +16319,345 @@ bool emberAfIasAceClusterGetZoneIdMapResponseCallback(chip::EndpointId endpoint, uint16_t section12, uint16_t section13, uint16_t section14, uint16_t section15); /** - * @brief Cluster Emergency Command callback (from client) + * @brief IAS ACE Cluster Emergency Command callback (from client) */ bool emberAfIasAceClusterEmergencyCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster GetZoneInformationResponse Command callback (from server) + * @brief IAS ACE Cluster GetZoneInformationResponse Command callback (from server) */ bool emberAfIasAceClusterGetZoneInformationResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t zoneId, uint16_t zoneType, chip::NodeId ieeeAddress, uint8_t * zoneLabel); /** - * @brief Cluster Fire Command callback (from client) + * @brief IAS ACE Cluster Fire Command callback (from client) */ bool emberAfIasAceClusterFireCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster ZoneStatusChanged Command callback (from server) + * @brief IAS ACE Cluster ZoneStatusChanged Command callback (from server) */ bool emberAfIasAceClusterZoneStatusChangedCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t zoneId, uint16_t zoneStatus, uint8_t audibleNotification, uint8_t * zoneLabel); /** - * @brief Cluster Panic Command callback (from client) + * @brief IAS ACE Cluster Panic Command callback (from client) */ bool emberAfIasAceClusterPanicCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster PanelStatusChanged Command callback (from server) + * @brief IAS ACE Cluster PanelStatusChanged Command callback (from server) */ bool emberAfIasAceClusterPanelStatusChangedCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t panelStatus, uint8_t secondsRemaining, uint8_t audibleNotification, uint8_t alarmStatus); /** - * @brief Cluster GetZoneIdMap Command callback (from client) + * @brief IAS ACE Cluster GetZoneIdMap Command callback (from client) */ bool emberAfIasAceClusterGetZoneIdMapCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster GetPanelStatusResponse Command callback (from server) + * @brief IAS ACE Cluster GetPanelStatusResponse Command callback (from server) */ bool emberAfIasAceClusterGetPanelStatusResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t panelStatus, uint8_t secondsRemaining, uint8_t audibleNotification, uint8_t alarmStatus); /** - * @brief Cluster GetZoneInformation Command callback (from client) + * @brief IAS ACE Cluster GetZoneInformation Command callback (from client) */ bool emberAfIasAceClusterGetZoneInformationCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t zoneId); /** - * @brief Cluster SetBypassedZoneList Command callback (from server) + * @brief IAS ACE Cluster SetBypassedZoneList Command callback (from server) */ bool emberAfIasAceClusterSetBypassedZoneListCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t numberOfZones, /* TYPE WARNING: array array defaults to */ uint8_t * zoneIds); /** - * @brief Cluster GetPanelStatus Command callback (from client) + * @brief IAS ACE Cluster GetPanelStatus Command callback (from client) */ bool emberAfIasAceClusterGetPanelStatusCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster BypassResponse Command callback (from server) + * @brief IAS ACE Cluster BypassResponse Command callback (from server) */ bool emberAfIasAceClusterBypassResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t numberOfZones, /* TYPE WARNING: array array defaults to */ uint8_t * bypassResult); /** - * @brief Cluster GetBypassedZoneList Command callback (from client) + * @brief IAS ACE Cluster GetBypassedZoneList Command callback (from client) */ bool emberAfIasAceClusterGetBypassedZoneListCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster GetZoneStatusResponse Command callback (from server) + * @brief IAS ACE Cluster GetZoneStatusResponse Command callback (from server) */ bool emberAfIasAceClusterGetZoneStatusResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, bool zoneStatusComplete, uint8_t numberOfZones, /* TYPE WARNING: array array defaults to */ uint8_t * zoneStatusResult); /** - * @brief Cluster GetZoneStatus Command callback (from client) + * @brief IAS ACE Cluster GetZoneStatus Command callback (from client) */ bool emberAfIasAceClusterGetZoneStatusCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t startingZoneId, uint8_t maxNumberOfZoneIds, bool zoneStatusMaskFlag, uint16_t zoneStatusMask); /** - * @brief Cluster StartWarning Command callback (from client) + * @brief IAS WD Cluster StartWarning Command callback (from client) */ bool emberAfIasWdClusterStartWarningCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t warningInfo, uint16_t warningDuration, uint8_t strobeDutyCycle, uint8_t strobeLevel); /** - * @brief Cluster Squawk Command callback (from client) + * @brief IAS WD Cluster Squawk Command callback (from client) */ bool emberAfIasWdClusterSquawkCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t squawkInfo); /** - * @brief Cluster ChangeChannel Command callback (from client) + * @brief TV Channel Cluster ChangeChannel Command callback (from client) */ bool emberAfTvChannelClusterChangeChannelCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t * match); /** - * @brief Cluster ChangeChannelResponse Command callback (from server) + * @brief TV Channel Cluster ChangeChannelResponse Command callback (from server) */ bool emberAfTvChannelClusterChangeChannelResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, /* TYPE WARNING: array array defaults to */ uint8_t * ChannelMatch, uint8_t ErrorType); /** - * @brief Cluster ChangeChannelByNumber Command callback (from client) + * @brief TV Channel Cluster ChangeChannelByNumber Command callback (from client) */ bool emberAfTvChannelClusterChangeChannelByNumberCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t majorNumber, uint16_t minorNumber); /** - * @brief Cluster SkipChannel Command callback (from client) + * @brief TV Channel Cluster SkipChannel Command callback (from client) */ bool emberAfTvChannelClusterSkipChannelCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t Count); /** - * @brief Cluster NavigateTarget Command callback (from client) + * @brief Target Navigator Cluster NavigateTarget Command callback (from client) */ bool emberAfTargetNavigatorClusterNavigateTargetCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t target, uint8_t * data); /** - * @brief Cluster NavigateTargetResponse Command callback (from server) + * @brief Target Navigator Cluster NavigateTargetResponse Command callback (from server) */ bool emberAfTargetNavigatorClusterNavigateTargetResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status, uint8_t * data); /** - * @brief Cluster MediaPlay Command callback (from client) + * @brief Media Playback Cluster MediaPlay Command callback (from client) */ bool emberAfMediaPlaybackClusterMediaPlayCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster MediaPlayResponse Command callback (from server) + * @brief Media Playback Cluster MediaPlayResponse Command callback (from server) */ bool emberAfMediaPlaybackClusterMediaPlayResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t mediaPlaybackStatus); /** - * @brief Cluster MediaPause Command callback (from client) + * @brief Media Playback Cluster MediaPause Command callback (from client) */ bool emberAfMediaPlaybackClusterMediaPauseCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster MediaPauseResponse Command callback (from server) + * @brief Media Playback Cluster MediaPauseResponse Command callback (from server) */ bool emberAfMediaPlaybackClusterMediaPauseResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t mediaPlaybackStatus); /** - * @brief Cluster MediaStop Command callback (from client) + * @brief Media Playback Cluster MediaStop Command callback (from client) */ bool emberAfMediaPlaybackClusterMediaStopCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster MediaStopResponse Command callback (from server) + * @brief Media Playback Cluster MediaStopResponse Command callback (from server) */ bool emberAfMediaPlaybackClusterMediaStopResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t mediaPlaybackStatus); /** - * @brief Cluster MediaStartOver Command callback (from client) + * @brief Media Playback Cluster MediaStartOver Command callback (from client) */ bool emberAfMediaPlaybackClusterMediaStartOverCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster MediaStartOverResponse Command callback (from server) + * @brief Media Playback Cluster MediaStartOverResponse Command callback (from server) */ bool emberAfMediaPlaybackClusterMediaStartOverResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t mediaPlaybackStatus); /** - * @brief Cluster MediaPrevious Command callback (from client) + * @brief Media Playback Cluster MediaPrevious Command callback (from client) */ bool emberAfMediaPlaybackClusterMediaPreviousCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster MediaPreviousResponse Command callback (from server) + * @brief Media Playback Cluster MediaPreviousResponse Command callback (from server) */ bool emberAfMediaPlaybackClusterMediaPreviousResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t mediaPlaybackStatus); /** - * @brief Cluster MediaNext Command callback (from client) + * @brief Media Playback Cluster MediaNext Command callback (from client) */ bool emberAfMediaPlaybackClusterMediaNextCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster MediaNextResponse Command callback (from server) + * @brief Media Playback Cluster MediaNextResponse Command callback (from server) */ bool emberAfMediaPlaybackClusterMediaNextResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t mediaPlaybackStatus); /** - * @brief Cluster MediaRewind Command callback (from client) + * @brief Media Playback Cluster MediaRewind Command callback (from client) */ bool emberAfMediaPlaybackClusterMediaRewindCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster MediaRewindResponse Command callback (from server) + * @brief Media Playback Cluster MediaRewindResponse Command callback (from server) */ bool emberAfMediaPlaybackClusterMediaRewindResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t mediaPlaybackStatus); /** - * @brief Cluster MediaFastForward Command callback (from client) + * @brief Media Playback Cluster MediaFastForward Command callback (from client) */ bool emberAfMediaPlaybackClusterMediaFastForwardCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster MediaFastForwardResponse Command callback (from server) + * @brief Media Playback Cluster MediaFastForwardResponse Command callback (from server) */ bool emberAfMediaPlaybackClusterMediaFastForwardResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t mediaPlaybackStatus); /** - * @brief Cluster MediaSkipForward Command callback (from client) + * @brief Media Playback Cluster MediaSkipForward Command callback (from client) */ bool emberAfMediaPlaybackClusterMediaSkipForwardCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint64_t deltaPositionMilliseconds); /** - * @brief Cluster MediaSkipForwardResponse Command callback (from server) + * @brief Media Playback Cluster MediaSkipForwardResponse Command callback (from server) */ bool emberAfMediaPlaybackClusterMediaSkipForwardResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t mediaPlaybackStatus); /** - * @brief Cluster MediaSkipBackward Command callback (from client) + * @brief Media Playback Cluster MediaSkipBackward Command callback (from client) */ bool emberAfMediaPlaybackClusterMediaSkipBackwardCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint64_t deltaPositionMilliseconds); /** - * @brief Cluster MediaSkipBackwardResponse Command callback (from server) + * @brief Media Playback Cluster MediaSkipBackwardResponse Command callback (from server) */ bool emberAfMediaPlaybackClusterMediaSkipBackwardResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t mediaPlaybackStatus); /** - * @brief Cluster MediaSeek Command callback (from client) + * @brief Media Playback Cluster MediaSeek Command callback (from client) */ bool emberAfMediaPlaybackClusterMediaSeekCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint64_t position); /** - * @brief Cluster MediaSeekResponse Command callback (from server) + * @brief Media Playback Cluster MediaSeekResponse Command callback (from server) */ bool emberAfMediaPlaybackClusterMediaSeekResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t mediaPlaybackStatus); /** - * @brief Cluster SelectInput Command callback (from client) + * @brief Media Input Cluster SelectInput Command callback (from client) */ bool emberAfMediaInputClusterSelectInputCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t index); /** - * @brief Cluster ShowInputStatus Command callback (from client) + * @brief Media Input Cluster ShowInputStatus Command callback (from client) */ bool emberAfMediaInputClusterShowInputStatusCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster HideInputStatus Command callback (from client) + * @brief Media Input Cluster HideInputStatus Command callback (from client) */ bool emberAfMediaInputClusterHideInputStatusCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster RenameInput Command callback (from client) + * @brief Media Input Cluster RenameInput Command callback (from client) */ bool emberAfMediaInputClusterRenameInputCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t index, uint8_t * name); /** - * @brief Cluster Sleep Command callback (from client) + * @brief Low Power Cluster Sleep Command callback (from client) */ bool emberAfLowPowerClusterSleepCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster SendKey Command callback (from client) + * @brief Keypad Input Cluster SendKey Command callback (from client) */ bool emberAfKeypadInputClusterSendKeyCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t keyCode); /** - * @brief Cluster SendKeyResponse Command callback (from server) + * @brief Keypad Input Cluster SendKeyResponse Command callback (from server) */ bool emberAfKeypadInputClusterSendKeyResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status); /** - * @brief Cluster LaunchContent Command callback (from client) + * @brief Content Launcher Cluster LaunchContent Command callback (from client) */ bool emberAfContentLauncherClusterLaunchContentCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, bool autoPlay, uint8_t * data); /** - * @brief Cluster LaunchContentResponse Command callback (from server) + * @brief Content Launcher Cluster LaunchContentResponse Command callback (from server) */ bool emberAfContentLauncherClusterLaunchContentResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t * data, uint8_t contentLaunchStatus); /** - * @brief Cluster LaunchURL Command callback (from client) + * @brief Content Launcher Cluster LaunchURL Command callback (from client) */ bool emberAfContentLauncherClusterLaunchURLCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t * contentURL, uint8_t * displayString); /** - * @brief Cluster LaunchURLResponse Command callback (from server) + * @brief Content Launcher Cluster LaunchURLResponse Command callback (from server) */ bool emberAfContentLauncherClusterLaunchURLResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t * data, uint8_t contentLaunchStatus); /** - * @brief Cluster SelectOutput Command callback (from client) + * @brief Audio Output Cluster SelectOutput Command callback (from client) */ bool emberAfAudioOutputClusterSelectOutputCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t index); /** - * @brief Cluster RenameOutput Command callback (from client) + * @brief Audio Output Cluster RenameOutput Command callback (from client) */ bool emberAfAudioOutputClusterRenameOutputCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t index, uint8_t * name); /** - * @brief Cluster LaunchApp Command callback (from client) + * @brief Application Launcher Cluster LaunchApp Command callback (from client) */ bool emberAfApplicationLauncherClusterLaunchAppCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t * data, uint16_t catalogVendorId, uint8_t * applicationId); /** - * @brief Cluster LaunchAppResponse Command callback (from server) + * @brief Application Launcher Cluster LaunchAppResponse Command callback (from server) */ bool emberAfApplicationLauncherClusterLaunchAppResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t status, uint8_t * data); /** - * @brief Cluster ChangeStatus Command callback (from client) + * @brief Application Basic Cluster ChangeStatus Command callback (from client) */ bool emberAfApplicationBasicClusterChangeStatusCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t status); /** - * @brief Cluster GetSetupPIN Command callback (from client) + * @brief Account Login Cluster GetSetupPIN Command callback (from client) */ bool emberAfAccountLoginClusterGetSetupPINCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t * tempAccountIdentifier); /** - * @brief Cluster GetSetupPINResponse Command callback (from server) + * @brief Account Login Cluster GetSetupPINResponse Command callback (from server) */ bool emberAfAccountLoginClusterGetSetupPINResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t * setupPIN); /** - * @brief Cluster Login Command callback (from client) + * @brief Account Login Cluster Login Command callback (from client) */ bool emberAfAccountLoginClusterLoginCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t * tempAccountIdentifier, uint8_t * setupPIN); /** - * @brief Cluster Test Command callback (from client) + * @brief Test Cluster Cluster Test Command callback (from client) */ bool emberAfTestClusterClusterTestCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster TestSpecificResponse Command callback (from server) + * @brief Test Cluster Cluster TestSpecificResponse Command callback (from server) */ bool emberAfTestClusterClusterTestSpecificResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t returnValue); /** - * @brief Cluster TestNotHandled Command callback (from client) + * @brief Test Cluster Cluster TestNotHandled Command callback (from client) */ bool emberAfTestClusterClusterTestNotHandledCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster TestAddArgumentsResponse Command callback (from server) + * @brief Test Cluster Cluster TestAddArgumentsResponse Command callback (from server) */ bool emberAfTestClusterClusterTestAddArgumentsResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t returnValue); /** - * @brief Cluster TestSpecific Command callback (from client) + * @brief Test Cluster Cluster TestSpecific Command callback (from client) */ bool emberAfTestClusterClusterTestSpecificCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster TestUnknownCommand Command callback (from client) + * @brief Test Cluster Cluster TestUnknownCommand Command callback (from client) */ bool emberAfTestClusterClusterTestUnknownCommandCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster TestAddArguments Command callback (from client) + * @brief Test Cluster Cluster TestAddArguments Command callback (from client) */ bool emberAfTestClusterClusterTestAddArgumentsCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t arg1, uint8_t arg2); /** - * @brief Cluster DisplayMessage Command callback (from server) + * @brief Messaging Cluster DisplayMessage Command callback (from server) */ bool emberAfMessagingClusterDisplayMessageCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint32_t messageId, uint8_t messageControl, @@ -16665,23 +16665,23 @@ bool emberAfMessagingClusterDisplayMessageCallback(chip::EndpointId endpoint, ch uint16_t durationInMinutes, uint8_t * message, uint8_t optionalExtendedMessageControl); /** - * @brief Cluster GetLastMessage Command callback (from client) + * @brief Messaging Cluster GetLastMessage Command callback (from client) */ bool emberAfMessagingClusterGetLastMessageCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster CancelMessage Command callback (from server) + * @brief Messaging Cluster CancelMessage Command callback (from server) */ bool emberAfMessagingClusterCancelMessageCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint32_t messageId, uint8_t messageControl); /** - * @brief Cluster MessageConfirmation Command callback (from client) + * @brief Messaging Cluster MessageConfirmation Command callback (from client) */ bool emberAfMessagingClusterMessageConfirmationCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint32_t messageId, /* TYPE WARNING: utc defaults to */ uint8_t * confirmationTime, uint8_t messageConfirmationControl, chip::ByteSpan messageResponse); /** - * @brief Cluster DisplayProtectedMessage Command callback (from server) + * @brief Messaging Cluster DisplayProtectedMessage Command callback (from server) */ bool emberAfMessagingClusterDisplayProtectedMessageCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint32_t messageId, uint8_t messageControl, @@ -16689,115 +16689,115 @@ bool emberAfMessagingClusterDisplayProtectedMessageCallback(chip::EndpointId end uint16_t durationInMinutes, uint8_t * message, uint8_t optionalExtendedMessageControl); /** - * @brief Cluster GetMessageCancellation Command callback (from client) + * @brief Messaging Cluster GetMessageCancellation Command callback (from client) */ bool emberAfMessagingClusterGetMessageCancellationCallback( chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, /* TYPE WARNING: utc defaults to */ uint8_t * earliestImplementationTime); /** - * @brief Cluster CancelAllMessages Command callback (from server) + * @brief Messaging Cluster CancelAllMessages Command callback (from server) */ bool emberAfMessagingClusterCancelAllMessagesCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, /* TYPE WARNING: utc defaults to */ uint8_t * implementationDateTime); /** - * @brief Cluster GetAlerts Command callback (from client) + * @brief Appliance Events and Alert Cluster GetAlerts Command callback (from client) */ bool emberAfApplianceEventsAndAlertClusterGetAlertsCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster GetAlertsResponse Command callback (from server) + * @brief Appliance Events and Alert Cluster GetAlertsResponse Command callback (from server) */ bool emberAfApplianceEventsAndAlertClusterGetAlertsResponseCallback( chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t alertsCount, /* TYPE WARNING: array array defaults to */ uint8_t * alertStructures); /** - * @brief Cluster AlertsNotification Command callback (from server) + * @brief Appliance Events and Alert Cluster AlertsNotification Command callback (from server) */ bool emberAfApplianceEventsAndAlertClusterAlertsNotificationCallback( chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t alertsCount, /* TYPE WARNING: array array defaults to */ uint8_t * alertStructures); /** - * @brief Cluster EventsNotification Command callback (from server) + * @brief Appliance Events and Alert Cluster EventsNotification Command callback (from server) */ bool emberAfApplianceEventsAndAlertClusterEventsNotificationCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t eventHeader, uint8_t eventId); /** - * @brief Cluster LogNotification Command callback (from server) + * @brief Appliance Statistics Cluster LogNotification Command callback (from server) */ bool emberAfApplianceStatisticsClusterLogNotificationCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, /* TYPE WARNING: unknown defaults to */ uint8_t * timeStamp, uint32_t logId, uint32_t logLength, /* TYPE WARNING: array array defaults to */ uint8_t * logPayload); /** - * @brief Cluster LogRequest Command callback (from client) + * @brief Appliance Statistics Cluster LogRequest Command callback (from client) */ bool emberAfApplianceStatisticsClusterLogRequestCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint32_t logId); /** - * @brief Cluster LogResponse Command callback (from server) + * @brief Appliance Statistics Cluster LogResponse Command callback (from server) */ bool emberAfApplianceStatisticsClusterLogResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, /* TYPE WARNING: unknown defaults to */ uint8_t * timeStamp, uint32_t logId, uint32_t logLength, /* TYPE WARNING: array array defaults to */ uint8_t * logPayload); /** - * @brief Cluster LogQueueRequest Command callback (from client) + * @brief Appliance Statistics Cluster LogQueueRequest Command callback (from client) */ bool emberAfApplianceStatisticsClusterLogQueueRequestCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster LogQueueResponse Command callback (from server) + * @brief Appliance Statistics Cluster LogQueueResponse Command callback (from server) */ bool emberAfApplianceStatisticsClusterLogQueueResponseCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t logQueueSize, /* TYPE WARNING: array array defaults to */ uint8_t * logIds); /** - * @brief Cluster StatisticsAvailable Command callback (from server) + * @brief Appliance Statistics Cluster StatisticsAvailable Command callback (from server) */ bool emberAfApplianceStatisticsClusterStatisticsAvailableCallback(chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t logQueueSize, /* TYPE WARNING: array array defaults to */ uint8_t * logIds); /** - * @brief Cluster GetProfileInfoResponseCommand Command callback (from server) + * @brief Electrical Measurement Cluster GetProfileInfoResponseCommand Command callback (from server) */ bool emberAfElectricalMeasurementClusterGetProfileInfoResponseCommandCallback( chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint8_t profileCount, uint8_t profileIntervalPeriod, uint8_t maxNumberOfIntervals, /* TYPE WARNING: array array defaults to */ uint8_t * listOfAttributes); /** - * @brief Cluster GetProfileInfoCommand Command callback (from client) + * @brief Electrical Measurement Cluster GetProfileInfoCommand Command callback (from client) */ bool emberAfElectricalMeasurementClusterGetProfileInfoCommandCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj); /** - * @brief Cluster GetMeasurementProfileResponseCommand Command callback (from server) + * @brief Electrical Measurement Cluster GetMeasurementProfileResponseCommand Command callback (from server) */ bool emberAfElectricalMeasurementClusterGetMeasurementProfileResponseCommandCallback( chip::EndpointId endpoint, chip::app::CommandSender * commandObj, uint32_t startTime, uint8_t status, uint8_t profileIntervalPeriod, uint8_t numberOfIntervalsDelivered, uint16_t attributeId, /* TYPE WARNING: array array defaults to */ uint8_t * intervals); /** - * @brief Cluster GetMeasurementProfileCommand Command callback (from client) + * @brief Electrical Measurement Cluster GetMeasurementProfileCommand Command callback (from client) */ bool emberAfElectricalMeasurementClusterGetMeasurementProfileCommandCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint16_t attributeId, uint32_t startTime, uint8_t numberOfIntervals); /** - * @brief Cluster Bind Command callback (from client) + * @brief Binding Cluster Bind Command callback (from client) */ bool emberAfBindingClusterBindCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, chip::NodeId nodeId, chip::GroupId groupId, chip::EndpointId endpointId, chip::ClusterId clusterId); /** - * @brief Cluster Unbind Command callback (from client) + * @brief Binding Cluster Unbind Command callback (from client) */ bool emberAfBindingClusterUnbindCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, chip::NodeId nodeId, chip::GroupId groupId, chip::EndpointId endpointId, chip::ClusterId clusterId); /** - * @brief Cluster CommandOne Command callback (from client) + * @brief Sample Mfg Specific Cluster Cluster CommandOne Command callback (from client) */ bool emberAfSampleMfgSpecificClusterClusterCommandOneCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t argOne); /** - * @brief Cluster CommandTwo Command callback (from client) + * @brief Sample Mfg Specific Cluster 2 Cluster CommandTwo Command callback (from client) */ bool emberAfSampleMfgSpecificCluster2ClusterCommandTwoCallback(chip::EndpointId endpoint, chip::app::CommandHandler * commandObj, uint8_t argOne);