diff --git a/zzz_generated/chip-tool/zap-generated/cluster/Commands.h b/zzz_generated/chip-tool/zap-generated/cluster/Commands.h index 5a20477601ac5b..ab0ac3b47506ac 100644 --- a/zzz_generated/chip-tool/zap-generated/cluster/Commands.h +++ b/zzz_generated/chip-tool/zap-generated/cluster/Commands.h @@ -4636,9 +4636,9 @@ class ReadAccessControlAccessControlEntryChanged : public ModelCommand ~ReadAccessControlAccessControlEntryChanged() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001F) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001F) ReadEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::AccessControlCluster cluster; cluster.Associate(device, endpointId); @@ -4667,9 +4667,9 @@ class ReportAccessControlAccessControlEntryChanged : public ModelCommand ~ReportAccessControlAccessControlEntryChanged() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001F) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001F) ReportEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::AccessControlCluster cluster; cluster.Associate(device, endpointId); @@ -4709,9 +4709,9 @@ class ReadAccessControlAccessControlExtensionChanged : public ModelCommand ~ReadAccessControlAccessControlExtensionChanged() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001F) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001F) ReadEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::AccessControlCluster cluster; cluster.Associate(device, endpointId); @@ -4740,9 +4740,9 @@ class ReportAccessControlAccessControlExtensionChanged : public ModelCommand ~ReportAccessControlAccessControlExtensionChanged() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001F) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001F) ReportEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::AccessControlCluster cluster; cluster.Associate(device, endpointId); @@ -4783,9 +4783,9 @@ class ReadAccessControlAcl : public ModelCommand ~ReadAccessControlAcl() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001F) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::AccessControlCluster cluster; cluster.Associate(device, endpointId); @@ -4816,9 +4816,9 @@ class ReportAccessControlAcl : public ModelCommand ~ReportAccessControlAcl() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001F) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::AccessControlCluster cluster; cluster.Associate(device, endpointId); @@ -4861,9 +4861,9 @@ class ReadAccessControlExtension : public ModelCommand ~ReadAccessControlExtension() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001F) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::AccessControlCluster cluster; cluster.Associate(device, endpointId); @@ -4894,9 +4894,9 @@ class ReportAccessControlExtension : public ModelCommand ~ReportAccessControlExtension() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001F) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::AccessControlCluster cluster; cluster.Associate(device, endpointId); @@ -4939,9 +4939,9 @@ class ReadAccessControlAttributeList : public ModelCommand ~ReadAccessControlAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001F) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::AccessControlCluster cluster; cluster.Associate(device, endpointId); @@ -4969,9 +4969,9 @@ class ReportAccessControlAttributeList : public ModelCommand ~ReportAccessControlAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001F) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::AccessControlCluster cluster; cluster.Associate(device, endpointId); @@ -5011,9 +5011,9 @@ class ReadAccessControlClusterRevision : public ModelCommand ~ReadAccessControlClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001F) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::AccessControlCluster cluster; cluster.Associate(device, endpointId); @@ -5041,9 +5041,9 @@ class ReportAccessControlClusterRevision : public ModelCommand ~ReportAccessControlClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001F) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::AccessControlCluster cluster; cluster.Associate(device, endpointId); @@ -5093,9 +5093,9 @@ class AccountLoginGetSetupPINRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050E) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050E) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnAccountLoginGetSetupPINResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -5118,9 +5118,9 @@ class AccountLoginLoginRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050E) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050E) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -5138,9 +5138,9 @@ class AccountLoginLogoutRequest : public ModelCommand public: AccountLoginLogoutRequest() : ModelCommand("logout-request") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050E) command (0x00000003) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050E) command (0x00000003) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -5164,9 +5164,9 @@ class ReadAccountLoginAttributeList : public ModelCommand ~ReadAccountLoginAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050E) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050E) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::AccountLoginCluster cluster; cluster.Associate(device, endpointId); @@ -5194,9 +5194,9 @@ class ReportAccountLoginAttributeList : public ModelCommand ~ReportAccountLoginAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050E) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050E) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::AccountLoginCluster cluster; cluster.Associate(device, endpointId); @@ -5236,9 +5236,9 @@ class ReadAccountLoginClusterRevision : public ModelCommand ~ReadAccountLoginClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050E) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050E) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::AccountLoginCluster cluster; cluster.Associate(device, endpointId); @@ -5266,9 +5266,9 @@ class ReportAccountLoginClusterRevision : public ModelCommand ~ReportAccountLoginClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050E) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050E) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::AccountLoginCluster cluster; cluster.Associate(device, endpointId); @@ -5321,9 +5321,9 @@ class AdministratorCommissioningOpenBasicCommissioningWindow : public ModelComma ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000003C) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003C) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -5350,9 +5350,9 @@ class AdministratorCommissioningOpenCommissioningWindow : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000003C) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003C) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -5370,9 +5370,9 @@ class AdministratorCommissioningRevokeCommissioning : public ModelCommand public: AdministratorCommissioningRevokeCommissioning() : ModelCommand("revoke-commissioning") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000003C) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003C) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -5396,9 +5396,9 @@ class ReadAdministratorCommissioningWindowStatus : public ModelCommand ~ReadAdministratorCommissioningWindowStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003C) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003C) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::AdministratorCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -5426,9 +5426,9 @@ class ReportAdministratorCommissioningWindowStatus : public ModelCommand ~ReportAdministratorCommissioningWindowStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003C) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003C) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::AdministratorCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -5468,9 +5468,9 @@ class ReadAdministratorCommissioningAdminFabricIndex : public ModelCommand ~ReadAdministratorCommissioningAdminFabricIndex() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003C) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003C) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::AdministratorCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -5498,9 +5498,9 @@ class ReportAdministratorCommissioningAdminFabricIndex : public ModelCommand ~ReportAdministratorCommissioningAdminFabricIndex() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003C) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003C) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::AdministratorCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -5540,9 +5540,9 @@ class ReadAdministratorCommissioningAdminVendorId : public ModelCommand ~ReadAdministratorCommissioningAdminVendorId() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003C) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003C) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::AdministratorCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -5570,9 +5570,9 @@ class ReportAdministratorCommissioningAdminVendorId : public ModelCommand ~ReportAdministratorCommissioningAdminVendorId() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003C) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003C) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::AdministratorCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -5612,9 +5612,9 @@ class ReadAdministratorCommissioningAttributeList : public ModelCommand ~ReadAdministratorCommissioningAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003C) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003C) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::AdministratorCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -5642,9 +5642,9 @@ class ReportAdministratorCommissioningAttributeList : public ModelCommand ~ReportAdministratorCommissioningAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003C) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003C) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::AdministratorCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -5684,9 +5684,9 @@ class ReadAdministratorCommissioningClusterRevision : public ModelCommand ~ReadAdministratorCommissioningClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003C) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003C) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::AdministratorCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -5714,9 +5714,9 @@ class ReportAdministratorCommissioningClusterRevision : public ModelCommand ~ReportAdministratorCommissioningClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003C) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003C) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::AdministratorCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -5776,9 +5776,9 @@ class ReadApplicationBasicVendorName : public ModelCommand ~ReadApplicationBasicVendorName() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050D) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050D) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationBasicCluster cluster; cluster.Associate(device, endpointId); @@ -5806,9 +5806,9 @@ class ReportApplicationBasicVendorName : public ModelCommand ~ReportApplicationBasicVendorName() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050D) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050D) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationBasicCluster cluster; cluster.Associate(device, endpointId); @@ -5845,9 +5845,9 @@ class ReadApplicationBasicVendorId : public ModelCommand ~ReadApplicationBasicVendorId() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050D) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050D) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationBasicCluster cluster; cluster.Associate(device, endpointId); @@ -5875,9 +5875,9 @@ class ReportApplicationBasicVendorId : public ModelCommand ~ReportApplicationBasicVendorId() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050D) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050D) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationBasicCluster cluster; cluster.Associate(device, endpointId); @@ -5914,9 +5914,9 @@ class ReadApplicationBasicApplicationName : public ModelCommand ~ReadApplicationBasicApplicationName() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050D) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050D) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationBasicCluster cluster; cluster.Associate(device, endpointId); @@ -5944,9 +5944,9 @@ class ReportApplicationBasicApplicationName : public ModelCommand ~ReportApplicationBasicApplicationName() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050D) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050D) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationBasicCluster cluster; cluster.Associate(device, endpointId); @@ -5986,9 +5986,9 @@ class ReadApplicationBasicProductId : public ModelCommand ~ReadApplicationBasicProductId() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050D) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050D) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationBasicCluster cluster; cluster.Associate(device, endpointId); @@ -6016,9 +6016,9 @@ class ReportApplicationBasicProductId : public ModelCommand ~ReportApplicationBasicProductId() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050D) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050D) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationBasicCluster cluster; cluster.Associate(device, endpointId); @@ -6055,9 +6055,9 @@ class ReadApplicationBasicApplicationStatus : public ModelCommand ~ReadApplicationBasicApplicationStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050D) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050D) ReadAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationBasicCluster cluster; cluster.Associate(device, endpointId); @@ -6085,9 +6085,9 @@ class ReportApplicationBasicApplicationStatus : public ModelCommand ~ReportApplicationBasicApplicationStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050D) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050D) ReportAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationBasicCluster cluster; cluster.Associate(device, endpointId); @@ -6127,9 +6127,9 @@ class ReadApplicationBasicApplicationVersion : public ModelCommand ~ReadApplicationBasicApplicationVersion() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050D) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050D) ReadAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationBasicCluster cluster; cluster.Associate(device, endpointId); @@ -6157,9 +6157,9 @@ class ReportApplicationBasicApplicationVersion : public ModelCommand ~ReportApplicationBasicApplicationVersion() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050D) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050D) ReportAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationBasicCluster cluster; cluster.Associate(device, endpointId); @@ -6199,9 +6199,9 @@ class ReadApplicationBasicAllowedVendorList : public ModelCommand ~ReadApplicationBasicAllowedVendorList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050D) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050D) ReadAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationBasicCluster cluster; cluster.Associate(device, endpointId); @@ -6229,9 +6229,9 @@ class ReportApplicationBasicAllowedVendorList : public ModelCommand ~ReportApplicationBasicAllowedVendorList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050D) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050D) ReportAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationBasicCluster cluster; cluster.Associate(device, endpointId); @@ -6271,9 +6271,9 @@ class ReadApplicationBasicAttributeList : public ModelCommand ~ReadApplicationBasicAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050D) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050D) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationBasicCluster cluster; cluster.Associate(device, endpointId); @@ -6301,9 +6301,9 @@ class ReportApplicationBasicAttributeList : public ModelCommand ~ReportApplicationBasicAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050D) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050D) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationBasicCluster cluster; cluster.Associate(device, endpointId); @@ -6343,9 +6343,9 @@ class ReadApplicationBasicClusterRevision : public ModelCommand ~ReadApplicationBasicClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050D) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050D) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationBasicCluster cluster; cluster.Associate(device, endpointId); @@ -6373,9 +6373,9 @@ class ReportApplicationBasicClusterRevision : public ModelCommand ~ReportApplicationBasicClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050D) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050D) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationBasicCluster cluster; cluster.Associate(device, endpointId); @@ -6426,9 +6426,9 @@ class ApplicationLauncherHideAppRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050C) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050C) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnApplicationLauncherLauncherResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -6451,9 +6451,9 @@ class ApplicationLauncherLaunchAppRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050C) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050C) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnApplicationLauncherLauncherResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -6475,9 +6475,9 @@ class ApplicationLauncherStopAppRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050C) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050C) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnApplicationLauncherLauncherResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -6501,9 +6501,9 @@ class ReadApplicationLauncherApplicationLauncherList : public ModelCommand ~ReadApplicationLauncherApplicationLauncherList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050C) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050C) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationLauncherCluster cluster; cluster.Associate(device, endpointId); @@ -6531,9 +6531,9 @@ class ReportApplicationLauncherApplicationLauncherList : public ModelCommand ~ReportApplicationLauncherApplicationLauncherList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050C) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050C) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationLauncherCluster cluster; cluster.Associate(device, endpointId); @@ -6573,9 +6573,9 @@ class ReadApplicationLauncherAttributeList : public ModelCommand ~ReadApplicationLauncherAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050C) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050C) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationLauncherCluster cluster; cluster.Associate(device, endpointId); @@ -6603,9 +6603,9 @@ class ReportApplicationLauncherAttributeList : public ModelCommand ~ReportApplicationLauncherAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050C) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050C) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationLauncherCluster cluster; cluster.Associate(device, endpointId); @@ -6645,9 +6645,9 @@ class ReadApplicationLauncherClusterRevision : public ModelCommand ~ReadApplicationLauncherClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050C) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050C) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationLauncherCluster cluster; cluster.Associate(device, endpointId); @@ -6675,9 +6675,9 @@ class ReportApplicationLauncherClusterRevision : public ModelCommand ~ReportApplicationLauncherClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050C) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050C) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ApplicationLauncherCluster cluster; cluster.Associate(device, endpointId); @@ -6729,9 +6729,9 @@ class AudioOutputRenameOutputRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050B) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050B) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -6753,9 +6753,9 @@ class AudioOutputSelectOutputRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050B) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050B) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -6779,9 +6779,9 @@ class ReadAudioOutputAudioOutputList : public ModelCommand ~ReadAudioOutputAudioOutputList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050B) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050B) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::AudioOutputCluster cluster; cluster.Associate(device, endpointId); @@ -6811,9 +6811,9 @@ class ReportAudioOutputAudioOutputList : public ModelCommand ~ReportAudioOutputAudioOutputList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050B) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050B) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::AudioOutputCluster cluster; cluster.Associate(device, endpointId); @@ -6855,9 +6855,9 @@ class ReadAudioOutputCurrentAudioOutput : public ModelCommand ~ReadAudioOutputCurrentAudioOutput() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050B) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050B) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::AudioOutputCluster cluster; cluster.Associate(device, endpointId); @@ -6885,9 +6885,9 @@ class ReportAudioOutputCurrentAudioOutput : public ModelCommand ~ReportAudioOutputCurrentAudioOutput() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050B) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050B) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::AudioOutputCluster cluster; cluster.Associate(device, endpointId); @@ -6924,9 +6924,9 @@ class ReadAudioOutputAttributeList : public ModelCommand ~ReadAudioOutputAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050B) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050B) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::AudioOutputCluster cluster; cluster.Associate(device, endpointId); @@ -6954,9 +6954,9 @@ class ReportAudioOutputAttributeList : public ModelCommand ~ReportAudioOutputAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050B) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050B) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::AudioOutputCluster cluster; cluster.Associate(device, endpointId); @@ -6996,9 +6996,9 @@ class ReadAudioOutputClusterRevision : public ModelCommand ~ReadAudioOutputClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050B) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050B) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::AudioOutputCluster cluster; cluster.Associate(device, endpointId); @@ -7026,9 +7026,9 @@ class ReportAudioOutputClusterRevision : public ModelCommand ~ReportAudioOutputClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050B) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050B) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::AudioOutputCluster cluster; cluster.Associate(device, endpointId); @@ -7081,9 +7081,9 @@ class BarrierControlBarrierControlGoToPercent : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000103) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000103) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -7101,9 +7101,9 @@ class BarrierControlBarrierControlStop : public ModelCommand public: BarrierControlBarrierControlStop() : ModelCommand("barrier-control-stop") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000103) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000103) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -7127,9 +7127,9 @@ class ReadBarrierControlBarrierMovingState : public ModelCommand ~ReadBarrierControlBarrierMovingState() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0103) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000103) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::BarrierControlCluster cluster; cluster.Associate(device, endpointId); @@ -7157,9 +7157,9 @@ class ReportBarrierControlBarrierMovingState : public ModelCommand ~ReportBarrierControlBarrierMovingState() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0103) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000103) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::BarrierControlCluster cluster; cluster.Associate(device, endpointId); @@ -7196,9 +7196,9 @@ class ReadBarrierControlBarrierSafetyStatus : public ModelCommand ~ReadBarrierControlBarrierSafetyStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0103) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000103) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::BarrierControlCluster cluster; cluster.Associate(device, endpointId); @@ -7226,9 +7226,9 @@ class ReportBarrierControlBarrierSafetyStatus : public ModelCommand ~ReportBarrierControlBarrierSafetyStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0103) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000103) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::BarrierControlCluster cluster; cluster.Associate(device, endpointId); @@ -7265,9 +7265,9 @@ class ReadBarrierControlBarrierCapabilities : public ModelCommand ~ReadBarrierControlBarrierCapabilities() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0103) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000103) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::BarrierControlCluster cluster; cluster.Associate(device, endpointId); @@ -7295,9 +7295,9 @@ class ReportBarrierControlBarrierCapabilities : public ModelCommand ~ReportBarrierControlBarrierCapabilities() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0103) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000103) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::BarrierControlCluster cluster; cluster.Associate(device, endpointId); @@ -7334,9 +7334,9 @@ class ReadBarrierControlBarrierPosition : public ModelCommand ~ReadBarrierControlBarrierPosition() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0103) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000103) ReadAttribute (0x0000000A) on endpoint %" PRIu16, endpointId); chip::Controller::BarrierControlCluster cluster; cluster.Associate(device, endpointId); @@ -7364,9 +7364,9 @@ class ReportBarrierControlBarrierPosition : public ModelCommand ~ReportBarrierControlBarrierPosition() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0103) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000103) ReportAttribute (0x0000000A) on endpoint %" PRIu16, endpointId); chip::Controller::BarrierControlCluster cluster; cluster.Associate(device, endpointId); @@ -7403,9 +7403,9 @@ class ReadBarrierControlAttributeList : public ModelCommand ~ReadBarrierControlAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0103) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000103) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::BarrierControlCluster cluster; cluster.Associate(device, endpointId); @@ -7433,9 +7433,9 @@ class ReportBarrierControlAttributeList : public ModelCommand ~ReportBarrierControlAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0103) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000103) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::BarrierControlCluster cluster; cluster.Associate(device, endpointId); @@ -7475,9 +7475,9 @@ class ReadBarrierControlClusterRevision : public ModelCommand ~ReadBarrierControlClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0103) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000103) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::BarrierControlCluster cluster; cluster.Associate(device, endpointId); @@ -7505,9 +7505,9 @@ class ReportBarrierControlClusterRevision : public ModelCommand ~ReportBarrierControlClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0103) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000103) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::BarrierControlCluster cluster; cluster.Associate(device, endpointId); @@ -7574,9 +7574,9 @@ class BasicMfgSpecificPing : public ModelCommand public: BasicMfgSpecificPing() : ModelCommand("mfg-specific-ping") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000028) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -7600,9 +7600,9 @@ class ReadBasicStartUp : public ModelCommand ~ReadBasicStartUp() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -7630,9 +7630,9 @@ class ReportBasicStartUp : public ModelCommand ~ReportBasicStartUp() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -7671,9 +7671,9 @@ class ReadBasicShutDown : public ModelCommand ~ReadBasicShutDown() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -7701,9 +7701,9 @@ class ReportBasicShutDown : public ModelCommand ~ReportBasicShutDown() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -7742,9 +7742,9 @@ class ReadBasicLeave : public ModelCommand ~ReadBasicLeave() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadEvent (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -7771,9 +7771,9 @@ class ReportBasicLeave : public ModelCommand ~ReportBasicLeave() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportEvent (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -7812,9 +7812,9 @@ class ReadBasicReachableChanged : public ModelCommand ~ReadBasicReachableChanged() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadEvent (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -7842,9 +7842,9 @@ class ReportBasicReachableChanged : public ModelCommand ~ReportBasicReachableChanged() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportEvent (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -7884,9 +7884,9 @@ class ReadBasicInteractionModelVersion : public ModelCommand ~ReadBasicInteractionModelVersion() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -7914,9 +7914,9 @@ class ReportBasicInteractionModelVersion : public ModelCommand ~ReportBasicInteractionModelVersion() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -7953,9 +7953,9 @@ class ReadBasicVendorName : public ModelCommand ~ReadBasicVendorName() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -7983,9 +7983,9 @@ class ReportBasicVendorName : public ModelCommand ~ReportBasicVendorName() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8022,9 +8022,9 @@ class ReadBasicVendorID : public ModelCommand ~ReadBasicVendorID() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8052,9 +8052,9 @@ class ReportBasicVendorID : public ModelCommand ~ReportBasicVendorID() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8091,9 +8091,9 @@ class ReadBasicProductName : public ModelCommand ~ReadBasicProductName() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8121,9 +8121,9 @@ class ReportBasicProductName : public ModelCommand ~ReportBasicProductName() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8160,9 +8160,9 @@ class ReadBasicProductID : public ModelCommand ~ReadBasicProductID() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8190,9 +8190,9 @@ class ReportBasicProductID : public ModelCommand ~ReportBasicProductID() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8229,9 +8229,9 @@ class ReadBasicNodeLabel : public ModelCommand ~ReadBasicNodeLabel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8257,9 +8257,9 @@ class WriteBasicNodeLabel : public ModelCommand ~WriteBasicNodeLabel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) WriteAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8285,9 +8285,9 @@ class ReportBasicNodeLabel : public ModelCommand ~ReportBasicNodeLabel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8324,9 +8324,9 @@ class ReadBasicLocation : public ModelCommand ~ReadBasicLocation() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8352,9 +8352,9 @@ class WriteBasicLocation : public ModelCommand ~WriteBasicLocation() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) WriteAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8380,9 +8380,9 @@ class ReportBasicLocation : public ModelCommand ~ReportBasicLocation() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8419,9 +8419,9 @@ class ReadBasicHardwareVersion : public ModelCommand ~ReadBasicHardwareVersion() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8449,9 +8449,9 @@ class ReportBasicHardwareVersion : public ModelCommand ~ReportBasicHardwareVersion() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8488,9 +8488,9 @@ class ReadBasicHardwareVersionString : public ModelCommand ~ReadBasicHardwareVersionString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8518,9 +8518,9 @@ class ReportBasicHardwareVersionString : public ModelCommand ~ReportBasicHardwareVersionString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8557,9 +8557,9 @@ class ReadBasicSoftwareVersion : public ModelCommand ~ReadBasicSoftwareVersion() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x00000009) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8587,9 +8587,9 @@ class ReportBasicSoftwareVersion : public ModelCommand ~ReportBasicSoftwareVersion() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x00000009) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8626,9 +8626,9 @@ class ReadBasicSoftwareVersionString : public ModelCommand ~ReadBasicSoftwareVersionString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x0000000A) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8656,9 +8656,9 @@ class ReportBasicSoftwareVersionString : public ModelCommand ~ReportBasicSoftwareVersionString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x0000000A) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8695,9 +8695,9 @@ class ReadBasicManufacturingDate : public ModelCommand ~ReadBasicManufacturingDate() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x0000000B) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8725,9 +8725,9 @@ class ReportBasicManufacturingDate : public ModelCommand ~ReportBasicManufacturingDate() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x0000000B) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8764,9 +8764,9 @@ class ReadBasicPartNumber : public ModelCommand ~ReadBasicPartNumber() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x0000000C) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8794,9 +8794,9 @@ class ReportBasicPartNumber : public ModelCommand ~ReportBasicPartNumber() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x0000000C) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8833,9 +8833,9 @@ class ReadBasicProductURL : public ModelCommand ~ReadBasicProductURL() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x0000000D) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8863,9 +8863,9 @@ class ReportBasicProductURL : public ModelCommand ~ReportBasicProductURL() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x0000000D) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8902,9 +8902,9 @@ class ReadBasicProductLabel : public ModelCommand ~ReadBasicProductLabel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x0000000E) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8932,9 +8932,9 @@ class ReportBasicProductLabel : public ModelCommand ~ReportBasicProductLabel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x0000000E) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -8971,9 +8971,9 @@ class ReadBasicSerialNumber : public ModelCommand ~ReadBasicSerialNumber() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x0000000F) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -9001,9 +9001,9 @@ class ReportBasicSerialNumber : public ModelCommand ~ReportBasicSerialNumber() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x0000000F) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -9040,9 +9040,9 @@ class ReadBasicLocalConfigDisabled : public ModelCommand ~ReadBasicLocalConfigDisabled() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -9068,9 +9068,9 @@ class WriteBasicLocalConfigDisabled : public ModelCommand ~WriteBasicLocalConfigDisabled() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) WriteAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -9096,9 +9096,9 @@ class ReportBasicLocalConfigDisabled : public ModelCommand ~ReportBasicLocalConfigDisabled() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -9135,9 +9135,9 @@ class ReadBasicReachable : public ModelCommand ~ReadBasicReachable() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -9165,9 +9165,9 @@ class ReportBasicReachable : public ModelCommand ~ReportBasicReachable() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -9204,9 +9204,9 @@ class ReadBasicUniqueID : public ModelCommand ~ReadBasicUniqueID() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -9234,9 +9234,9 @@ class ReportBasicUniqueID : public ModelCommand ~ReportBasicUniqueID() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -9273,9 +9273,9 @@ class ReadBasicAttributeList : public ModelCommand ~ReadBasicAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -9303,9 +9303,9 @@ class ReportBasicAttributeList : public ModelCommand ~ReportBasicAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -9345,9 +9345,9 @@ class ReadBasicClusterRevision : public ModelCommand ~ReadBasicClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -9375,9 +9375,9 @@ class ReportBasicClusterRevision : public ModelCommand ~ReportBasicClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0028) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000028) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::BasicCluster cluster; cluster.Associate(device, endpointId); @@ -9429,9 +9429,9 @@ class ReadBinaryInputBasicOutOfService : public ModelCommand ~ReadBinaryInputBasicOutOfService() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x000F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000000F) ReadAttribute (0x00000051) on endpoint %" PRIu16, endpointId); chip::Controller::BinaryInputBasicCluster cluster; cluster.Associate(device, endpointId); @@ -9457,9 +9457,9 @@ class WriteBinaryInputBasicOutOfService : public ModelCommand ~WriteBinaryInputBasicOutOfService() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x000F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000000F) WriteAttribute (0x00000051) on endpoint %" PRIu16, endpointId); chip::Controller::BinaryInputBasicCluster cluster; cluster.Associate(device, endpointId); @@ -9485,9 +9485,9 @@ class ReportBinaryInputBasicOutOfService : public ModelCommand ~ReportBinaryInputBasicOutOfService() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x000F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000000F) ReportAttribute (0x00000051) on endpoint %" PRIu16, endpointId); chip::Controller::BinaryInputBasicCluster cluster; cluster.Associate(device, endpointId); @@ -9524,9 +9524,9 @@ class ReadBinaryInputBasicPresentValue : public ModelCommand ~ReadBinaryInputBasicPresentValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x000F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000000F) ReadAttribute (0x00000055) on endpoint %" PRIu16, endpointId); chip::Controller::BinaryInputBasicCluster cluster; cluster.Associate(device, endpointId); @@ -9552,9 +9552,9 @@ class WriteBinaryInputBasicPresentValue : public ModelCommand ~WriteBinaryInputBasicPresentValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x000F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000000F) WriteAttribute (0x00000055) on endpoint %" PRIu16, endpointId); chip::Controller::BinaryInputBasicCluster cluster; cluster.Associate(device, endpointId); @@ -9580,9 +9580,9 @@ class ReportBinaryInputBasicPresentValue : public ModelCommand ~ReportBinaryInputBasicPresentValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x000F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000000F) ReportAttribute (0x00000055) on endpoint %" PRIu16, endpointId); chip::Controller::BinaryInputBasicCluster cluster; cluster.Associate(device, endpointId); @@ -9619,9 +9619,9 @@ class ReadBinaryInputBasicStatusFlags : public ModelCommand ~ReadBinaryInputBasicStatusFlags() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x000F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000000F) ReadAttribute (0x0000006F) on endpoint %" PRIu16, endpointId); chip::Controller::BinaryInputBasicCluster cluster; cluster.Associate(device, endpointId); @@ -9649,9 +9649,9 @@ class ReportBinaryInputBasicStatusFlags : public ModelCommand ~ReportBinaryInputBasicStatusFlags() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x000F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000000F) ReportAttribute (0x0000006F) on endpoint %" PRIu16, endpointId); chip::Controller::BinaryInputBasicCluster cluster; cluster.Associate(device, endpointId); @@ -9688,9 +9688,9 @@ class ReadBinaryInputBasicAttributeList : public ModelCommand ~ReadBinaryInputBasicAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x000F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000000F) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::BinaryInputBasicCluster cluster; cluster.Associate(device, endpointId); @@ -9718,9 +9718,9 @@ class ReportBinaryInputBasicAttributeList : public ModelCommand ~ReportBinaryInputBasicAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x000F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000000F) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::BinaryInputBasicCluster cluster; cluster.Associate(device, endpointId); @@ -9760,9 +9760,9 @@ class ReadBinaryInputBasicClusterRevision : public ModelCommand ~ReadBinaryInputBasicClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x000F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000000F) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::BinaryInputBasicCluster cluster; cluster.Associate(device, endpointId); @@ -9790,9 +9790,9 @@ class ReportBinaryInputBasicClusterRevision : public ModelCommand ~ReportBinaryInputBasicClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x000F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000000F) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::BinaryInputBasicCluster cluster; cluster.Associate(device, endpointId); @@ -9844,9 +9844,9 @@ class BindingBind : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000001E) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001E) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -9871,9 +9871,9 @@ class BindingUnbind : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000001E) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001E) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -9897,9 +9897,9 @@ class ReadBindingAttributeList : public ModelCommand ~ReadBindingAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001E) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001E) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::BindingCluster cluster; cluster.Associate(device, endpointId); @@ -9927,9 +9927,9 @@ class ReportBindingAttributeList : public ModelCommand ~ReportBindingAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001E) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001E) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::BindingCluster cluster; cluster.Associate(device, endpointId); @@ -9969,9 +9969,9 @@ class ReadBindingClusterRevision : public ModelCommand ~ReadBindingClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001E) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001E) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::BindingCluster cluster; cluster.Associate(device, endpointId); @@ -9999,9 +9999,9 @@ class ReportBindingClusterRevision : public ModelCommand ~ReportBindingClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001E) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001E) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::BindingCluster cluster; cluster.Associate(device, endpointId); @@ -10052,9 +10052,9 @@ class ReadBooleanStateStateChange : public ModelCommand ~ReadBooleanStateStateChange() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0045) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000045) ReadEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::BooleanStateCluster cluster; cluster.Associate(device, endpointId); @@ -10082,9 +10082,9 @@ class ReportBooleanStateStateChange : public ModelCommand ~ReportBooleanStateStateChange() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0045) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000045) ReportEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::BooleanStateCluster cluster; cluster.Associate(device, endpointId); @@ -10124,9 +10124,9 @@ class ReadBooleanStateStateValue : public ModelCommand ~ReadBooleanStateStateValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0045) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000045) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::BooleanStateCluster cluster; cluster.Associate(device, endpointId); @@ -10154,9 +10154,9 @@ class ReportBooleanStateStateValue : public ModelCommand ~ReportBooleanStateStateValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0045) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000045) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::BooleanStateCluster cluster; cluster.Associate(device, endpointId); @@ -10193,9 +10193,9 @@ class ReadBooleanStateAttributeList : public ModelCommand ~ReadBooleanStateAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0045) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000045) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::BooleanStateCluster cluster; cluster.Associate(device, endpointId); @@ -10223,9 +10223,9 @@ class ReportBooleanStateAttributeList : public ModelCommand ~ReportBooleanStateAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0045) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000045) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::BooleanStateCluster cluster; cluster.Associate(device, endpointId); @@ -10265,9 +10265,9 @@ class ReadBooleanStateClusterRevision : public ModelCommand ~ReadBooleanStateClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0045) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000045) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::BooleanStateCluster cluster; cluster.Associate(device, endpointId); @@ -10295,9 +10295,9 @@ class ReportBooleanStateClusterRevision : public ModelCommand ~ReportBooleanStateClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0045) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000045) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::BooleanStateCluster cluster; cluster.Associate(device, endpointId); @@ -10362,9 +10362,9 @@ class BridgedActionsDisableAction : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x0000000A) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x0000000A) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -10388,9 +10388,9 @@ class BridgedActionsDisableActionWithDuration : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x0000000B) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x0000000B) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -10413,9 +10413,9 @@ class BridgedActionsEnableAction : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000008) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000008) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -10439,9 +10439,9 @@ class BridgedActionsEnableActionWithDuration : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000009) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000009) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -10464,9 +10464,9 @@ class BridgedActionsInstantAction : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -10490,9 +10490,9 @@ class BridgedActionsInstantActionWithTransition : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -10515,9 +10515,9 @@ class BridgedActionsPauseAction : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000005) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000005) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -10541,9 +10541,9 @@ class BridgedActionsPauseActionWithDuration : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000006) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000006) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -10566,9 +10566,9 @@ class BridgedActionsResumeAction : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000007) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000007) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -10591,9 +10591,9 @@ class BridgedActionsStartAction : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -10617,9 +10617,9 @@ class BridgedActionsStartActionWithDuration : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000003) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000003) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -10642,9 +10642,9 @@ class BridgedActionsStopAction : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000004) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) command (0x00000004) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -10668,9 +10668,9 @@ class ReadBridgedActionsStateChanged : public ModelCommand ~ReadBridgedActionsStateChanged() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0025) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) ReadEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::BridgedActionsCluster cluster; cluster.Associate(device, endpointId); @@ -10698,9 +10698,9 @@ class ReportBridgedActionsStateChanged : public ModelCommand ~ReportBridgedActionsStateChanged() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0025) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) ReportEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::BridgedActionsCluster cluster; cluster.Associate(device, endpointId); @@ -10739,9 +10739,9 @@ class ReadBridgedActionsActionFailed : public ModelCommand ~ReadBridgedActionsActionFailed() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0025) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) ReadEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::BridgedActionsCluster cluster; cluster.Associate(device, endpointId); @@ -10769,9 +10769,9 @@ class ReportBridgedActionsActionFailed : public ModelCommand ~ReportBridgedActionsActionFailed() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0025) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) ReportEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::BridgedActionsCluster cluster; cluster.Associate(device, endpointId); @@ -10811,9 +10811,9 @@ class ReadBridgedActionsActionList : public ModelCommand ~ReadBridgedActionsActionList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0025) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::BridgedActionsCluster cluster; cluster.Associate(device, endpointId); @@ -10844,9 +10844,9 @@ class ReportBridgedActionsActionList : public ModelCommand ~ReportBridgedActionsActionList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0025) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::BridgedActionsCluster cluster; cluster.Associate(device, endpointId); @@ -10889,9 +10889,9 @@ class ReadBridgedActionsEndpointList : public ModelCommand ~ReadBridgedActionsEndpointList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0025) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::BridgedActionsCluster cluster; cluster.Associate(device, endpointId); @@ -10922,9 +10922,9 @@ class ReportBridgedActionsEndpointList : public ModelCommand ~ReportBridgedActionsEndpointList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0025) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::BridgedActionsCluster cluster; cluster.Associate(device, endpointId); @@ -10967,9 +10967,9 @@ class ReadBridgedActionsSetupUrl : public ModelCommand ~ReadBridgedActionsSetupUrl() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0025) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::BridgedActionsCluster cluster; cluster.Associate(device, endpointId); @@ -10997,9 +10997,9 @@ class ReportBridgedActionsSetupUrl : public ModelCommand ~ReportBridgedActionsSetupUrl() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0025) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::BridgedActionsCluster cluster; cluster.Associate(device, endpointId); @@ -11036,9 +11036,9 @@ class ReadBridgedActionsAttributeList : public ModelCommand ~ReadBridgedActionsAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0025) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::BridgedActionsCluster cluster; cluster.Associate(device, endpointId); @@ -11066,9 +11066,9 @@ class ReportBridgedActionsAttributeList : public ModelCommand ~ReportBridgedActionsAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0025) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::BridgedActionsCluster cluster; cluster.Associate(device, endpointId); @@ -11108,9 +11108,9 @@ class ReadBridgedActionsClusterRevision : public ModelCommand ~ReadBridgedActionsClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0025) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::BridgedActionsCluster cluster; cluster.Associate(device, endpointId); @@ -11138,9 +11138,9 @@ class ReportBridgedActionsClusterRevision : public ModelCommand ~ReportBridgedActionsClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0025) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000025) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::BridgedActionsCluster cluster; cluster.Associate(device, endpointId); @@ -11189,9 +11189,9 @@ class ReadBridgedDeviceBasicAttributeList : public ModelCommand ~ReadBridgedDeviceBasicAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0039) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000039) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::BridgedDeviceBasicCluster cluster; cluster.Associate(device, endpointId); @@ -11219,9 +11219,9 @@ class ReportBridgedDeviceBasicAttributeList : public ModelCommand ~ReportBridgedDeviceBasicAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0039) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000039) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::BridgedDeviceBasicCluster cluster; cluster.Associate(device, endpointId); @@ -11261,9 +11261,9 @@ class ReadBridgedDeviceBasicClusterRevision : public ModelCommand ~ReadBridgedDeviceBasicClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0039) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000039) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::BridgedDeviceBasicCluster cluster; cluster.Associate(device, endpointId); @@ -11291,9 +11291,9 @@ class ReportBridgedDeviceBasicClusterRevision : public ModelCommand ~ReportBridgedDeviceBasicClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0039) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000039) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::BridgedDeviceBasicCluster cluster; cluster.Associate(device, endpointId); @@ -11345,9 +11345,9 @@ class ChannelChangeChannelByNumberRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000504) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000504) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -11369,9 +11369,9 @@ class ChannelChangeChannelRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000504) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000504) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnChannelChangeChannelResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -11393,9 +11393,9 @@ class ChannelSkipChannelRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000504) command (0x00000003) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000504) command (0x00000003) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -11419,9 +11419,9 @@ class ReadChannelChannelList : public ModelCommand ~ReadChannelChannelList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0504) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000504) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ChannelCluster cluster; cluster.Associate(device, endpointId); @@ -11451,9 +11451,9 @@ class ReportChannelChannelList : public ModelCommand ~ReportChannelChannelList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0504) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000504) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ChannelCluster cluster; cluster.Associate(device, endpointId); @@ -11495,9 +11495,9 @@ class ReadChannelAttributeList : public ModelCommand ~ReadChannelAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0504) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000504) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ChannelCluster cluster; cluster.Associate(device, endpointId); @@ -11525,9 +11525,9 @@ class ReportChannelAttributeList : public ModelCommand ~ReportChannelAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0504) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000504) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ChannelCluster cluster; cluster.Associate(device, endpointId); @@ -11567,9 +11567,9 @@ class ReadChannelClusterRevision : public ModelCommand ~ReadChannelClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0504) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000504) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ChannelCluster cluster; cluster.Associate(device, endpointId); @@ -11597,9 +11597,9 @@ class ReportChannelClusterRevision : public ModelCommand ~ReportChannelClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0504) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000504) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ChannelCluster cluster; cluster.Associate(device, endpointId); @@ -11727,9 +11727,9 @@ class ColorControlColorLoopSet : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000044) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000044) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -11755,9 +11755,9 @@ class ColorControlEnhancedMoveHue : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000041) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000041) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -11784,9 +11784,9 @@ class ColorControlEnhancedMoveToHue : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000040) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000040) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -11812,9 +11812,9 @@ class ColorControlEnhancedMoveToHueAndSaturation : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000043) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000043) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -11841,9 +11841,9 @@ class ColorControlEnhancedStepHue : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000042) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000042) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -11868,9 +11868,9 @@ class ColorControlMoveColor : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000008) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000008) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -11898,9 +11898,9 @@ class ColorControlMoveColorTemperature : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x0000004B) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x0000004B) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -11926,9 +11926,9 @@ class ColorControlMoveHue : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -11954,9 +11954,9 @@ class ColorControlMoveSaturation : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000004) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000004) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -11982,9 +11982,9 @@ class ColorControlMoveToColor : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000007) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000007) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -12009,9 +12009,9 @@ class ColorControlMoveToColorTemperature : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x0000000A) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x0000000A) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -12038,9 +12038,9 @@ class ColorControlMoveToHue : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -12066,9 +12066,9 @@ class ColorControlMoveToHueAndSaturation : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000006) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000006) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -12093,9 +12093,9 @@ class ColorControlMoveToSaturation : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000003) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000003) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -12121,9 +12121,9 @@ class ColorControlStepColor : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000009) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000009) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -12152,9 +12152,9 @@ class ColorControlStepColorTemperature : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x0000004C) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x0000004C) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -12181,9 +12181,9 @@ class ColorControlStepHue : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -12210,9 +12210,9 @@ class ColorControlStepSaturation : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000005) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000005) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -12235,9 +12235,9 @@ class ColorControlStopMoveStep : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000047) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) command (0x00000047) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -12261,9 +12261,9 @@ class ReadColorControlCurrentHue : public ModelCommand ~ReadColorControlCurrentHue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12291,9 +12291,9 @@ class ReportColorControlCurrentHue : public ModelCommand ~ReportColorControlCurrentHue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12330,9 +12330,9 @@ class ReadColorControlCurrentSaturation : public ModelCommand ~ReadColorControlCurrentSaturation() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12360,9 +12360,9 @@ class ReportColorControlCurrentSaturation : public ModelCommand ~ReportColorControlCurrentSaturation() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12399,9 +12399,9 @@ class ReadColorControlRemainingTime : public ModelCommand ~ReadColorControlRemainingTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12429,9 +12429,9 @@ class ReportColorControlRemainingTime : public ModelCommand ~ReportColorControlRemainingTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12468,9 +12468,9 @@ class ReadColorControlCurrentX : public ModelCommand ~ReadColorControlCurrentX() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12498,9 +12498,9 @@ class ReportColorControlCurrentX : public ModelCommand ~ReportColorControlCurrentX() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12537,9 +12537,9 @@ class ReadColorControlCurrentY : public ModelCommand ~ReadColorControlCurrentY() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12567,9 +12567,9 @@ class ReportColorControlCurrentY : public ModelCommand ~ReportColorControlCurrentY() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12606,9 +12606,9 @@ class ReadColorControlDriftCompensation : public ModelCommand ~ReadColorControlDriftCompensation() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12636,9 +12636,9 @@ class ReportColorControlDriftCompensation : public ModelCommand ~ReportColorControlDriftCompensation() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12675,9 +12675,9 @@ class ReadColorControlCompensationText : public ModelCommand ~ReadColorControlCompensationText() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12705,9 +12705,9 @@ class ReportColorControlCompensationText : public ModelCommand ~ReportColorControlCompensationText() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12744,9 +12744,9 @@ class ReadColorControlColorTemperature : public ModelCommand ~ReadColorControlColorTemperature() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12774,9 +12774,9 @@ class ReportColorControlColorTemperature : public ModelCommand ~ReportColorControlColorTemperature() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12813,9 +12813,9 @@ class ReadColorControlColorMode : public ModelCommand ~ReadColorControlColorMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12843,9 +12843,9 @@ class ReportColorControlColorMode : public ModelCommand ~ReportColorControlColorMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12882,9 +12882,9 @@ class ReadColorControlColorControlOptions : public ModelCommand ~ReadColorControlColorControlOptions() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x0000000F) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12910,9 +12910,9 @@ class WriteColorControlColorControlOptions : public ModelCommand ~WriteColorControlColorControlOptions() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) WriteAttribute (0x0000000F) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12938,9 +12938,9 @@ class ReportColorControlColorControlOptions : public ModelCommand ~ReportColorControlColorControlOptions() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x0000000F) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -12977,9 +12977,9 @@ class ReadColorControlNumberOfPrimaries : public ModelCommand ~ReadColorControlNumberOfPrimaries() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13007,9 +13007,9 @@ class ReportColorControlNumberOfPrimaries : public ModelCommand ~ReportColorControlNumberOfPrimaries() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13046,9 +13046,9 @@ class ReadColorControlPrimary1X : public ModelCommand ~ReadColorControlPrimary1X() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13076,9 +13076,9 @@ class ReportColorControlPrimary1X : public ModelCommand ~ReportColorControlPrimary1X() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13115,9 +13115,9 @@ class ReadColorControlPrimary1Y : public ModelCommand ~ReadColorControlPrimary1Y() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13145,9 +13145,9 @@ class ReportColorControlPrimary1Y : public ModelCommand ~ReportColorControlPrimary1Y() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13184,9 +13184,9 @@ class ReadColorControlPrimary1Intensity : public ModelCommand ~ReadColorControlPrimary1Intensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000013) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13214,9 +13214,9 @@ class ReportColorControlPrimary1Intensity : public ModelCommand ~ReportColorControlPrimary1Intensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000013) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13253,9 +13253,9 @@ class ReadColorControlPrimary2X : public ModelCommand ~ReadColorControlPrimary2X() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000015) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13283,9 +13283,9 @@ class ReportColorControlPrimary2X : public ModelCommand ~ReportColorControlPrimary2X() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000015) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13322,9 +13322,9 @@ class ReadColorControlPrimary2Y : public ModelCommand ~ReadColorControlPrimary2Y() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000016) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13352,9 +13352,9 @@ class ReportColorControlPrimary2Y : public ModelCommand ~ReportColorControlPrimary2Y() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000016) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13391,9 +13391,9 @@ class ReadColorControlPrimary2Intensity : public ModelCommand ~ReadColorControlPrimary2Intensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000017) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13421,9 +13421,9 @@ class ReportColorControlPrimary2Intensity : public ModelCommand ~ReportColorControlPrimary2Intensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000017) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13460,9 +13460,9 @@ class ReadColorControlPrimary3X : public ModelCommand ~ReadColorControlPrimary3X() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000019) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13490,9 +13490,9 @@ class ReportColorControlPrimary3X : public ModelCommand ~ReportColorControlPrimary3X() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000019) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13529,9 +13529,9 @@ class ReadColorControlPrimary3Y : public ModelCommand ~ReadColorControlPrimary3Y() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x0000001A) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13559,9 +13559,9 @@ class ReportColorControlPrimary3Y : public ModelCommand ~ReportColorControlPrimary3Y() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x0000001A) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13598,9 +13598,9 @@ class ReadColorControlPrimary3Intensity : public ModelCommand ~ReadColorControlPrimary3Intensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x0000001B) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13628,9 +13628,9 @@ class ReportColorControlPrimary3Intensity : public ModelCommand ~ReportColorControlPrimary3Intensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x0000001B) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13667,9 +13667,9 @@ class ReadColorControlPrimary4X : public ModelCommand ~ReadColorControlPrimary4X() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000020) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13697,9 +13697,9 @@ class ReportColorControlPrimary4X : public ModelCommand ~ReportColorControlPrimary4X() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000020) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13736,9 +13736,9 @@ class ReadColorControlPrimary4Y : public ModelCommand ~ReadColorControlPrimary4Y() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000021) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13766,9 +13766,9 @@ class ReportColorControlPrimary4Y : public ModelCommand ~ReportColorControlPrimary4Y() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000021) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13805,9 +13805,9 @@ class ReadColorControlPrimary4Intensity : public ModelCommand ~ReadColorControlPrimary4Intensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000022) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13835,9 +13835,9 @@ class ReportColorControlPrimary4Intensity : public ModelCommand ~ReportColorControlPrimary4Intensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000022) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13874,9 +13874,9 @@ class ReadColorControlPrimary5X : public ModelCommand ~ReadColorControlPrimary5X() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000024) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13904,9 +13904,9 @@ class ReportColorControlPrimary5X : public ModelCommand ~ReportColorControlPrimary5X() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000024) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13943,9 +13943,9 @@ class ReadColorControlPrimary5Y : public ModelCommand ~ReadColorControlPrimary5Y() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000025) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -13973,9 +13973,9 @@ class ReportColorControlPrimary5Y : public ModelCommand ~ReportColorControlPrimary5Y() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000025) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14012,9 +14012,9 @@ class ReadColorControlPrimary5Intensity : public ModelCommand ~ReadColorControlPrimary5Intensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000026) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14042,9 +14042,9 @@ class ReportColorControlPrimary5Intensity : public ModelCommand ~ReportColorControlPrimary5Intensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000026) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14081,9 +14081,9 @@ class ReadColorControlPrimary6X : public ModelCommand ~ReadColorControlPrimary6X() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000028) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14111,9 +14111,9 @@ class ReportColorControlPrimary6X : public ModelCommand ~ReportColorControlPrimary6X() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000028) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14150,9 +14150,9 @@ class ReadColorControlPrimary6Y : public ModelCommand ~ReadColorControlPrimary6Y() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000029) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14180,9 +14180,9 @@ class ReportColorControlPrimary6Y : public ModelCommand ~ReportColorControlPrimary6Y() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000029) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14219,9 +14219,9 @@ class ReadColorControlPrimary6Intensity : public ModelCommand ~ReadColorControlPrimary6Intensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x0000002A) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14249,9 +14249,9 @@ class ReportColorControlPrimary6Intensity : public ModelCommand ~ReportColorControlPrimary6Intensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x0000002A) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14288,9 +14288,9 @@ class ReadColorControlWhitePointX : public ModelCommand ~ReadColorControlWhitePointX() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000030) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14316,9 +14316,9 @@ class WriteColorControlWhitePointX : public ModelCommand ~WriteColorControlWhitePointX() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) WriteAttribute (0x00000030) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14344,9 +14344,9 @@ class ReportColorControlWhitePointX : public ModelCommand ~ReportColorControlWhitePointX() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000030) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14383,9 +14383,9 @@ class ReadColorControlWhitePointY : public ModelCommand ~ReadColorControlWhitePointY() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000031) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14411,9 +14411,9 @@ class WriteColorControlWhitePointY : public ModelCommand ~WriteColorControlWhitePointY() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) WriteAttribute (0x00000031) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14439,9 +14439,9 @@ class ReportColorControlWhitePointY : public ModelCommand ~ReportColorControlWhitePointY() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000031) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14478,9 +14478,9 @@ class ReadColorControlColorPointRX : public ModelCommand ~ReadColorControlColorPointRX() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000032) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14506,9 +14506,9 @@ class WriteColorControlColorPointRX : public ModelCommand ~WriteColorControlColorPointRX() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) WriteAttribute (0x00000032) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14534,9 +14534,9 @@ class ReportColorControlColorPointRX : public ModelCommand ~ReportColorControlColorPointRX() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000032) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14573,9 +14573,9 @@ class ReadColorControlColorPointRY : public ModelCommand ~ReadColorControlColorPointRY() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000033) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14601,9 +14601,9 @@ class WriteColorControlColorPointRY : public ModelCommand ~WriteColorControlColorPointRY() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) WriteAttribute (0x00000033) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14629,9 +14629,9 @@ class ReportColorControlColorPointRY : public ModelCommand ~ReportColorControlColorPointRY() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000033) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14668,9 +14668,9 @@ class ReadColorControlColorPointRIntensity : public ModelCommand ~ReadColorControlColorPointRIntensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000034) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14696,9 +14696,9 @@ class WriteColorControlColorPointRIntensity : public ModelCommand ~WriteColorControlColorPointRIntensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) WriteAttribute (0x00000034) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14724,9 +14724,9 @@ class ReportColorControlColorPointRIntensity : public ModelCommand ~ReportColorControlColorPointRIntensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000034) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14763,9 +14763,9 @@ class ReadColorControlColorPointGX : public ModelCommand ~ReadColorControlColorPointGX() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000036) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14791,9 +14791,9 @@ class WriteColorControlColorPointGX : public ModelCommand ~WriteColorControlColorPointGX() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) WriteAttribute (0x00000036) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14819,9 +14819,9 @@ class ReportColorControlColorPointGX : public ModelCommand ~ReportColorControlColorPointGX() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000036) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14858,9 +14858,9 @@ class ReadColorControlColorPointGY : public ModelCommand ~ReadColorControlColorPointGY() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000037) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14886,9 +14886,9 @@ class WriteColorControlColorPointGY : public ModelCommand ~WriteColorControlColorPointGY() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) WriteAttribute (0x00000037) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14914,9 +14914,9 @@ class ReportColorControlColorPointGY : public ModelCommand ~ReportColorControlColorPointGY() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000037) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14953,9 +14953,9 @@ class ReadColorControlColorPointGIntensity : public ModelCommand ~ReadColorControlColorPointGIntensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00000038) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -14981,9 +14981,9 @@ class WriteColorControlColorPointGIntensity : public ModelCommand ~WriteColorControlColorPointGIntensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) WriteAttribute (0x00000038) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15009,9 +15009,9 @@ class ReportColorControlColorPointGIntensity : public ModelCommand ~ReportColorControlColorPointGIntensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00000038) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15048,9 +15048,9 @@ class ReadColorControlColorPointBX : public ModelCommand ~ReadColorControlColorPointBX() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x0000003A) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15076,9 +15076,9 @@ class WriteColorControlColorPointBX : public ModelCommand ~WriteColorControlColorPointBX() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) WriteAttribute (0x0000003A) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15104,9 +15104,9 @@ class ReportColorControlColorPointBX : public ModelCommand ~ReportColorControlColorPointBX() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x0000003A) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15143,9 +15143,9 @@ class ReadColorControlColorPointBY : public ModelCommand ~ReadColorControlColorPointBY() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x0000003B) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15171,9 +15171,9 @@ class WriteColorControlColorPointBY : public ModelCommand ~WriteColorControlColorPointBY() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) WriteAttribute (0x0000003B) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15199,9 +15199,9 @@ class ReportColorControlColorPointBY : public ModelCommand ~ReportColorControlColorPointBY() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x0000003B) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15238,9 +15238,9 @@ class ReadColorControlColorPointBIntensity : public ModelCommand ~ReadColorControlColorPointBIntensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x0000003C) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15266,9 +15266,9 @@ class WriteColorControlColorPointBIntensity : public ModelCommand ~WriteColorControlColorPointBIntensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) WriteAttribute (0x0000003C) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15294,9 +15294,9 @@ class ReportColorControlColorPointBIntensity : public ModelCommand ~ReportColorControlColorPointBIntensity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x0000003C) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15333,9 +15333,9 @@ class ReadColorControlEnhancedCurrentHue : public ModelCommand ~ReadColorControlEnhancedCurrentHue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00004000) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15363,9 +15363,9 @@ class ReportColorControlEnhancedCurrentHue : public ModelCommand ~ReportColorControlEnhancedCurrentHue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00004000) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15402,9 +15402,9 @@ class ReadColorControlEnhancedColorMode : public ModelCommand ~ReadColorControlEnhancedColorMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00004001) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15432,9 +15432,9 @@ class ReportColorControlEnhancedColorMode : public ModelCommand ~ReportColorControlEnhancedColorMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00004001) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15471,9 +15471,9 @@ class ReadColorControlColorLoopActive : public ModelCommand ~ReadColorControlColorLoopActive() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00004002) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15501,9 +15501,9 @@ class ReportColorControlColorLoopActive : public ModelCommand ~ReportColorControlColorLoopActive() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00004002) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15540,9 +15540,9 @@ class ReadColorControlColorLoopDirection : public ModelCommand ~ReadColorControlColorLoopDirection() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00004003) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15570,9 +15570,9 @@ class ReportColorControlColorLoopDirection : public ModelCommand ~ReportColorControlColorLoopDirection() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00004003) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15609,9 +15609,9 @@ class ReadColorControlColorLoopTime : public ModelCommand ~ReadColorControlColorLoopTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00004004) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15639,9 +15639,9 @@ class ReportColorControlColorLoopTime : public ModelCommand ~ReportColorControlColorLoopTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00004004) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15678,9 +15678,9 @@ class ReadColorControlColorLoopStartEnhancedHue : public ModelCommand ~ReadColorControlColorLoopStartEnhancedHue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00004005) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15708,9 +15708,9 @@ class ReportColorControlColorLoopStartEnhancedHue : public ModelCommand ~ReportColorControlColorLoopStartEnhancedHue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00004005) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15750,9 +15750,9 @@ class ReadColorControlColorLoopStoredEnhancedHue : public ModelCommand ~ReadColorControlColorLoopStoredEnhancedHue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00004006) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15780,9 +15780,9 @@ class ReportColorControlColorLoopStoredEnhancedHue : public ModelCommand ~ReportColorControlColorLoopStoredEnhancedHue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00004006) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15822,9 +15822,9 @@ class ReadColorControlColorCapabilities : public ModelCommand ~ReadColorControlColorCapabilities() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x0000400A) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15852,9 +15852,9 @@ class ReportColorControlColorCapabilities : public ModelCommand ~ReportColorControlColorCapabilities() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x0000400A) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15891,9 +15891,9 @@ class ReadColorControlColorTempPhysicalMin : public ModelCommand ~ReadColorControlColorTempPhysicalMin() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x0000400B) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15921,9 +15921,9 @@ class ReportColorControlColorTempPhysicalMin : public ModelCommand ~ReportColorControlColorTempPhysicalMin() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x0000400B) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15960,9 +15960,9 @@ class ReadColorControlColorTempPhysicalMax : public ModelCommand ~ReadColorControlColorTempPhysicalMax() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x0000400C) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -15990,9 +15990,9 @@ class ReportColorControlColorTempPhysicalMax : public ModelCommand ~ReportColorControlColorTempPhysicalMax() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x0000400C) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -16029,9 +16029,9 @@ class ReadColorControlCoupleColorTempToLevelMinMireds : public ModelCommand ~ReadColorControlCoupleColorTempToLevelMinMireds() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x0000400D) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -16059,9 +16059,9 @@ class ReportColorControlCoupleColorTempToLevelMinMireds : public ModelCommand ~ReportColorControlCoupleColorTempToLevelMinMireds() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x0000400D) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -16101,9 +16101,9 @@ class ReadColorControlStartUpColorTemperatureMireds : public ModelCommand ~ReadColorControlStartUpColorTemperatureMireds() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x00004010) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -16129,9 +16129,9 @@ class WriteColorControlStartUpColorTemperatureMireds : public ModelCommand ~WriteColorControlStartUpColorTemperatureMireds() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) WriteAttribute (0x00004010) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -16157,9 +16157,9 @@ class ReportColorControlStartUpColorTemperatureMireds : public ModelCommand ~ReportColorControlStartUpColorTemperatureMireds() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x00004010) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -16199,9 +16199,9 @@ class ReadColorControlAttributeList : public ModelCommand ~ReadColorControlAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -16229,9 +16229,9 @@ class ReportColorControlAttributeList : public ModelCommand ~ReportColorControlAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -16271,9 +16271,9 @@ class ReadColorControlClusterRevision : public ModelCommand ~ReadColorControlClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -16301,9 +16301,9 @@ class ReportColorControlClusterRevision : public ModelCommand ~ReportColorControlClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0300) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000300) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ColorControlCluster cluster; cluster.Associate(device, endpointId); @@ -16356,9 +16356,9 @@ class ContentLauncherLaunchContentRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050A) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050A) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnContentLauncherLaunchResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -16382,9 +16382,9 @@ class ContentLauncherLaunchURLRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050A) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050A) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnContentLauncherLaunchResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -16408,9 +16408,9 @@ class ReadContentLauncherAcceptHeaderList : public ModelCommand ~ReadContentLauncherAcceptHeaderList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050A) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050A) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ContentLauncherCluster cluster; cluster.Associate(device, endpointId); @@ -16438,9 +16438,9 @@ class ReportContentLauncherAcceptHeaderList : public ModelCommand ~ReportContentLauncherAcceptHeaderList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050A) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050A) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ContentLauncherCluster cluster; cluster.Associate(device, endpointId); @@ -16480,9 +16480,9 @@ class ReadContentLauncherSupportedStreamingProtocols : public ModelCommand ~ReadContentLauncherSupportedStreamingProtocols() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050A) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050A) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::ContentLauncherCluster cluster; cluster.Associate(device, endpointId); @@ -16508,9 +16508,9 @@ class WriteContentLauncherSupportedStreamingProtocols : public ModelCommand ~WriteContentLauncherSupportedStreamingProtocols() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050A) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050A) WriteAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::ContentLauncherCluster cluster; cluster.Associate(device, endpointId); @@ -16536,9 +16536,9 @@ class ReportContentLauncherSupportedStreamingProtocols : public ModelCommand ~ReportContentLauncherSupportedStreamingProtocols() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050A) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050A) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::ContentLauncherCluster cluster; cluster.Associate(device, endpointId); @@ -16578,9 +16578,9 @@ class ReadContentLauncherAttributeList : public ModelCommand ~ReadContentLauncherAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050A) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050A) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ContentLauncherCluster cluster; cluster.Associate(device, endpointId); @@ -16608,9 +16608,9 @@ class ReportContentLauncherAttributeList : public ModelCommand ~ReportContentLauncherAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050A) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050A) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ContentLauncherCluster cluster; cluster.Associate(device, endpointId); @@ -16650,9 +16650,9 @@ class ReadContentLauncherClusterRevision : public ModelCommand ~ReadContentLauncherClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050A) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050A) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ContentLauncherCluster cluster; cluster.Associate(device, endpointId); @@ -16680,9 +16680,9 @@ class ReportContentLauncherClusterRevision : public ModelCommand ~ReportContentLauncherClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050A) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050A) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ContentLauncherCluster cluster; cluster.Associate(device, endpointId); @@ -16735,9 +16735,9 @@ class ReadDescriptorDeviceList : public ModelCommand ~ReadDescriptorDeviceList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001D) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001D) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::DescriptorCluster cluster; cluster.Associate(device, endpointId); @@ -16767,9 +16767,9 @@ class ReportDescriptorDeviceList : public ModelCommand ~ReportDescriptorDeviceList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001D) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001D) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::DescriptorCluster cluster; cluster.Associate(device, endpointId); @@ -16811,9 +16811,9 @@ class ReadDescriptorServerList : public ModelCommand ~ReadDescriptorServerList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001D) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001D) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::DescriptorCluster cluster; cluster.Associate(device, endpointId); @@ -16841,9 +16841,9 @@ class ReportDescriptorServerList : public ModelCommand ~ReportDescriptorServerList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001D) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001D) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::DescriptorCluster cluster; cluster.Associate(device, endpointId); @@ -16883,9 +16883,9 @@ class ReadDescriptorClientList : public ModelCommand ~ReadDescriptorClientList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001D) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001D) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::DescriptorCluster cluster; cluster.Associate(device, endpointId); @@ -16913,9 +16913,9 @@ class ReportDescriptorClientList : public ModelCommand ~ReportDescriptorClientList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001D) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001D) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::DescriptorCluster cluster; cluster.Associate(device, endpointId); @@ -16955,9 +16955,9 @@ class ReadDescriptorPartsList : public ModelCommand ~ReadDescriptorPartsList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001D) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001D) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::DescriptorCluster cluster; cluster.Associate(device, endpointId); @@ -16985,9 +16985,9 @@ class ReportDescriptorPartsList : public ModelCommand ~ReportDescriptorPartsList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001D) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001D) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::DescriptorCluster cluster; cluster.Associate(device, endpointId); @@ -17027,9 +17027,9 @@ class ReadDescriptorAttributeList : public ModelCommand ~ReadDescriptorAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001D) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001D) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::DescriptorCluster cluster; cluster.Associate(device, endpointId); @@ -17057,9 +17057,9 @@ class ReportDescriptorAttributeList : public ModelCommand ~ReportDescriptorAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001D) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001D) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::DescriptorCluster cluster; cluster.Associate(device, endpointId); @@ -17099,9 +17099,9 @@ class ReadDescriptorClusterRevision : public ModelCommand ~ReadDescriptorClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001D) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001D) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::DescriptorCluster cluster; cluster.Associate(device, endpointId); @@ -17129,9 +17129,9 @@ class ReportDescriptorClusterRevision : public ModelCommand ~ReportDescriptorClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x001D) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000001D) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::DescriptorCluster cluster; cluster.Associate(device, endpointId); @@ -17182,9 +17182,9 @@ class DiagnosticLogsRetrieveLogsRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000032) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000032) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDiagnosticLogsRetrieveLogsResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -17208,9 +17208,9 @@ class ReadDiagnosticLogsAttributeList : public ModelCommand ~ReadDiagnosticLogsAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0032) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000032) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::DiagnosticLogsCluster cluster; cluster.Associate(device, endpointId); @@ -17238,9 +17238,9 @@ class ReportDiagnosticLogsAttributeList : public ModelCommand ~ReportDiagnosticLogsAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0032) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000032) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::DiagnosticLogsCluster cluster; cluster.Associate(device, endpointId); @@ -17319,9 +17319,9 @@ class DoorLockClearCredential : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000101) command (0x00000026) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) command (0x00000026) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -17343,9 +17343,9 @@ class DoorLockClearUser : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000101) command (0x0000001D) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) command (0x0000001D) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -17367,9 +17367,9 @@ class DoorLockGetCredentialStatus : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000101) command (0x00000024) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) command (0x00000024) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDoorLockGetCredentialStatusResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -17391,9 +17391,9 @@ class DoorLockGetUser : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000101) command (0x0000001B) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) command (0x0000001B) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDoorLockGetUserResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -17415,9 +17415,9 @@ class DoorLockLockDoor : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000101) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -17445,9 +17445,9 @@ class DoorLockSetCredential : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000101) command (0x00000022) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) command (0x00000022) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDoorLockSetCredentialResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -17479,9 +17479,9 @@ class DoorLockSetUser : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000101) command (0x0000001A) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) command (0x0000001A) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -17503,9 +17503,9 @@ class DoorLockUnlockDoor : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000101) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -17529,9 +17529,9 @@ class ReadDoorLockDoorLockAlarm : public ModelCommand ~ReadDoorLockDoorLockAlarm() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -17559,9 +17559,9 @@ class ReportDoorLockDoorLockAlarm : public ModelCommand ~ReportDoorLockDoorLockAlarm() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -17600,9 +17600,9 @@ class ReadDoorLockDoorStateChange : public ModelCommand ~ReadDoorLockDoorStateChange() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -17630,9 +17630,9 @@ class ReportDoorLockDoorStateChange : public ModelCommand ~ReportDoorLockDoorStateChange() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -17671,9 +17671,9 @@ class ReadDoorLockLockOperation : public ModelCommand ~ReadDoorLockLockOperation() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadEvent (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -17701,9 +17701,9 @@ class ReportDoorLockLockOperation : public ModelCommand ~ReportDoorLockLockOperation() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportEvent (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -17742,9 +17742,9 @@ class ReadDoorLockLockOperationError : public ModelCommand ~ReadDoorLockLockOperationError() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadEvent (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -17772,9 +17772,9 @@ class ReportDoorLockLockOperationError : public ModelCommand ~ReportDoorLockLockOperationError() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportEvent (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -17813,9 +17813,9 @@ class ReadDoorLockLockUserChange : public ModelCommand ~ReadDoorLockLockUserChange() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadEvent (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -17843,9 +17843,9 @@ class ReportDoorLockLockUserChange : public ModelCommand ~ReportDoorLockLockUserChange() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportEvent (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -17885,9 +17885,9 @@ class ReadDoorLockLockState : public ModelCommand ~ReadDoorLockLockState() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -17916,9 +17916,9 @@ class ReportDoorLockLockState : public ModelCommand ~ReportDoorLockLockState() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -17959,9 +17959,9 @@ class ReadDoorLockLockType : public ModelCommand ~ReadDoorLockLockType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -17989,9 +17989,9 @@ class ReportDoorLockLockType : public ModelCommand ~ReportDoorLockLockType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18031,9 +18031,9 @@ class ReadDoorLockActuatorEnabled : public ModelCommand ~ReadDoorLockActuatorEnabled() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18061,9 +18061,9 @@ class ReportDoorLockActuatorEnabled : public ModelCommand ~ReportDoorLockActuatorEnabled() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18100,9 +18100,9 @@ class ReadDoorLockDoorState : public ModelCommand ~ReadDoorLockDoorState() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18131,9 +18131,9 @@ class ReportDoorLockDoorState : public ModelCommand ~ReportDoorLockDoorState() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18174,9 +18174,9 @@ class ReadDoorLockNumberOfTotalUsersSupported : public ModelCommand ~ReadDoorLockNumberOfTotalUsersSupported() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18204,9 +18204,9 @@ class ReportDoorLockNumberOfTotalUsersSupported : public ModelCommand ~ReportDoorLockNumberOfTotalUsersSupported() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18243,9 +18243,9 @@ class ReadDoorLockNumberOfPINUsersSupported : public ModelCommand ~ReadDoorLockNumberOfPINUsersSupported() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18273,9 +18273,9 @@ class ReportDoorLockNumberOfPINUsersSupported : public ModelCommand ~ReportDoorLockNumberOfPINUsersSupported() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18312,9 +18312,9 @@ class ReadDoorLockMaxPINCodeLength : public ModelCommand ~ReadDoorLockMaxPINCodeLength() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadAttribute (0x00000017) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18342,9 +18342,9 @@ class ReportDoorLockMaxPINCodeLength : public ModelCommand ~ReportDoorLockMaxPINCodeLength() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportAttribute (0x00000017) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18381,9 +18381,9 @@ class ReadDoorLockMinPINCodeLength : public ModelCommand ~ReadDoorLockMinPINCodeLength() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadAttribute (0x00000018) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18411,9 +18411,9 @@ class ReportDoorLockMinPINCodeLength : public ModelCommand ~ReportDoorLockMinPINCodeLength() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportAttribute (0x00000018) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18450,9 +18450,9 @@ class ReadDoorLockLanguage : public ModelCommand ~ReadDoorLockLanguage() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadAttribute (0x00000021) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18478,9 +18478,9 @@ class WriteDoorLockLanguage : public ModelCommand ~WriteDoorLockLanguage() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) WriteAttribute (0x00000021) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18506,9 +18506,9 @@ class ReportDoorLockLanguage : public ModelCommand ~ReportDoorLockLanguage() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportAttribute (0x00000021) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18545,9 +18545,9 @@ class ReadDoorLockAutoRelockTime : public ModelCommand ~ReadDoorLockAutoRelockTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadAttribute (0x00000023) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18573,9 +18573,9 @@ class WriteDoorLockAutoRelockTime : public ModelCommand ~WriteDoorLockAutoRelockTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) WriteAttribute (0x00000023) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18601,9 +18601,9 @@ class ReportDoorLockAutoRelockTime : public ModelCommand ~ReportDoorLockAutoRelockTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportAttribute (0x00000023) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18640,9 +18640,9 @@ class ReadDoorLockSoundVolume : public ModelCommand ~ReadDoorLockSoundVolume() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadAttribute (0x00000024) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18668,9 +18668,9 @@ class WriteDoorLockSoundVolume : public ModelCommand ~WriteDoorLockSoundVolume() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) WriteAttribute (0x00000024) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18696,9 +18696,9 @@ class ReportDoorLockSoundVolume : public ModelCommand ~ReportDoorLockSoundVolume() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportAttribute (0x00000024) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18735,9 +18735,9 @@ class ReadDoorLockOperatingMode : public ModelCommand ~ReadDoorLockOperatingMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadAttribute (0x00000025) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18763,9 +18763,9 @@ class WriteDoorLockOperatingMode : public ModelCommand ~WriteDoorLockOperatingMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) WriteAttribute (0x00000025) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18791,9 +18791,9 @@ class ReportDoorLockOperatingMode : public ModelCommand ~ReportDoorLockOperatingMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportAttribute (0x00000025) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18833,9 +18833,9 @@ class ReadDoorLockSupportedOperatingModes : public ModelCommand ~ReadDoorLockSupportedOperatingModes() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadAttribute (0x00000026) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18863,9 +18863,9 @@ class ReportDoorLockSupportedOperatingModes : public ModelCommand ~ReportDoorLockSupportedOperatingModes() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportAttribute (0x00000026) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18902,9 +18902,9 @@ class ReadDoorLockEnableOneTouchLocking : public ModelCommand ~ReadDoorLockEnableOneTouchLocking() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadAttribute (0x00000029) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18930,9 +18930,9 @@ class WriteDoorLockEnableOneTouchLocking : public ModelCommand ~WriteDoorLockEnableOneTouchLocking() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) WriteAttribute (0x00000029) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18958,9 +18958,9 @@ class ReportDoorLockEnableOneTouchLocking : public ModelCommand ~ReportDoorLockEnableOneTouchLocking() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportAttribute (0x00000029) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -18997,9 +18997,9 @@ class ReadDoorLockEnablePrivacyModeButton : public ModelCommand ~ReadDoorLockEnablePrivacyModeButton() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadAttribute (0x0000002B) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -19025,9 +19025,9 @@ class WriteDoorLockEnablePrivacyModeButton : public ModelCommand ~WriteDoorLockEnablePrivacyModeButton() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) WriteAttribute (0x0000002B) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -19053,9 +19053,9 @@ class ReportDoorLockEnablePrivacyModeButton : public ModelCommand ~ReportDoorLockEnablePrivacyModeButton() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportAttribute (0x0000002B) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -19092,9 +19092,9 @@ class ReadDoorLockWrongCodeEntryLimit : public ModelCommand ~ReadDoorLockWrongCodeEntryLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadAttribute (0x00000030) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -19120,9 +19120,9 @@ class WriteDoorLockWrongCodeEntryLimit : public ModelCommand ~WriteDoorLockWrongCodeEntryLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) WriteAttribute (0x00000030) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -19148,9 +19148,9 @@ class ReportDoorLockWrongCodeEntryLimit : public ModelCommand ~ReportDoorLockWrongCodeEntryLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportAttribute (0x00000030) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -19187,9 +19187,9 @@ class ReadDoorLockAttributeList : public ModelCommand ~ReadDoorLockAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -19217,9 +19217,9 @@ class ReportDoorLockAttributeList : public ModelCommand ~ReportDoorLockAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -19259,9 +19259,9 @@ class ReadDoorLockClusterRevision : public ModelCommand ~ReadDoorLockClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -19289,9 +19289,9 @@ class ReportDoorLockClusterRevision : public ModelCommand ~ReportDoorLockClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0101) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000101) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::DoorLockCluster cluster; cluster.Associate(device, endpointId); @@ -19351,9 +19351,9 @@ class ReadElectricalMeasurementMeasurementType : public ModelCommand ~ReadElectricalMeasurementMeasurementType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -19381,9 +19381,9 @@ class ReportElectricalMeasurementMeasurementType : public ModelCommand ~ReportElectricalMeasurementMeasurementType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -19423,9 +19423,9 @@ class ReadElectricalMeasurementTotalActivePower : public ModelCommand ~ReadElectricalMeasurementTotalActivePower() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReadAttribute (0x00000304) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -19453,9 +19453,9 @@ class ReportElectricalMeasurementTotalActivePower : public ModelCommand ~ReportElectricalMeasurementTotalActivePower() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReportAttribute (0x00000304) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -19495,9 +19495,9 @@ class ReadElectricalMeasurementRmsVoltage : public ModelCommand ~ReadElectricalMeasurementRmsVoltage() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReadAttribute (0x00000505) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -19525,9 +19525,9 @@ class ReportElectricalMeasurementRmsVoltage : public ModelCommand ~ReportElectricalMeasurementRmsVoltage() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReportAttribute (0x00000505) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -19564,9 +19564,9 @@ class ReadElectricalMeasurementRmsVoltageMin : public ModelCommand ~ReadElectricalMeasurementRmsVoltageMin() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReadAttribute (0x00000506) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -19594,9 +19594,9 @@ class ReportElectricalMeasurementRmsVoltageMin : public ModelCommand ~ReportElectricalMeasurementRmsVoltageMin() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReportAttribute (0x00000506) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -19633,9 +19633,9 @@ class ReadElectricalMeasurementRmsVoltageMax : public ModelCommand ~ReadElectricalMeasurementRmsVoltageMax() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReadAttribute (0x00000507) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -19663,9 +19663,9 @@ class ReportElectricalMeasurementRmsVoltageMax : public ModelCommand ~ReportElectricalMeasurementRmsVoltageMax() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReportAttribute (0x00000507) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -19702,9 +19702,9 @@ class ReadElectricalMeasurementRmsCurrent : public ModelCommand ~ReadElectricalMeasurementRmsCurrent() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReadAttribute (0x00000508) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -19732,9 +19732,9 @@ class ReportElectricalMeasurementRmsCurrent : public ModelCommand ~ReportElectricalMeasurementRmsCurrent() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReportAttribute (0x00000508) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -19771,9 +19771,9 @@ class ReadElectricalMeasurementRmsCurrentMin : public ModelCommand ~ReadElectricalMeasurementRmsCurrentMin() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReadAttribute (0x00000509) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -19801,9 +19801,9 @@ class ReportElectricalMeasurementRmsCurrentMin : public ModelCommand ~ReportElectricalMeasurementRmsCurrentMin() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReportAttribute (0x00000509) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -19840,9 +19840,9 @@ class ReadElectricalMeasurementRmsCurrentMax : public ModelCommand ~ReadElectricalMeasurementRmsCurrentMax() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReadAttribute (0x0000050A) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -19870,9 +19870,9 @@ class ReportElectricalMeasurementRmsCurrentMax : public ModelCommand ~ReportElectricalMeasurementRmsCurrentMax() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReportAttribute (0x0000050A) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -19909,9 +19909,9 @@ class ReadElectricalMeasurementActivePower : public ModelCommand ~ReadElectricalMeasurementActivePower() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReadAttribute (0x0000050B) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -19939,9 +19939,9 @@ class ReportElectricalMeasurementActivePower : public ModelCommand ~ReportElectricalMeasurementActivePower() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReportAttribute (0x0000050B) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -19978,9 +19978,9 @@ class ReadElectricalMeasurementActivePowerMin : public ModelCommand ~ReadElectricalMeasurementActivePowerMin() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReadAttribute (0x0000050C) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -20008,9 +20008,9 @@ class ReportElectricalMeasurementActivePowerMin : public ModelCommand ~ReportElectricalMeasurementActivePowerMin() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReportAttribute (0x0000050C) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -20047,9 +20047,9 @@ class ReadElectricalMeasurementActivePowerMax : public ModelCommand ~ReadElectricalMeasurementActivePowerMax() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReadAttribute (0x0000050D) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -20077,9 +20077,9 @@ class ReportElectricalMeasurementActivePowerMax : public ModelCommand ~ReportElectricalMeasurementActivePowerMax() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReportAttribute (0x0000050D) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -20116,9 +20116,9 @@ class ReadElectricalMeasurementAttributeList : public ModelCommand ~ReadElectricalMeasurementAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -20146,9 +20146,9 @@ class ReportElectricalMeasurementAttributeList : public ModelCommand ~ReportElectricalMeasurementAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -20188,9 +20188,9 @@ class ReadElectricalMeasurementClusterRevision : public ModelCommand ~ReadElectricalMeasurementClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -20218,9 +20218,9 @@ class ReportElectricalMeasurementClusterRevision : public ModelCommand ~ReportElectricalMeasurementClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0B04) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000B04) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ElectricalMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -20277,9 +20277,9 @@ class EthernetNetworkDiagnosticsResetCounts : public ModelCommand public: EthernetNetworkDiagnosticsResetCounts() : ModelCommand("reset-counts") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000037) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -20303,9 +20303,9 @@ class ReadEthernetNetworkDiagnosticsPHYRate : public ModelCommand ~ReadEthernetNetworkDiagnosticsPHYRate() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20333,9 +20333,9 @@ class ReportEthernetNetworkDiagnosticsPHYRate : public ModelCommand ~ReportEthernetNetworkDiagnosticsPHYRate() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20372,9 +20372,9 @@ class ReadEthernetNetworkDiagnosticsFullDuplex : public ModelCommand ~ReadEthernetNetworkDiagnosticsFullDuplex() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20402,9 +20402,9 @@ class ReportEthernetNetworkDiagnosticsFullDuplex : public ModelCommand ~ReportEthernetNetworkDiagnosticsFullDuplex() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20441,9 +20441,9 @@ class ReadEthernetNetworkDiagnosticsPacketRxCount : public ModelCommand ~ReadEthernetNetworkDiagnosticsPacketRxCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20471,9 +20471,9 @@ class ReportEthernetNetworkDiagnosticsPacketRxCount : public ModelCommand ~ReportEthernetNetworkDiagnosticsPacketRxCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20513,9 +20513,9 @@ class ReadEthernetNetworkDiagnosticsPacketTxCount : public ModelCommand ~ReadEthernetNetworkDiagnosticsPacketTxCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20543,9 +20543,9 @@ class ReportEthernetNetworkDiagnosticsPacketTxCount : public ModelCommand ~ReportEthernetNetworkDiagnosticsPacketTxCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20585,9 +20585,9 @@ class ReadEthernetNetworkDiagnosticsTxErrCount : public ModelCommand ~ReadEthernetNetworkDiagnosticsTxErrCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReadAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20615,9 +20615,9 @@ class ReportEthernetNetworkDiagnosticsTxErrCount : public ModelCommand ~ReportEthernetNetworkDiagnosticsTxErrCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReportAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20657,9 +20657,9 @@ class ReadEthernetNetworkDiagnosticsCollisionCount : public ModelCommand ~ReadEthernetNetworkDiagnosticsCollisionCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReadAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20687,9 +20687,9 @@ class ReportEthernetNetworkDiagnosticsCollisionCount : public ModelCommand ~ReportEthernetNetworkDiagnosticsCollisionCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReportAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20729,9 +20729,9 @@ class ReadEthernetNetworkDiagnosticsOverrunCount : public ModelCommand ~ReadEthernetNetworkDiagnosticsOverrunCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReadAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20759,9 +20759,9 @@ class ReportEthernetNetworkDiagnosticsOverrunCount : public ModelCommand ~ReportEthernetNetworkDiagnosticsOverrunCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReportAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20801,9 +20801,9 @@ class ReadEthernetNetworkDiagnosticsCarrierDetect : public ModelCommand ~ReadEthernetNetworkDiagnosticsCarrierDetect() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReadAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20831,9 +20831,9 @@ class ReportEthernetNetworkDiagnosticsCarrierDetect : public ModelCommand ~ReportEthernetNetworkDiagnosticsCarrierDetect() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReportAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20870,9 +20870,9 @@ class ReadEthernetNetworkDiagnosticsTimeSinceReset : public ModelCommand ~ReadEthernetNetworkDiagnosticsTimeSinceReset() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReadAttribute (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20900,9 +20900,9 @@ class ReportEthernetNetworkDiagnosticsTimeSinceReset : public ModelCommand ~ReportEthernetNetworkDiagnosticsTimeSinceReset() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReportAttribute (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20942,9 +20942,9 @@ class ReadEthernetNetworkDiagnosticsAttributeList : public ModelCommand ~ReadEthernetNetworkDiagnosticsAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -20972,9 +20972,9 @@ class ReportEthernetNetworkDiagnosticsAttributeList : public ModelCommand ~ReportEthernetNetworkDiagnosticsAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -21014,9 +21014,9 @@ class ReadEthernetNetworkDiagnosticsFeatureMap : public ModelCommand ~ReadEthernetNetworkDiagnosticsFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReadAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -21044,9 +21044,9 @@ class ReportEthernetNetworkDiagnosticsFeatureMap : public ModelCommand ~ReportEthernetNetworkDiagnosticsFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReportAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -21086,9 +21086,9 @@ class ReadEthernetNetworkDiagnosticsClusterRevision : public ModelCommand ~ReadEthernetNetworkDiagnosticsClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -21116,9 +21116,9 @@ class ReportEthernetNetworkDiagnosticsClusterRevision : public ModelCommand ~ReportEthernetNetworkDiagnosticsClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0037) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000037) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::EthernetNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -21171,9 +21171,9 @@ class ReadFixedLabelLabelList : public ModelCommand ~ReadFixedLabelLabelList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0040) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000040) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::FixedLabelCluster cluster; cluster.Associate(device, endpointId); @@ -21203,9 +21203,9 @@ class ReportFixedLabelLabelList : public ModelCommand ~ReportFixedLabelLabelList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0040) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000040) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::FixedLabelCluster cluster; cluster.Associate(device, endpointId); @@ -21247,9 +21247,9 @@ class ReadFixedLabelAttributeList : public ModelCommand ~ReadFixedLabelAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0040) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000040) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::FixedLabelCluster cluster; cluster.Associate(device, endpointId); @@ -21277,9 +21277,9 @@ class ReportFixedLabelAttributeList : public ModelCommand ~ReportFixedLabelAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0040) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000040) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::FixedLabelCluster cluster; cluster.Associate(device, endpointId); @@ -21319,9 +21319,9 @@ class ReadFixedLabelClusterRevision : public ModelCommand ~ReadFixedLabelClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0040) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000040) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::FixedLabelCluster cluster; cluster.Associate(device, endpointId); @@ -21349,9 +21349,9 @@ class ReportFixedLabelClusterRevision : public ModelCommand ~ReportFixedLabelClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0040) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000040) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::FixedLabelCluster cluster; cluster.Associate(device, endpointId); @@ -21404,9 +21404,9 @@ class ReadFlowMeasurementMeasuredValue : public ModelCommand ~ReadFlowMeasurementMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0404) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000404) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::FlowMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -21434,9 +21434,9 @@ class ReportFlowMeasurementMeasuredValue : public ModelCommand ~ReportFlowMeasurementMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0404) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000404) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::FlowMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -21473,9 +21473,9 @@ class ReadFlowMeasurementMinMeasuredValue : public ModelCommand ~ReadFlowMeasurementMinMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0404) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000404) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::FlowMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -21503,9 +21503,9 @@ class ReportFlowMeasurementMinMeasuredValue : public ModelCommand ~ReportFlowMeasurementMinMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0404) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000404) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::FlowMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -21542,9 +21542,9 @@ class ReadFlowMeasurementMaxMeasuredValue : public ModelCommand ~ReadFlowMeasurementMaxMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0404) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000404) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::FlowMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -21572,9 +21572,9 @@ class ReportFlowMeasurementMaxMeasuredValue : public ModelCommand ~ReportFlowMeasurementMaxMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0404) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000404) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::FlowMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -21611,9 +21611,9 @@ class ReadFlowMeasurementTolerance : public ModelCommand ~ReadFlowMeasurementTolerance() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0404) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000404) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::FlowMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -21641,9 +21641,9 @@ class ReportFlowMeasurementTolerance : public ModelCommand ~ReportFlowMeasurementTolerance() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0404) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000404) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::FlowMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -21680,9 +21680,9 @@ class ReadFlowMeasurementAttributeList : public ModelCommand ~ReadFlowMeasurementAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0404) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000404) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::FlowMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -21710,9 +21710,9 @@ class ReportFlowMeasurementAttributeList : public ModelCommand ~ReportFlowMeasurementAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0404) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000404) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::FlowMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -21752,9 +21752,9 @@ class ReadFlowMeasurementClusterRevision : public ModelCommand ~ReadFlowMeasurementClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0404) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000404) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::FlowMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -21782,9 +21782,9 @@ class ReportFlowMeasurementClusterRevision : public ModelCommand ~ReportFlowMeasurementClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0404) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000404) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::FlowMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -21840,9 +21840,9 @@ class GeneralCommissioningArmFailSafe : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000030) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000030) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnGeneralCommissioningArmFailSafeResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -21860,9 +21860,9 @@ class GeneralCommissioningCommissioningComplete : public ModelCommand public: GeneralCommissioningCommissioningComplete() : ModelCommand("commissioning-complete") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000030) command (0x00000004) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000030) command (0x00000004) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnGeneralCommissioningCommissioningCompleteResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -21888,9 +21888,9 @@ class GeneralCommissioningSetRegulatoryConfig : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000030) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000030) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnGeneralCommissioningSetRegulatoryConfigResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -21914,9 +21914,9 @@ class ReadGeneralCommissioningBreadcrumb : public ModelCommand ~ReadGeneralCommissioningBreadcrumb() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0030) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000030) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -21942,9 +21942,9 @@ class WriteGeneralCommissioningBreadcrumb : public ModelCommand ~WriteGeneralCommissioningBreadcrumb() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0030) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000030) WriteAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -21970,9 +21970,9 @@ class ReportGeneralCommissioningBreadcrumb : public ModelCommand ~ReportGeneralCommissioningBreadcrumb() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0030) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000030) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -22009,9 +22009,9 @@ class ReadGeneralCommissioningBasicCommissioningInfoList : public ModelCommand ~ReadGeneralCommissioningBasicCommissioningInfoList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0030) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000030) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -22042,9 +22042,9 @@ class ReportGeneralCommissioningBasicCommissioningInfoList : public ModelCommand ~ReportGeneralCommissioningBasicCommissioningInfoList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0030) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000030) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -22088,9 +22088,9 @@ class ReadGeneralCommissioningRegulatoryConfig : public ModelCommand ~ReadGeneralCommissioningRegulatoryConfig() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0030) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000030) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -22118,9 +22118,9 @@ class ReportGeneralCommissioningRegulatoryConfig : public ModelCommand ~ReportGeneralCommissioningRegulatoryConfig() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0030) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000030) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -22157,9 +22157,9 @@ class ReadGeneralCommissioningLocationCapability : public ModelCommand ~ReadGeneralCommissioningLocationCapability() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0030) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000030) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -22187,9 +22187,9 @@ class ReportGeneralCommissioningLocationCapability : public ModelCommand ~ReportGeneralCommissioningLocationCapability() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0030) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000030) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -22229,9 +22229,9 @@ class ReadGeneralCommissioningAttributeList : public ModelCommand ~ReadGeneralCommissioningAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0030) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000030) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -22259,9 +22259,9 @@ class ReportGeneralCommissioningAttributeList : public ModelCommand ~ReportGeneralCommissioningAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0030) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000030) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -22301,9 +22301,9 @@ class ReadGeneralCommissioningClusterRevision : public ModelCommand ~ReadGeneralCommissioningClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0030) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000030) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -22331,9 +22331,9 @@ class ReportGeneralCommissioningClusterRevision : public ModelCommand ~ReportGeneralCommissioningClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0030) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000030) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -22394,9 +22394,9 @@ class ReadGeneralDiagnosticsHardwareFaultChange : public ModelCommand ~ReadGeneralDiagnosticsHardwareFaultChange() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReadEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -22425,9 +22425,9 @@ class ReportGeneralDiagnosticsHardwareFaultChange : public ModelCommand ~ReportGeneralDiagnosticsHardwareFaultChange() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReportEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -22467,9 +22467,9 @@ class ReadGeneralDiagnosticsRadioFaultChange : public ModelCommand ~ReadGeneralDiagnosticsRadioFaultChange() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReadEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -22498,9 +22498,9 @@ class ReportGeneralDiagnosticsRadioFaultChange : public ModelCommand ~ReportGeneralDiagnosticsRadioFaultChange() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReportEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -22540,9 +22540,9 @@ class ReadGeneralDiagnosticsNetworkFaultChange : public ModelCommand ~ReadGeneralDiagnosticsNetworkFaultChange() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReadEvent (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -22571,9 +22571,9 @@ class ReportGeneralDiagnosticsNetworkFaultChange : public ModelCommand ~ReportGeneralDiagnosticsNetworkFaultChange() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReportEvent (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -22613,9 +22613,9 @@ class ReadGeneralDiagnosticsBootReason : public ModelCommand ~ReadGeneralDiagnosticsBootReason() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReadEvent (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -22643,9 +22643,9 @@ class ReportGeneralDiagnosticsBootReason : public ModelCommand ~ReportGeneralDiagnosticsBootReason() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReportEvent (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -22685,9 +22685,9 @@ class ReadGeneralDiagnosticsNetworkInterfaces : public ModelCommand ~ReadGeneralDiagnosticsNetworkInterfaces() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -22718,9 +22718,9 @@ class ReportGeneralDiagnosticsNetworkInterfaces : public ModelCommand ~ReportGeneralDiagnosticsNetworkInterfaces() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -22762,9 +22762,9 @@ class ReadGeneralDiagnosticsRebootCount : public ModelCommand ~ReadGeneralDiagnosticsRebootCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -22792,9 +22792,9 @@ class ReportGeneralDiagnosticsRebootCount : public ModelCommand ~ReportGeneralDiagnosticsRebootCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -22831,9 +22831,9 @@ class ReadGeneralDiagnosticsUpTime : public ModelCommand ~ReadGeneralDiagnosticsUpTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -22861,9 +22861,9 @@ class ReportGeneralDiagnosticsUpTime : public ModelCommand ~ReportGeneralDiagnosticsUpTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -22900,9 +22900,9 @@ class ReadGeneralDiagnosticsTotalOperationalHours : public ModelCommand ~ReadGeneralDiagnosticsTotalOperationalHours() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -22930,9 +22930,9 @@ class ReportGeneralDiagnosticsTotalOperationalHours : public ModelCommand ~ReportGeneralDiagnosticsTotalOperationalHours() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -22972,9 +22972,9 @@ class ReadGeneralDiagnosticsBootReasons : public ModelCommand ~ReadGeneralDiagnosticsBootReasons() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReadAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -23002,9 +23002,9 @@ class ReportGeneralDiagnosticsBootReasons : public ModelCommand ~ReportGeneralDiagnosticsBootReasons() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReportAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -23041,9 +23041,9 @@ class ReadGeneralDiagnosticsActiveHardwareFaults : public ModelCommand ~ReadGeneralDiagnosticsActiveHardwareFaults() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReadAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -23071,9 +23071,9 @@ class ReportGeneralDiagnosticsActiveHardwareFaults : public ModelCommand ~ReportGeneralDiagnosticsActiveHardwareFaults() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReportAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -23113,9 +23113,9 @@ class ReadGeneralDiagnosticsActiveRadioFaults : public ModelCommand ~ReadGeneralDiagnosticsActiveRadioFaults() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReadAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -23143,9 +23143,9 @@ class ReportGeneralDiagnosticsActiveRadioFaults : public ModelCommand ~ReportGeneralDiagnosticsActiveRadioFaults() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReportAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -23185,9 +23185,9 @@ class ReadGeneralDiagnosticsActiveNetworkFaults : public ModelCommand ~ReadGeneralDiagnosticsActiveNetworkFaults() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReadAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -23215,9 +23215,9 @@ class ReportGeneralDiagnosticsActiveNetworkFaults : public ModelCommand ~ReportGeneralDiagnosticsActiveNetworkFaults() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReportAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -23257,9 +23257,9 @@ class ReadGeneralDiagnosticsAttributeList : public ModelCommand ~ReadGeneralDiagnosticsAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -23287,9 +23287,9 @@ class ReportGeneralDiagnosticsAttributeList : public ModelCommand ~ReportGeneralDiagnosticsAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -23329,9 +23329,9 @@ class ReadGeneralDiagnosticsClusterRevision : public ModelCommand ~ReadGeneralDiagnosticsClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -23359,9 +23359,9 @@ class ReportGeneralDiagnosticsClusterRevision : public ModelCommand ~ReportGeneralDiagnosticsClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0033) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000033) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::GeneralDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -23416,9 +23416,9 @@ class GroupKeyManagementKeySetRead : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000003F) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003F) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnGroupKeyManagementKeySetReadResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -23440,9 +23440,9 @@ class GroupKeyManagementKeySetReadAllIndices : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000003F) command (0x00000004) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003F) command (0x00000004) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnGroupKeyManagementKeySetReadAllIndicesResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -23464,9 +23464,9 @@ class GroupKeyManagementKeySetRemove : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000003F) command (0x00000003) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003F) command (0x00000003) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -23488,9 +23488,9 @@ class GroupKeyManagementKeySetWrite : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000003F) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003F) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -23514,9 +23514,9 @@ class ReadGroupKeyManagementGroupKeyMap : public ModelCommand ~ReadGroupKeyManagementGroupKeyMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003F) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::GroupKeyManagementCluster cluster; cluster.Associate(device, endpointId); @@ -23547,9 +23547,9 @@ class ReportGroupKeyManagementGroupKeyMap : public ModelCommand ~ReportGroupKeyManagementGroupKeyMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003F) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::GroupKeyManagementCluster cluster; cluster.Associate(device, endpointId); @@ -23592,9 +23592,9 @@ class ReadGroupKeyManagementGroupTable : public ModelCommand ~ReadGroupKeyManagementGroupTable() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003F) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::GroupKeyManagementCluster cluster; cluster.Associate(device, endpointId); @@ -23625,9 +23625,9 @@ class ReportGroupKeyManagementGroupTable : public ModelCommand ~ReportGroupKeyManagementGroupTable() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003F) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::GroupKeyManagementCluster cluster; cluster.Associate(device, endpointId); @@ -23670,9 +23670,9 @@ class ReadGroupKeyManagementMaxGroupsPerFabric : public ModelCommand ~ReadGroupKeyManagementMaxGroupsPerFabric() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003F) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::GroupKeyManagementCluster cluster; cluster.Associate(device, endpointId); @@ -23700,9 +23700,9 @@ class ReportGroupKeyManagementMaxGroupsPerFabric : public ModelCommand ~ReportGroupKeyManagementMaxGroupsPerFabric() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003F) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::GroupKeyManagementCluster cluster; cluster.Associate(device, endpointId); @@ -23742,9 +23742,9 @@ class ReadGroupKeyManagementMaxGroupKeysPerFabric : public ModelCommand ~ReadGroupKeyManagementMaxGroupKeysPerFabric() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003F) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::GroupKeyManagementCluster cluster; cluster.Associate(device, endpointId); @@ -23772,9 +23772,9 @@ class ReportGroupKeyManagementMaxGroupKeysPerFabric : public ModelCommand ~ReportGroupKeyManagementMaxGroupKeysPerFabric() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003F) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::GroupKeyManagementCluster cluster; cluster.Associate(device, endpointId); @@ -23814,9 +23814,9 @@ class ReadGroupKeyManagementAttributeList : public ModelCommand ~ReadGroupKeyManagementAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003F) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::GroupKeyManagementCluster cluster; cluster.Associate(device, endpointId); @@ -23844,9 +23844,9 @@ class ReportGroupKeyManagementAttributeList : public ModelCommand ~ReportGroupKeyManagementAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003F) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::GroupKeyManagementCluster cluster; cluster.Associate(device, endpointId); @@ -23886,9 +23886,9 @@ class ReadGroupKeyManagementClusterRevision : public ModelCommand ~ReadGroupKeyManagementClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003F) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::GroupKeyManagementCluster cluster; cluster.Associate(device, endpointId); @@ -23916,9 +23916,9 @@ class ReportGroupKeyManagementClusterRevision : public ModelCommand ~ReportGroupKeyManagementClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003F) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::GroupKeyManagementCluster cluster; cluster.Associate(device, endpointId); @@ -23973,9 +23973,9 @@ class GroupsAddGroup : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000004) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000004) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnGroupsAddGroupResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -23998,9 +23998,9 @@ class GroupsAddGroupIfIdentifying : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000004) command (0x00000005) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000004) command (0x00000005) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -24022,9 +24022,9 @@ class GroupsGetGroupMembership : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000004) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000004) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnGroupsGetGroupMembershipResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -24042,9 +24042,9 @@ class GroupsRemoveAllGroups : public ModelCommand public: GroupsRemoveAllGroups() : ModelCommand("remove-all-groups") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000004) command (0x00000004) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000004) command (0x00000004) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -24066,9 +24066,9 @@ class GroupsRemoveGroup : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000004) command (0x00000003) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000004) command (0x00000003) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnGroupsRemoveGroupResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -24090,9 +24090,9 @@ class GroupsViewGroup : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000004) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000004) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnGroupsViewGroupResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -24116,9 +24116,9 @@ class ReadGroupsNameSupport : public ModelCommand ~ReadGroupsNameSupport() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0004) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000004) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::GroupsCluster cluster; cluster.Associate(device, endpointId); @@ -24146,9 +24146,9 @@ class ReportGroupsNameSupport : public ModelCommand ~ReportGroupsNameSupport() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0004) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000004) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::GroupsCluster cluster; cluster.Associate(device, endpointId); @@ -24185,9 +24185,9 @@ class ReadGroupsAttributeList : public ModelCommand ~ReadGroupsAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0004) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000004) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::GroupsCluster cluster; cluster.Associate(device, endpointId); @@ -24215,9 +24215,9 @@ class ReportGroupsAttributeList : public ModelCommand ~ReportGroupsAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0004) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000004) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::GroupsCluster cluster; cluster.Associate(device, endpointId); @@ -24257,9 +24257,9 @@ class ReadGroupsClusterRevision : public ModelCommand ~ReadGroupsClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0004) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000004) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::GroupsCluster cluster; cluster.Associate(device, endpointId); @@ -24287,9 +24287,9 @@ class ReportGroupsClusterRevision : public ModelCommand ~ReportGroupsClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0004) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000004) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::GroupsCluster cluster; cluster.Associate(device, endpointId); @@ -24341,9 +24341,9 @@ class IdentifyIdentify : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000003) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000003) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -24361,9 +24361,9 @@ class IdentifyIdentifyQuery : public ModelCommand public: IdentifyIdentifyQuery() : ModelCommand("identify-query") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000003) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000003) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnIdentifyIdentifyQueryResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -24388,9 +24388,9 @@ class IdentifyTriggerEffect : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000003) command (0x00000040) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000003) command (0x00000040) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -24414,9 +24414,9 @@ class ReadIdentifyIdentifyTime : public ModelCommand ~ReadIdentifyIdentifyTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0003) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000003) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::IdentifyCluster cluster; cluster.Associate(device, endpointId); @@ -24442,9 +24442,9 @@ class WriteIdentifyIdentifyTime : public ModelCommand ~WriteIdentifyIdentifyTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0003) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000003) WriteAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::IdentifyCluster cluster; cluster.Associate(device, endpointId); @@ -24470,9 +24470,9 @@ class ReportIdentifyIdentifyTime : public ModelCommand ~ReportIdentifyIdentifyTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0003) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000003) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::IdentifyCluster cluster; cluster.Associate(device, endpointId); @@ -24509,9 +24509,9 @@ class ReadIdentifyIdentifyType : public ModelCommand ~ReadIdentifyIdentifyType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0003) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000003) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::IdentifyCluster cluster; cluster.Associate(device, endpointId); @@ -24539,9 +24539,9 @@ class ReportIdentifyIdentifyType : public ModelCommand ~ReportIdentifyIdentifyType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0003) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000003) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::IdentifyCluster cluster; cluster.Associate(device, endpointId); @@ -24578,9 +24578,9 @@ class ReadIdentifyAttributeList : public ModelCommand ~ReadIdentifyAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0003) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000003) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::IdentifyCluster cluster; cluster.Associate(device, endpointId); @@ -24608,9 +24608,9 @@ class ReportIdentifyAttributeList : public ModelCommand ~ReportIdentifyAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0003) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000003) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::IdentifyCluster cluster; cluster.Associate(device, endpointId); @@ -24650,9 +24650,9 @@ class ReadIdentifyClusterRevision : public ModelCommand ~ReadIdentifyClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0003) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000003) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::IdentifyCluster cluster; cluster.Associate(device, endpointId); @@ -24680,9 +24680,9 @@ class ReportIdentifyClusterRevision : public ModelCommand ~ReportIdentifyClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0003) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000003) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::IdentifyCluster cluster; cluster.Associate(device, endpointId); @@ -24736,9 +24736,9 @@ class ReadIlluminanceMeasurementMeasuredValue : public ModelCommand ~ReadIlluminanceMeasurementMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0400) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000400) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::IlluminanceMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -24766,9 +24766,9 @@ class ReportIlluminanceMeasurementMeasuredValue : public ModelCommand ~ReportIlluminanceMeasurementMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0400) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000400) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::IlluminanceMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -24808,9 +24808,9 @@ class ReadIlluminanceMeasurementMinMeasuredValue : public ModelCommand ~ReadIlluminanceMeasurementMinMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0400) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000400) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::IlluminanceMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -24838,9 +24838,9 @@ class ReportIlluminanceMeasurementMinMeasuredValue : public ModelCommand ~ReportIlluminanceMeasurementMinMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0400) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000400) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::IlluminanceMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -24880,9 +24880,9 @@ class ReadIlluminanceMeasurementMaxMeasuredValue : public ModelCommand ~ReadIlluminanceMeasurementMaxMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0400) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000400) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::IlluminanceMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -24910,9 +24910,9 @@ class ReportIlluminanceMeasurementMaxMeasuredValue : public ModelCommand ~ReportIlluminanceMeasurementMaxMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0400) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000400) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::IlluminanceMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -24952,9 +24952,9 @@ class ReadIlluminanceMeasurementTolerance : public ModelCommand ~ReadIlluminanceMeasurementTolerance() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0400) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000400) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::IlluminanceMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -24982,9 +24982,9 @@ class ReportIlluminanceMeasurementTolerance : public ModelCommand ~ReportIlluminanceMeasurementTolerance() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0400) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000400) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::IlluminanceMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -25021,9 +25021,9 @@ class ReadIlluminanceMeasurementLightSensorType : public ModelCommand ~ReadIlluminanceMeasurementLightSensorType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0400) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000400) ReadAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::IlluminanceMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -25051,9 +25051,9 @@ class ReportIlluminanceMeasurementLightSensorType : public ModelCommand ~ReportIlluminanceMeasurementLightSensorType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0400) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000400) ReportAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::IlluminanceMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -25093,9 +25093,9 @@ class ReadIlluminanceMeasurementAttributeList : public ModelCommand ~ReadIlluminanceMeasurementAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0400) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000400) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::IlluminanceMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -25123,9 +25123,9 @@ class ReportIlluminanceMeasurementAttributeList : public ModelCommand ~ReportIlluminanceMeasurementAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0400) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000400) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::IlluminanceMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -25165,9 +25165,9 @@ class ReadIlluminanceMeasurementClusterRevision : public ModelCommand ~ReadIlluminanceMeasurementClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0400) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000400) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::IlluminanceMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -25195,9 +25195,9 @@ class ReportIlluminanceMeasurementClusterRevision : public ModelCommand ~ReportIlluminanceMeasurementClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0400) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000400) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::IlluminanceMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -25249,9 +25249,9 @@ class KeypadInputSendKeyRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000509) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000509) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnKeypadInputSendKeyResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -25275,9 +25275,9 @@ class ReadKeypadInputAttributeList : public ModelCommand ~ReadKeypadInputAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0509) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000509) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::KeypadInputCluster cluster; cluster.Associate(device, endpointId); @@ -25305,9 +25305,9 @@ class ReportKeypadInputAttributeList : public ModelCommand ~ReportKeypadInputAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0509) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000509) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::KeypadInputCluster cluster; cluster.Associate(device, endpointId); @@ -25347,9 +25347,9 @@ class ReadKeypadInputClusterRevision : public ModelCommand ~ReadKeypadInputClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0509) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000509) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::KeypadInputCluster cluster; cluster.Associate(device, endpointId); @@ -25377,9 +25377,9 @@ class ReportKeypadInputClusterRevision : public ModelCommand ~ReportKeypadInputClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0509) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000509) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::KeypadInputCluster cluster; cluster.Associate(device, endpointId); @@ -25453,9 +25453,9 @@ class LevelControlMove : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000008) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -25480,9 +25480,9 @@ class LevelControlMoveToLevel : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000008) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -25505,9 +25505,9 @@ class LevelControlMoveToLevelWithOnOff : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000008) command (0x00000004) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) command (0x00000004) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -25531,9 +25531,9 @@ class LevelControlMoveWithOnOff : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000008) command (0x00000005) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) command (0x00000005) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -25560,9 +25560,9 @@ class LevelControlStep : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000008) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -25587,9 +25587,9 @@ class LevelControlStepWithOnOff : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000008) command (0x00000006) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) command (0x00000006) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -25612,9 +25612,9 @@ class LevelControlStop : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000008) command (0x00000003) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) command (0x00000003) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -25632,9 +25632,9 @@ class LevelControlStopWithOnOff : public ModelCommand public: LevelControlStopWithOnOff() : ModelCommand("stop-with-on-off") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000008) command (0x00000007) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) command (0x00000007) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -25658,9 +25658,9 @@ class ReadLevelControlCurrentLevel : public ModelCommand ~ReadLevelControlCurrentLevel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -25688,9 +25688,9 @@ class ReportLevelControlCurrentLevel : public ModelCommand ~ReportLevelControlCurrentLevel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -25727,9 +25727,9 @@ class ReadLevelControlRemainingTime : public ModelCommand ~ReadLevelControlRemainingTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -25757,9 +25757,9 @@ class ReportLevelControlRemainingTime : public ModelCommand ~ReportLevelControlRemainingTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -25796,9 +25796,9 @@ class ReadLevelControlMinLevel : public ModelCommand ~ReadLevelControlMinLevel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -25826,9 +25826,9 @@ class ReportLevelControlMinLevel : public ModelCommand ~ReportLevelControlMinLevel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -25865,9 +25865,9 @@ class ReadLevelControlMaxLevel : public ModelCommand ~ReadLevelControlMaxLevel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -25895,9 +25895,9 @@ class ReportLevelControlMaxLevel : public ModelCommand ~ReportLevelControlMaxLevel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -25934,9 +25934,9 @@ class ReadLevelControlCurrentFrequency : public ModelCommand ~ReadLevelControlCurrentFrequency() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReadAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -25964,9 +25964,9 @@ class ReportLevelControlCurrentFrequency : public ModelCommand ~ReportLevelControlCurrentFrequency() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReportAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26003,9 +26003,9 @@ class ReadLevelControlMinFrequency : public ModelCommand ~ReadLevelControlMinFrequency() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReadAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26033,9 +26033,9 @@ class ReportLevelControlMinFrequency : public ModelCommand ~ReportLevelControlMinFrequency() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReportAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26072,9 +26072,9 @@ class ReadLevelControlMaxFrequency : public ModelCommand ~ReadLevelControlMaxFrequency() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReadAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26102,9 +26102,9 @@ class ReportLevelControlMaxFrequency : public ModelCommand ~ReportLevelControlMaxFrequency() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReportAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26141,9 +26141,9 @@ class ReadLevelControlOptions : public ModelCommand ~ReadLevelControlOptions() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReadAttribute (0x0000000F) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26169,9 +26169,9 @@ class WriteLevelControlOptions : public ModelCommand ~WriteLevelControlOptions() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) WriteAttribute (0x0000000F) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26197,9 +26197,9 @@ class ReportLevelControlOptions : public ModelCommand ~ReportLevelControlOptions() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReportAttribute (0x0000000F) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26236,9 +26236,9 @@ class ReadLevelControlOnOffTransitionTime : public ModelCommand ~ReadLevelControlOnOffTransitionTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReadAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26264,9 +26264,9 @@ class WriteLevelControlOnOffTransitionTime : public ModelCommand ~WriteLevelControlOnOffTransitionTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) WriteAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26292,9 +26292,9 @@ class ReportLevelControlOnOffTransitionTime : public ModelCommand ~ReportLevelControlOnOffTransitionTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReportAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26331,9 +26331,9 @@ class ReadLevelControlOnLevel : public ModelCommand ~ReadLevelControlOnLevel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReadAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26359,9 +26359,9 @@ class WriteLevelControlOnLevel : public ModelCommand ~WriteLevelControlOnLevel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) WriteAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26387,9 +26387,9 @@ class ReportLevelControlOnLevel : public ModelCommand ~ReportLevelControlOnLevel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReportAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26429,9 +26429,9 @@ class ReadLevelControlOnTransitionTime : public ModelCommand ~ReadLevelControlOnTransitionTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReadAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26457,9 +26457,9 @@ class WriteLevelControlOnTransitionTime : public ModelCommand ~WriteLevelControlOnTransitionTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) WriteAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26485,9 +26485,9 @@ class ReportLevelControlOnTransitionTime : public ModelCommand ~ReportLevelControlOnTransitionTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReportAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26527,9 +26527,9 @@ class ReadLevelControlOffTransitionTime : public ModelCommand ~ReadLevelControlOffTransitionTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReadAttribute (0x00000013) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26555,9 +26555,9 @@ class WriteLevelControlOffTransitionTime : public ModelCommand ~WriteLevelControlOffTransitionTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) WriteAttribute (0x00000013) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26583,9 +26583,9 @@ class ReportLevelControlOffTransitionTime : public ModelCommand ~ReportLevelControlOffTransitionTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReportAttribute (0x00000013) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26625,9 +26625,9 @@ class ReadLevelControlDefaultMoveRate : public ModelCommand ~ReadLevelControlDefaultMoveRate() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReadAttribute (0x00000014) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26653,9 +26653,9 @@ class WriteLevelControlDefaultMoveRate : public ModelCommand ~WriteLevelControlDefaultMoveRate() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) WriteAttribute (0x00000014) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26681,9 +26681,9 @@ class ReportLevelControlDefaultMoveRate : public ModelCommand ~ReportLevelControlDefaultMoveRate() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReportAttribute (0x00000014) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26723,9 +26723,9 @@ class ReadLevelControlStartUpCurrentLevel : public ModelCommand ~ReadLevelControlStartUpCurrentLevel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReadAttribute (0x00004000) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26751,9 +26751,9 @@ class WriteLevelControlStartUpCurrentLevel : public ModelCommand ~WriteLevelControlStartUpCurrentLevel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) WriteAttribute (0x00004000) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26779,9 +26779,9 @@ class ReportLevelControlStartUpCurrentLevel : public ModelCommand ~ReportLevelControlStartUpCurrentLevel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReportAttribute (0x00004000) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26821,9 +26821,9 @@ class ReadLevelControlAttributeList : public ModelCommand ~ReadLevelControlAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26851,9 +26851,9 @@ class ReportLevelControlAttributeList : public ModelCommand ~ReportLevelControlAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26893,9 +26893,9 @@ class ReadLevelControlFeatureMap : public ModelCommand ~ReadLevelControlFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReadAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26923,9 +26923,9 @@ class ReportLevelControlFeatureMap : public ModelCommand ~ReportLevelControlFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReportAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26962,9 +26962,9 @@ class ReadLevelControlClusterRevision : public ModelCommand ~ReadLevelControlClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -26992,9 +26992,9 @@ class ReportLevelControlClusterRevision : public ModelCommand ~ReportLevelControlClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0008) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000008) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::LevelControlCluster cluster; cluster.Associate(device, endpointId); @@ -27043,9 +27043,9 @@ class ReadLocalizationConfigurationActiveLocale : public ModelCommand ~ReadLocalizationConfigurationActiveLocale() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002B) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002B) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::LocalizationConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -27071,9 +27071,9 @@ class WriteLocalizationConfigurationActiveLocale : public ModelCommand ~WriteLocalizationConfigurationActiveLocale() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002B) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002B) WriteAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::LocalizationConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -27099,9 +27099,9 @@ class ReportLocalizationConfigurationActiveLocale : public ModelCommand ~ReportLocalizationConfigurationActiveLocale() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002B) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002B) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::LocalizationConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -27141,9 +27141,9 @@ class ReadLocalizationConfigurationSupportedLocales : public ModelCommand ~ReadLocalizationConfigurationSupportedLocales() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002B) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002B) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::LocalizationConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -27171,9 +27171,9 @@ class ReportLocalizationConfigurationSupportedLocales : public ModelCommand ~ReportLocalizationConfigurationSupportedLocales() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002B) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002B) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::LocalizationConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -27220,9 +27220,9 @@ class LowPowerSleep : public ModelCommand public: LowPowerSleep() : ModelCommand("sleep") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000508) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000508) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -27246,9 +27246,9 @@ class ReadLowPowerAttributeList : public ModelCommand ~ReadLowPowerAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0508) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000508) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::LowPowerCluster cluster; cluster.Associate(device, endpointId); @@ -27276,9 +27276,9 @@ class ReportLowPowerAttributeList : public ModelCommand ~ReportLowPowerAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0508) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000508) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::LowPowerCluster cluster; cluster.Associate(device, endpointId); @@ -27318,9 +27318,9 @@ class ReadLowPowerClusterRevision : public ModelCommand ~ReadLowPowerClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0508) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000508) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::LowPowerCluster cluster; cluster.Associate(device, endpointId); @@ -27348,9 +27348,9 @@ class ReportLowPowerClusterRevision : public ModelCommand ~ReportLowPowerClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0508) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000508) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::LowPowerCluster cluster; cluster.Associate(device, endpointId); @@ -27399,9 +27399,9 @@ class MediaInputHideInputStatusRequest : public ModelCommand public: MediaInputHideInputStatusRequest() : ModelCommand("hide-input-status-request") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000507) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000507) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -27424,9 +27424,9 @@ class MediaInputRenameInputRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000507) command (0x00000003) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000507) command (0x00000003) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -27448,9 +27448,9 @@ class MediaInputSelectInputRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000507) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000507) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -27468,9 +27468,9 @@ class MediaInputShowInputStatusRequest : public ModelCommand public: MediaInputShowInputStatusRequest() : ModelCommand("show-input-status-request") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000507) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000507) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -27494,9 +27494,9 @@ class ReadMediaInputMediaInputList : public ModelCommand ~ReadMediaInputMediaInputList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0507) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000507) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::MediaInputCluster cluster; cluster.Associate(device, endpointId); @@ -27526,9 +27526,9 @@ class ReportMediaInputMediaInputList : public ModelCommand ~ReportMediaInputMediaInputList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0507) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000507) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::MediaInputCluster cluster; cluster.Associate(device, endpointId); @@ -27570,9 +27570,9 @@ class ReadMediaInputCurrentMediaInput : public ModelCommand ~ReadMediaInputCurrentMediaInput() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0507) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000507) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::MediaInputCluster cluster; cluster.Associate(device, endpointId); @@ -27600,9 +27600,9 @@ class ReportMediaInputCurrentMediaInput : public ModelCommand ~ReportMediaInputCurrentMediaInput() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0507) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000507) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::MediaInputCluster cluster; cluster.Associate(device, endpointId); @@ -27639,9 +27639,9 @@ class ReadMediaInputAttributeList : public ModelCommand ~ReadMediaInputAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0507) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000507) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::MediaInputCluster cluster; cluster.Associate(device, endpointId); @@ -27669,9 +27669,9 @@ class ReportMediaInputAttributeList : public ModelCommand ~ReportMediaInputAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0507) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000507) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::MediaInputCluster cluster; cluster.Associate(device, endpointId); @@ -27711,9 +27711,9 @@ class ReadMediaInputClusterRevision : public ModelCommand ~ReadMediaInputClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0507) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000507) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::MediaInputCluster cluster; cluster.Associate(device, endpointId); @@ -27741,9 +27741,9 @@ class ReportMediaInputClusterRevision : public ModelCommand ~ReportMediaInputClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0507) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000507) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::MediaInputCluster cluster; cluster.Associate(device, endpointId); @@ -27803,9 +27803,9 @@ class MediaPlaybackFastForwardRequest : public ModelCommand public: MediaPlaybackFastForwardRequest() : ModelCommand("fast-forward-request") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000007) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000007) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnMediaPlaybackPlaybackResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -27823,9 +27823,9 @@ class MediaPlaybackNextRequest : public ModelCommand public: MediaPlaybackNextRequest() : ModelCommand("next-request") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000005) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000005) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnMediaPlaybackPlaybackResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -27843,9 +27843,9 @@ class MediaPlaybackPauseRequest : public ModelCommand public: MediaPlaybackPauseRequest() : ModelCommand("pause-request") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnMediaPlaybackPlaybackResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -27863,9 +27863,9 @@ class MediaPlaybackPlayRequest : public ModelCommand public: MediaPlaybackPlayRequest() : ModelCommand("play-request") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnMediaPlaybackPlaybackResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -27883,9 +27883,9 @@ class MediaPlaybackPreviousRequest : public ModelCommand public: MediaPlaybackPreviousRequest() : ModelCommand("previous-request") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000004) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000004) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnMediaPlaybackPlaybackResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -27903,9 +27903,9 @@ class MediaPlaybackRewindRequest : public ModelCommand public: MediaPlaybackRewindRequest() : ModelCommand("rewind-request") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000006) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000006) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnMediaPlaybackPlaybackResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -27927,9 +27927,9 @@ class MediaPlaybackSeekRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x0000000B) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x0000000B) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnMediaPlaybackPlaybackResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -27951,9 +27951,9 @@ class MediaPlaybackSkipBackwardRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000009) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000009) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnMediaPlaybackPlaybackResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -27975,9 +27975,9 @@ class MediaPlaybackSkipForwardRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000008) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000008) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnMediaPlaybackPlaybackResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -27995,9 +27995,9 @@ class MediaPlaybackStartOverRequest : public ModelCommand public: MediaPlaybackStartOverRequest() : ModelCommand("start-over-request") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000003) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000003) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnMediaPlaybackPlaybackResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -28015,9 +28015,9 @@ class MediaPlaybackStopRequest : public ModelCommand public: MediaPlaybackStopRequest() : ModelCommand("stop-request") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnMediaPlaybackPlaybackResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -28041,9 +28041,9 @@ class ReadMediaPlaybackPlaybackState : public ModelCommand ~ReadMediaPlaybackPlaybackState() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0506) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::MediaPlaybackCluster cluster; cluster.Associate(device, endpointId); @@ -28071,9 +28071,9 @@ class ReportMediaPlaybackPlaybackState : public ModelCommand ~ReportMediaPlaybackPlaybackState() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0506) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::MediaPlaybackCluster cluster; cluster.Associate(device, endpointId); @@ -28113,9 +28113,9 @@ class ReadMediaPlaybackStartTime : public ModelCommand ~ReadMediaPlaybackStartTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0506) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::MediaPlaybackCluster cluster; cluster.Associate(device, endpointId); @@ -28143,9 +28143,9 @@ class ReportMediaPlaybackStartTime : public ModelCommand ~ReportMediaPlaybackStartTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0506) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::MediaPlaybackCluster cluster; cluster.Associate(device, endpointId); @@ -28182,9 +28182,9 @@ class ReadMediaPlaybackDuration : public ModelCommand ~ReadMediaPlaybackDuration() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0506) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::MediaPlaybackCluster cluster; cluster.Associate(device, endpointId); @@ -28212,9 +28212,9 @@ class ReportMediaPlaybackDuration : public ModelCommand ~ReportMediaPlaybackDuration() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0506) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::MediaPlaybackCluster cluster; cluster.Associate(device, endpointId); @@ -28251,9 +28251,9 @@ class ReadMediaPlaybackPlaybackSpeed : public ModelCommand ~ReadMediaPlaybackPlaybackSpeed() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0506) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) ReadAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::MediaPlaybackCluster cluster; cluster.Associate(device, endpointId); @@ -28281,9 +28281,9 @@ class ReportMediaPlaybackPlaybackSpeed : public ModelCommand ~ReportMediaPlaybackPlaybackSpeed() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0506) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) ReportAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::MediaPlaybackCluster cluster; cluster.Associate(device, endpointId); @@ -28320,9 +28320,9 @@ class ReadMediaPlaybackSeekRangeEnd : public ModelCommand ~ReadMediaPlaybackSeekRangeEnd() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0506) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) ReadAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::MediaPlaybackCluster cluster; cluster.Associate(device, endpointId); @@ -28350,9 +28350,9 @@ class ReportMediaPlaybackSeekRangeEnd : public ModelCommand ~ReportMediaPlaybackSeekRangeEnd() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0506) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) ReportAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::MediaPlaybackCluster cluster; cluster.Associate(device, endpointId); @@ -28389,9 +28389,9 @@ class ReadMediaPlaybackSeekRangeStart : public ModelCommand ~ReadMediaPlaybackSeekRangeStart() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0506) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) ReadAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::MediaPlaybackCluster cluster; cluster.Associate(device, endpointId); @@ -28419,9 +28419,9 @@ class ReportMediaPlaybackSeekRangeStart : public ModelCommand ~ReportMediaPlaybackSeekRangeStart() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0506) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) ReportAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::MediaPlaybackCluster cluster; cluster.Associate(device, endpointId); @@ -28458,9 +28458,9 @@ class ReadMediaPlaybackAttributeList : public ModelCommand ~ReadMediaPlaybackAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0506) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::MediaPlaybackCluster cluster; cluster.Associate(device, endpointId); @@ -28488,9 +28488,9 @@ class ReportMediaPlaybackAttributeList : public ModelCommand ~ReportMediaPlaybackAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0506) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::MediaPlaybackCluster cluster; cluster.Associate(device, endpointId); @@ -28530,9 +28530,9 @@ class ReadMediaPlaybackClusterRevision : public ModelCommand ~ReadMediaPlaybackClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0506) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::MediaPlaybackCluster cluster; cluster.Associate(device, endpointId); @@ -28560,9 +28560,9 @@ class ReportMediaPlaybackClusterRevision : public ModelCommand ~ReportMediaPlaybackClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0506) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000506) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::MediaPlaybackCluster cluster; cluster.Associate(device, endpointId); @@ -28615,9 +28615,9 @@ class ModeSelectChangeToMode : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000050) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000050) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -28641,9 +28641,9 @@ class ReadModeSelectCurrentMode : public ModelCommand ~ReadModeSelectCurrentMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0050) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000050) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ModeSelectCluster cluster; cluster.Associate(device, endpointId); @@ -28671,9 +28671,9 @@ class ReportModeSelectCurrentMode : public ModelCommand ~ReportModeSelectCurrentMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0050) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000050) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ModeSelectCluster cluster; cluster.Associate(device, endpointId); @@ -28710,9 +28710,9 @@ class ReadModeSelectSupportedModes : public ModelCommand ~ReadModeSelectSupportedModes() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0050) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000050) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::ModeSelectCluster cluster; cluster.Associate(device, endpointId); @@ -28743,9 +28743,9 @@ class ReportModeSelectSupportedModes : public ModelCommand ~ReportModeSelectSupportedModes() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0050) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000050) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::ModeSelectCluster cluster; cluster.Associate(device, endpointId); @@ -28788,9 +28788,9 @@ class ReadModeSelectOnMode : public ModelCommand ~ReadModeSelectOnMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0050) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000050) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::ModeSelectCluster cluster; cluster.Associate(device, endpointId); @@ -28816,9 +28816,9 @@ class WriteModeSelectOnMode : public ModelCommand ~WriteModeSelectOnMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0050) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000050) WriteAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::ModeSelectCluster cluster; cluster.Associate(device, endpointId); @@ -28844,9 +28844,9 @@ class ReportModeSelectOnMode : public ModelCommand ~ReportModeSelectOnMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0050) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000050) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::ModeSelectCluster cluster; cluster.Associate(device, endpointId); @@ -28883,9 +28883,9 @@ class ReadModeSelectStartUpMode : public ModelCommand ~ReadModeSelectStartUpMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0050) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000050) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::ModeSelectCluster cluster; cluster.Associate(device, endpointId); @@ -28913,9 +28913,9 @@ class ReportModeSelectStartUpMode : public ModelCommand ~ReportModeSelectStartUpMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0050) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000050) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::ModeSelectCluster cluster; cluster.Associate(device, endpointId); @@ -28952,9 +28952,9 @@ class ReadModeSelectDescription : public ModelCommand ~ReadModeSelectDescription() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0050) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000050) ReadAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::ModeSelectCluster cluster; cluster.Associate(device, endpointId); @@ -28982,9 +28982,9 @@ class ReportModeSelectDescription : public ModelCommand ~ReportModeSelectDescription() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0050) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000050) ReportAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::ModeSelectCluster cluster; cluster.Associate(device, endpointId); @@ -29021,9 +29021,9 @@ class ReadModeSelectAttributeList : public ModelCommand ~ReadModeSelectAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0050) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000050) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ModeSelectCluster cluster; cluster.Associate(device, endpointId); @@ -29051,9 +29051,9 @@ class ReportModeSelectAttributeList : public ModelCommand ~ReportModeSelectAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0050) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000050) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ModeSelectCluster cluster; cluster.Associate(device, endpointId); @@ -29093,9 +29093,9 @@ class ReadModeSelectClusterRevision : public ModelCommand ~ReadModeSelectClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0050) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000050) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ModeSelectCluster cluster; cluster.Associate(device, endpointId); @@ -29123,9 +29123,9 @@ class ReportModeSelectClusterRevision : public ModelCommand ~ReportModeSelectClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0050) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000050) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ModeSelectCluster cluster; cluster.Associate(device, endpointId); @@ -29187,9 +29187,9 @@ class NetworkCommissioningAddOrUpdateThreadNetwork : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000031) command (0x00000003) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) command (0x00000003) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnNetworkCommissioningNetworkConfigResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -29213,9 +29213,9 @@ class NetworkCommissioningAddOrUpdateWiFiNetwork : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000031) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnNetworkCommissioningNetworkConfigResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -29238,9 +29238,9 @@ class NetworkCommissioningConnectNetwork : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000031) command (0x00000006) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) command (0x00000006) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnNetworkCommissioningConnectNetworkResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -29263,9 +29263,9 @@ class NetworkCommissioningRemoveNetwork : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000031) command (0x00000004) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) command (0x00000004) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnNetworkCommissioningNetworkConfigResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -29289,9 +29289,9 @@ class NetworkCommissioningReorderNetwork : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000031) command (0x00000008) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) command (0x00000008) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnNetworkCommissioningNetworkConfigResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -29314,9 +29314,9 @@ class NetworkCommissioningScanNetworks : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000031) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnNetworkCommissioningScanNetworksResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -29340,9 +29340,9 @@ class ReadNetworkCommissioningMaxNetworks : public ModelCommand ~ReadNetworkCommissioningMaxNetworks() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -29370,9 +29370,9 @@ class ReportNetworkCommissioningMaxNetworks : public ModelCommand ~ReportNetworkCommissioningMaxNetworks() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -29409,9 +29409,9 @@ class ReadNetworkCommissioningNetworks : public ModelCommand ~ReadNetworkCommissioningNetworks() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -29442,9 +29442,9 @@ class ReportNetworkCommissioningNetworks : public ModelCommand ~ReportNetworkCommissioningNetworks() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -29487,9 +29487,9 @@ class ReadNetworkCommissioningScanMaxTimeSeconds : public ModelCommand ~ReadNetworkCommissioningScanMaxTimeSeconds() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -29517,9 +29517,9 @@ class ReportNetworkCommissioningScanMaxTimeSeconds : public ModelCommand ~ReportNetworkCommissioningScanMaxTimeSeconds() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -29559,9 +29559,9 @@ class ReadNetworkCommissioningConnectMaxTimeSeconds : public ModelCommand ~ReadNetworkCommissioningConnectMaxTimeSeconds() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -29589,9 +29589,9 @@ class ReportNetworkCommissioningConnectMaxTimeSeconds : public ModelCommand ~ReportNetworkCommissioningConnectMaxTimeSeconds() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -29631,9 +29631,9 @@ class ReadNetworkCommissioningInterfaceEnabled : public ModelCommand ~ReadNetworkCommissioningInterfaceEnabled() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReadAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -29659,9 +29659,9 @@ class WriteNetworkCommissioningInterfaceEnabled : public ModelCommand ~WriteNetworkCommissioningInterfaceEnabled() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) WriteAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -29687,9 +29687,9 @@ class ReportNetworkCommissioningInterfaceEnabled : public ModelCommand ~ReportNetworkCommissioningInterfaceEnabled() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReportAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -29726,9 +29726,9 @@ class ReadNetworkCommissioningLastNetworkingStatus : public ModelCommand ~ReadNetworkCommissioningLastNetworkingStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReadAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -29756,9 +29756,9 @@ class ReportNetworkCommissioningLastNetworkingStatus : public ModelCommand ~ReportNetworkCommissioningLastNetworkingStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReportAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -29798,9 +29798,9 @@ class ReadNetworkCommissioningLastNetworkID : public ModelCommand ~ReadNetworkCommissioningLastNetworkID() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReadAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -29828,9 +29828,9 @@ class ReportNetworkCommissioningLastNetworkID : public ModelCommand ~ReportNetworkCommissioningLastNetworkID() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReportAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -29870,9 +29870,9 @@ class ReadNetworkCommissioningLastConnectErrorValue : public ModelCommand ~ReadNetworkCommissioningLastConnectErrorValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReadAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -29900,9 +29900,9 @@ class ReportNetworkCommissioningLastConnectErrorValue : public ModelCommand ~ReportNetworkCommissioningLastConnectErrorValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReportAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -29942,9 +29942,9 @@ class ReadNetworkCommissioningFeatureMap : public ModelCommand ~ReadNetworkCommissioningFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReadAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -29972,9 +29972,9 @@ class ReportNetworkCommissioningFeatureMap : public ModelCommand ~ReportNetworkCommissioningFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReportAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -30011,9 +30011,9 @@ class ReadNetworkCommissioningClusterRevision : public ModelCommand ~ReadNetworkCommissioningClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -30041,9 +30041,9 @@ class ReportNetworkCommissioningClusterRevision : public ModelCommand ~ReportNetworkCommissioningClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0031) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000031) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::NetworkCommissioningCluster cluster; cluster.Associate(device, endpointId); @@ -30094,9 +30094,9 @@ class OtaSoftwareUpdateProviderApplyUpdateRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000029) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000029) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnOtaSoftwareUpdateProviderApplyUpdateResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -30119,9 +30119,9 @@ class OtaSoftwareUpdateProviderNotifyUpdateApplied : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000029) command (0x00000004) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000029) command (0x00000004) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -30150,9 +30150,9 @@ class OtaSoftwareUpdateProviderQueryImage : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000029) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000029) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnOtaSoftwareUpdateProviderQueryImageResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -30176,9 +30176,9 @@ class ReadOtaSoftwareUpdateProviderAttributeList : public ModelCommand ~ReadOtaSoftwareUpdateProviderAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0029) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000029) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateProviderCluster cluster; cluster.Associate(device, endpointId); @@ -30206,9 +30206,9 @@ class ReportOtaSoftwareUpdateProviderAttributeList : public ModelCommand ~ReportOtaSoftwareUpdateProviderAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0029) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000029) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateProviderCluster cluster; cluster.Associate(device, endpointId); @@ -30248,9 +30248,9 @@ class ReadOtaSoftwareUpdateProviderClusterRevision : public ModelCommand ~ReadOtaSoftwareUpdateProviderClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0029) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000029) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateProviderCluster cluster; cluster.Associate(device, endpointId); @@ -30278,9 +30278,9 @@ class ReportOtaSoftwareUpdateProviderClusterRevision : public ModelCommand ~ReportOtaSoftwareUpdateProviderClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0029) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000029) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateProviderCluster cluster; cluster.Associate(device, endpointId); @@ -30344,9 +30344,9 @@ class OtaSoftwareUpdateRequestorAnnounceOtaProvider : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000002A) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -30370,9 +30370,9 @@ class ReadOtaSoftwareUpdateRequestorStateTransition : public ModelCommand ~ReadOtaSoftwareUpdateRequestorStateTransition() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002A) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) ReadEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateRequestorCluster cluster; cluster.Associate(device, endpointId); @@ -30401,9 +30401,9 @@ class ReportOtaSoftwareUpdateRequestorStateTransition : public ModelCommand ~ReportOtaSoftwareUpdateRequestorStateTransition() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002A) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) ReportEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateRequestorCluster cluster; cluster.Associate(device, endpointId); @@ -30443,9 +30443,9 @@ class ReadOtaSoftwareUpdateRequestorVersionApplied : public ModelCommand ~ReadOtaSoftwareUpdateRequestorVersionApplied() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002A) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) ReadEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateRequestorCluster cluster; cluster.Associate(device, endpointId); @@ -30474,9 +30474,9 @@ class ReportOtaSoftwareUpdateRequestorVersionApplied : public ModelCommand ~ReportOtaSoftwareUpdateRequestorVersionApplied() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002A) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) ReportEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateRequestorCluster cluster; cluster.Associate(device, endpointId); @@ -30516,9 +30516,9 @@ class ReadOtaSoftwareUpdateRequestorDownloadError : public ModelCommand ~ReadOtaSoftwareUpdateRequestorDownloadError() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002A) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) ReadEvent (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateRequestorCluster cluster; cluster.Associate(device, endpointId); @@ -30547,9 +30547,9 @@ class ReportOtaSoftwareUpdateRequestorDownloadError : public ModelCommand ~ReportOtaSoftwareUpdateRequestorDownloadError() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002A) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) ReportEvent (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateRequestorCluster cluster; cluster.Associate(device, endpointId); @@ -30590,9 +30590,9 @@ class ReadOtaSoftwareUpdateRequestorDefaultOtaProviders : public ModelCommand ~ReadOtaSoftwareUpdateRequestorDefaultOtaProviders() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002A) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateRequestorCluster cluster; cluster.Associate(device, endpointId); @@ -30623,9 +30623,9 @@ class ReportOtaSoftwareUpdateRequestorDefaultOtaProviders : public ModelCommand ~ReportOtaSoftwareUpdateRequestorDefaultOtaProviders() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002A) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateRequestorCluster cluster; cluster.Associate(device, endpointId); @@ -30669,9 +30669,9 @@ class ReadOtaSoftwareUpdateRequestorUpdatePossible : public ModelCommand ~ReadOtaSoftwareUpdateRequestorUpdatePossible() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002A) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateRequestorCluster cluster; cluster.Associate(device, endpointId); @@ -30699,9 +30699,9 @@ class ReportOtaSoftwareUpdateRequestorUpdatePossible : public ModelCommand ~ReportOtaSoftwareUpdateRequestorUpdatePossible() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002A) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateRequestorCluster cluster; cluster.Associate(device, endpointId); @@ -30741,9 +30741,9 @@ class ReadOtaSoftwareUpdateRequestorUpdateState : public ModelCommand ~ReadOtaSoftwareUpdateRequestorUpdateState() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002A) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateRequestorCluster cluster; cluster.Associate(device, endpointId); @@ -30771,9 +30771,9 @@ class ReportOtaSoftwareUpdateRequestorUpdateState : public ModelCommand ~ReportOtaSoftwareUpdateRequestorUpdateState() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002A) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateRequestorCluster cluster; cluster.Associate(device, endpointId); @@ -30813,9 +30813,9 @@ class ReadOtaSoftwareUpdateRequestorUpdateStateProgress : public ModelCommand ~ReadOtaSoftwareUpdateRequestorUpdateStateProgress() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002A) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateRequestorCluster cluster; cluster.Associate(device, endpointId); @@ -30843,9 +30843,9 @@ class ReportOtaSoftwareUpdateRequestorUpdateStateProgress : public ModelCommand ~ReportOtaSoftwareUpdateRequestorUpdateStateProgress() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002A) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateRequestorCluster cluster; cluster.Associate(device, endpointId); @@ -30886,9 +30886,9 @@ class ReadOtaSoftwareUpdateRequestorAttributeList : public ModelCommand ~ReadOtaSoftwareUpdateRequestorAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002A) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateRequestorCluster cluster; cluster.Associate(device, endpointId); @@ -30916,9 +30916,9 @@ class ReportOtaSoftwareUpdateRequestorAttributeList : public ModelCommand ~ReportOtaSoftwareUpdateRequestorAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002A) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateRequestorCluster cluster; cluster.Associate(device, endpointId); @@ -30958,9 +30958,9 @@ class ReadOtaSoftwareUpdateRequestorClusterRevision : public ModelCommand ~ReadOtaSoftwareUpdateRequestorClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002A) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateRequestorCluster cluster; cluster.Associate(device, endpointId); @@ -30988,9 +30988,9 @@ class ReportOtaSoftwareUpdateRequestorClusterRevision : public ModelCommand ~ReportOtaSoftwareUpdateRequestorClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002A) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002A) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::OtaSoftwareUpdateRequestorCluster cluster; cluster.Associate(device, endpointId); @@ -31045,9 +31045,9 @@ class ReadOccupancySensingOccupancy : public ModelCommand ~ReadOccupancySensingOccupancy() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0406) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000406) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::OccupancySensingCluster cluster; cluster.Associate(device, endpointId); @@ -31075,9 +31075,9 @@ class ReportOccupancySensingOccupancy : public ModelCommand ~ReportOccupancySensingOccupancy() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0406) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000406) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::OccupancySensingCluster cluster; cluster.Associate(device, endpointId); @@ -31114,9 +31114,9 @@ class ReadOccupancySensingOccupancySensorType : public ModelCommand ~ReadOccupancySensingOccupancySensorType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0406) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000406) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::OccupancySensingCluster cluster; cluster.Associate(device, endpointId); @@ -31144,9 +31144,9 @@ class ReportOccupancySensingOccupancySensorType : public ModelCommand ~ReportOccupancySensingOccupancySensorType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0406) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000406) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::OccupancySensingCluster cluster; cluster.Associate(device, endpointId); @@ -31183,9 +31183,9 @@ class ReadOccupancySensingOccupancySensorTypeBitmap : public ModelCommand ~ReadOccupancySensingOccupancySensorTypeBitmap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0406) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000406) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::OccupancySensingCluster cluster; cluster.Associate(device, endpointId); @@ -31213,9 +31213,9 @@ class ReportOccupancySensingOccupancySensorTypeBitmap : public ModelCommand ~ReportOccupancySensingOccupancySensorTypeBitmap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0406) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000406) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::OccupancySensingCluster cluster; cluster.Associate(device, endpointId); @@ -31255,9 +31255,9 @@ class ReadOccupancySensingAttributeList : public ModelCommand ~ReadOccupancySensingAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0406) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000406) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::OccupancySensingCluster cluster; cluster.Associate(device, endpointId); @@ -31285,9 +31285,9 @@ class ReportOccupancySensingAttributeList : public ModelCommand ~ReportOccupancySensingAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0406) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000406) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::OccupancySensingCluster cluster; cluster.Associate(device, endpointId); @@ -31327,9 +31327,9 @@ class ReadOccupancySensingClusterRevision : public ModelCommand ~ReadOccupancySensingClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0406) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000406) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::OccupancySensingCluster cluster; cluster.Associate(device, endpointId); @@ -31357,9 +31357,9 @@ class ReportOccupancySensingClusterRevision : public ModelCommand ~ReportOccupancySensingClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0406) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000406) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::OccupancySensingCluster cluster; cluster.Associate(device, endpointId); @@ -31414,9 +31414,9 @@ class OnOffOff : public ModelCommand public: OnOffOff() : ModelCommand("off") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000006) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -31441,9 +31441,9 @@ class OnOffOffWithEffect : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000006) command (0x00000040) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) command (0x00000040) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -31461,9 +31461,9 @@ class OnOffOn : public ModelCommand public: OnOffOn() : ModelCommand("on") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000006) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -31481,9 +31481,9 @@ class OnOffOnWithRecallGlobalScene : public ModelCommand public: OnOffOnWithRecallGlobalScene() : ModelCommand("on-with-recall-global-scene") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000006) command (0x00000041) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) command (0x00000041) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -31508,9 +31508,9 @@ class OnOffOnWithTimedOff : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000006) command (0x00000042) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) command (0x00000042) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -31528,9 +31528,9 @@ class OnOffToggle : public ModelCommand public: OnOffToggle() : ModelCommand("toggle") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000006) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -31554,9 +31554,9 @@ class ReadOnOffOnOff : public ModelCommand ~ReadOnOffOnOff() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -31584,9 +31584,9 @@ class ReportOnOffOnOff : public ModelCommand ~ReportOnOffOnOff() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -31623,9 +31623,9 @@ class ReadOnOffGlobalSceneControl : public ModelCommand ~ReadOnOffGlobalSceneControl() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) ReadAttribute (0x00004000) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -31653,9 +31653,9 @@ class ReportOnOffGlobalSceneControl : public ModelCommand ~ReportOnOffGlobalSceneControl() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) ReportAttribute (0x00004000) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -31692,9 +31692,9 @@ class ReadOnOffOnTime : public ModelCommand ~ReadOnOffOnTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) ReadAttribute (0x00004001) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -31720,9 +31720,9 @@ class WriteOnOffOnTime : public ModelCommand ~WriteOnOffOnTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) WriteAttribute (0x00004001) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -31748,9 +31748,9 @@ class ReportOnOffOnTime : public ModelCommand ~ReportOnOffOnTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) ReportAttribute (0x00004001) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -31787,9 +31787,9 @@ class ReadOnOffOffWaitTime : public ModelCommand ~ReadOnOffOffWaitTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) ReadAttribute (0x00004002) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -31815,9 +31815,9 @@ class WriteOnOffOffWaitTime : public ModelCommand ~WriteOnOffOffWaitTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) WriteAttribute (0x00004002) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -31843,9 +31843,9 @@ class ReportOnOffOffWaitTime : public ModelCommand ~ReportOnOffOffWaitTime() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) ReportAttribute (0x00004002) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -31882,9 +31882,9 @@ class ReadOnOffStartUpOnOff : public ModelCommand ~ReadOnOffStartUpOnOff() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) ReadAttribute (0x00004003) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -31910,9 +31910,9 @@ class WriteOnOffStartUpOnOff : public ModelCommand ~WriteOnOffStartUpOnOff() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) WriteAttribute (0x00004003) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -31938,9 +31938,9 @@ class ReportOnOffStartUpOnOff : public ModelCommand ~ReportOnOffStartUpOnOff() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) ReportAttribute (0x00004003) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -31977,9 +31977,9 @@ class ReadOnOffAttributeList : public ModelCommand ~ReadOnOffAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -32007,9 +32007,9 @@ class ReportOnOffAttributeList : public ModelCommand ~ReportOnOffAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -32049,9 +32049,9 @@ class ReadOnOffFeatureMap : public ModelCommand ~ReadOnOffFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) ReadAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -32079,9 +32079,9 @@ class ReportOnOffFeatureMap : public ModelCommand ~ReportOnOffFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) ReportAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -32118,9 +32118,9 @@ class ReadOnOffClusterRevision : public ModelCommand ~ReadOnOffClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -32148,9 +32148,9 @@ class ReportOnOffClusterRevision : public ModelCommand ~ReportOnOffClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0006) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000006) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffCluster cluster; cluster.Associate(device, endpointId); @@ -32201,9 +32201,9 @@ class ReadOnOffSwitchConfigurationSwitchType : public ModelCommand ~ReadOnOffSwitchConfigurationSwitchType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0007) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000007) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffSwitchConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -32231,9 +32231,9 @@ class ReportOnOffSwitchConfigurationSwitchType : public ModelCommand ~ReportOnOffSwitchConfigurationSwitchType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0007) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000007) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffSwitchConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -32270,9 +32270,9 @@ class ReadOnOffSwitchConfigurationSwitchActions : public ModelCommand ~ReadOnOffSwitchConfigurationSwitchActions() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0007) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000007) ReadAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffSwitchConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -32298,9 +32298,9 @@ class WriteOnOffSwitchConfigurationSwitchActions : public ModelCommand ~WriteOnOffSwitchConfigurationSwitchActions() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0007) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000007) WriteAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffSwitchConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -32326,9 +32326,9 @@ class ReportOnOffSwitchConfigurationSwitchActions : public ModelCommand ~ReportOnOffSwitchConfigurationSwitchActions() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0007) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000007) ReportAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffSwitchConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -32368,9 +32368,9 @@ class ReadOnOffSwitchConfigurationAttributeList : public ModelCommand ~ReadOnOffSwitchConfigurationAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0007) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000007) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffSwitchConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -32398,9 +32398,9 @@ class ReportOnOffSwitchConfigurationAttributeList : public ModelCommand ~ReportOnOffSwitchConfigurationAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0007) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000007) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffSwitchConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -32440,9 +32440,9 @@ class ReadOnOffSwitchConfigurationClusterRevision : public ModelCommand ~ReadOnOffSwitchConfigurationClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0007) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000007) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffSwitchConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -32470,9 +32470,9 @@ class ReportOnOffSwitchConfigurationClusterRevision : public ModelCommand ~ReportOnOffSwitchConfigurationClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0007) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000007) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::OnOffSwitchConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -32540,9 +32540,9 @@ class OperationalCredentialsAddNOC : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000003E) command (0x00000006) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) command (0x00000006) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnOperationalCredentialsNOCResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -32564,9 +32564,9 @@ class OperationalCredentialsAddTrustedRootCertificate : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000003E) command (0x0000000B) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) command (0x0000000B) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -32588,9 +32588,9 @@ class OperationalCredentialsAttestationRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000003E) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnOperationalCredentialsAttestationResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -32612,9 +32612,9 @@ class OperationalCredentialsCertificateChainRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000003E) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnOperationalCredentialsCertificateChainResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -32636,9 +32636,9 @@ class OperationalCredentialsOpCSRRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000003E) command (0x00000004) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) command (0x00000004) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnOperationalCredentialsOpCSRResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -32660,9 +32660,9 @@ class OperationalCredentialsRemoveFabric : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000003E) command (0x0000000A) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) command (0x0000000A) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnOperationalCredentialsNOCResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -32684,9 +32684,9 @@ class OperationalCredentialsRemoveTrustedRootCertificate : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000003E) command (0x0000000C) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) command (0x0000000C) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -32708,9 +32708,9 @@ class OperationalCredentialsUpdateFabricLabel : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000003E) command (0x00000009) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) command (0x00000009) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnOperationalCredentialsNOCResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -32733,9 +32733,9 @@ class OperationalCredentialsUpdateNOC : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000003E) command (0x00000007) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) command (0x00000007) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnOperationalCredentialsNOCResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -32759,9 +32759,9 @@ class ReadOperationalCredentialsFabricsList : public ModelCommand ~ReadOperationalCredentialsFabricsList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003E) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::OperationalCredentialsCluster cluster; cluster.Associate(device, endpointId); @@ -32792,9 +32792,9 @@ class ReportOperationalCredentialsFabricsList : public ModelCommand ~ReportOperationalCredentialsFabricsList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003E) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::OperationalCredentialsCluster cluster; cluster.Associate(device, endpointId); @@ -32836,9 +32836,9 @@ class ReadOperationalCredentialsSupportedFabrics : public ModelCommand ~ReadOperationalCredentialsSupportedFabrics() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003E) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::OperationalCredentialsCluster cluster; cluster.Associate(device, endpointId); @@ -32866,9 +32866,9 @@ class ReportOperationalCredentialsSupportedFabrics : public ModelCommand ~ReportOperationalCredentialsSupportedFabrics() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003E) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::OperationalCredentialsCluster cluster; cluster.Associate(device, endpointId); @@ -32908,9 +32908,9 @@ class ReadOperationalCredentialsCommissionedFabrics : public ModelCommand ~ReadOperationalCredentialsCommissionedFabrics() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003E) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::OperationalCredentialsCluster cluster; cluster.Associate(device, endpointId); @@ -32938,9 +32938,9 @@ class ReportOperationalCredentialsCommissionedFabrics : public ModelCommand ~ReportOperationalCredentialsCommissionedFabrics() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003E) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::OperationalCredentialsCluster cluster; cluster.Associate(device, endpointId); @@ -32980,9 +32980,9 @@ class ReadOperationalCredentialsTrustedRootCertificates : public ModelCommand ~ReadOperationalCredentialsTrustedRootCertificates() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003E) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) ReadAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::OperationalCredentialsCluster cluster; cluster.Associate(device, endpointId); @@ -33010,9 +33010,9 @@ class ReportOperationalCredentialsTrustedRootCertificates : public ModelCommand ~ReportOperationalCredentialsTrustedRootCertificates() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003E) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) ReportAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::OperationalCredentialsCluster cluster; cluster.Associate(device, endpointId); @@ -33053,9 +33053,9 @@ class ReadOperationalCredentialsCurrentFabricIndex : public ModelCommand ~ReadOperationalCredentialsCurrentFabricIndex() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003E) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) ReadAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::OperationalCredentialsCluster cluster; cluster.Associate(device, endpointId); @@ -33083,9 +33083,9 @@ class ReportOperationalCredentialsCurrentFabricIndex : public ModelCommand ~ReportOperationalCredentialsCurrentFabricIndex() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003E) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) ReportAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::OperationalCredentialsCluster cluster; cluster.Associate(device, endpointId); @@ -33125,9 +33125,9 @@ class ReadOperationalCredentialsAttributeList : public ModelCommand ~ReadOperationalCredentialsAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003E) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::OperationalCredentialsCluster cluster; cluster.Associate(device, endpointId); @@ -33155,9 +33155,9 @@ class ReportOperationalCredentialsAttributeList : public ModelCommand ~ReportOperationalCredentialsAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003E) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::OperationalCredentialsCluster cluster; cluster.Associate(device, endpointId); @@ -33197,9 +33197,9 @@ class ReadOperationalCredentialsClusterRevision : public ModelCommand ~ReadOperationalCredentialsClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003E) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::OperationalCredentialsCluster cluster; cluster.Associate(device, endpointId); @@ -33227,9 +33227,9 @@ class ReportOperationalCredentialsClusterRevision : public ModelCommand ~ReportOperationalCredentialsClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003E) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003E) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::OperationalCredentialsCluster cluster; cluster.Associate(device, endpointId); @@ -33291,9 +33291,9 @@ class ReadPowerSourceStatus : public ModelCommand ~ReadPowerSourceStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33321,9 +33321,9 @@ class ReportPowerSourceStatus : public ModelCommand ~ReportPowerSourceStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33360,9 +33360,9 @@ class ReadPowerSourceOrder : public ModelCommand ~ReadPowerSourceOrder() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33390,9 +33390,9 @@ class ReportPowerSourceOrder : public ModelCommand ~ReportPowerSourceOrder() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33429,9 +33429,9 @@ class ReadPowerSourceDescription : public ModelCommand ~ReadPowerSourceDescription() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33459,9 +33459,9 @@ class ReportPowerSourceDescription : public ModelCommand ~ReportPowerSourceDescription() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33498,9 +33498,9 @@ class ReadPowerSourceBatteryVoltage : public ModelCommand ~ReadPowerSourceBatteryVoltage() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReadAttribute (0x0000000B) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33528,9 +33528,9 @@ class ReportPowerSourceBatteryVoltage : public ModelCommand ~ReportPowerSourceBatteryVoltage() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReportAttribute (0x0000000B) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33567,9 +33567,9 @@ class ReadPowerSourceBatteryPercentRemaining : public ModelCommand ~ReadPowerSourceBatteryPercentRemaining() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReadAttribute (0x0000000C) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33597,9 +33597,9 @@ class ReportPowerSourceBatteryPercentRemaining : public ModelCommand ~ReportPowerSourceBatteryPercentRemaining() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReportAttribute (0x0000000C) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33636,9 +33636,9 @@ class ReadPowerSourceBatteryTimeRemaining : public ModelCommand ~ReadPowerSourceBatteryTimeRemaining() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReadAttribute (0x0000000D) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33666,9 +33666,9 @@ class ReportPowerSourceBatteryTimeRemaining : public ModelCommand ~ReportPowerSourceBatteryTimeRemaining() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReportAttribute (0x0000000D) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33705,9 +33705,9 @@ class ReadPowerSourceBatteryChargeLevel : public ModelCommand ~ReadPowerSourceBatteryChargeLevel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReadAttribute (0x0000000E) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33735,9 +33735,9 @@ class ReportPowerSourceBatteryChargeLevel : public ModelCommand ~ReportPowerSourceBatteryChargeLevel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReportAttribute (0x0000000E) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33774,9 +33774,9 @@ class ReadPowerSourceActiveBatteryFaults : public ModelCommand ~ReadPowerSourceActiveBatteryFaults() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReadAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33804,9 +33804,9 @@ class ReportPowerSourceActiveBatteryFaults : public ModelCommand ~ReportPowerSourceActiveBatteryFaults() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReportAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33846,9 +33846,9 @@ class ReadPowerSourceBatteryChargeState : public ModelCommand ~ReadPowerSourceBatteryChargeState() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReadAttribute (0x0000001A) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33876,9 +33876,9 @@ class ReportPowerSourceBatteryChargeState : public ModelCommand ~ReportPowerSourceBatteryChargeState() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReportAttribute (0x0000001A) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33915,9 +33915,9 @@ class ReadPowerSourceAttributeList : public ModelCommand ~ReadPowerSourceAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33945,9 +33945,9 @@ class ReportPowerSourceAttributeList : public ModelCommand ~ReportPowerSourceAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -33987,9 +33987,9 @@ class ReadPowerSourceFeatureMap : public ModelCommand ~ReadPowerSourceFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReadAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -34017,9 +34017,9 @@ class ReportPowerSourceFeatureMap : public ModelCommand ~ReportPowerSourceFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReportAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -34056,9 +34056,9 @@ class ReadPowerSourceClusterRevision : public ModelCommand ~ReadPowerSourceClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -34086,9 +34086,9 @@ class ReportPowerSourceClusterRevision : public ModelCommand ~ReportPowerSourceClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002F) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceCluster cluster; cluster.Associate(device, endpointId); @@ -34138,9 +34138,9 @@ class ReadPowerSourceConfigurationSources : public ModelCommand ~ReadPowerSourceConfigurationSources() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002E) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002E) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -34168,9 +34168,9 @@ class ReportPowerSourceConfigurationSources : public ModelCommand ~ReportPowerSourceConfigurationSources() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002E) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002E) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -34210,9 +34210,9 @@ class ReadPowerSourceConfigurationAttributeList : public ModelCommand ~ReadPowerSourceConfigurationAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002E) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002E) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -34240,9 +34240,9 @@ class ReportPowerSourceConfigurationAttributeList : public ModelCommand ~ReportPowerSourceConfigurationAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002E) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002E) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -34282,9 +34282,9 @@ class ReadPowerSourceConfigurationClusterRevision : public ModelCommand ~ReadPowerSourceConfigurationClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002E) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002E) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -34312,9 +34312,9 @@ class ReportPowerSourceConfigurationClusterRevision : public ModelCommand ~ReportPowerSourceConfigurationClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x002E) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000002E) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::PowerSourceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -34369,9 +34369,9 @@ class ReadPressureMeasurementMeasuredValue : public ModelCommand ~ReadPressureMeasurementMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0403) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000403) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::PressureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -34399,9 +34399,9 @@ class ReportPressureMeasurementMeasuredValue : public ModelCommand ~ReportPressureMeasurementMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0403) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000403) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::PressureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -34438,9 +34438,9 @@ class ReadPressureMeasurementMinMeasuredValue : public ModelCommand ~ReadPressureMeasurementMinMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0403) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000403) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::PressureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -34468,9 +34468,9 @@ class ReportPressureMeasurementMinMeasuredValue : public ModelCommand ~ReportPressureMeasurementMinMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0403) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000403) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::PressureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -34507,9 +34507,9 @@ class ReadPressureMeasurementMaxMeasuredValue : public ModelCommand ~ReadPressureMeasurementMaxMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0403) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000403) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::PressureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -34537,9 +34537,9 @@ class ReportPressureMeasurementMaxMeasuredValue : public ModelCommand ~ReportPressureMeasurementMaxMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0403) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000403) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::PressureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -34576,9 +34576,9 @@ class ReadPressureMeasurementAttributeList : public ModelCommand ~ReadPressureMeasurementAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0403) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000403) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::PressureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -34606,9 +34606,9 @@ class ReportPressureMeasurementAttributeList : public ModelCommand ~ReportPressureMeasurementAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0403) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000403) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::PressureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -34648,9 +34648,9 @@ class ReadPressureMeasurementClusterRevision : public ModelCommand ~ReadPressureMeasurementClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0403) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000403) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::PressureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -34678,9 +34678,9 @@ class ReportPressureMeasurementClusterRevision : public ModelCommand ~ReportPressureMeasurementClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0403) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000403) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::PressureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -34771,9 +34771,9 @@ class ReadPumpConfigurationAndControlSupplyVoltageLow : public ModelCommand ~ReadPumpConfigurationAndControlSupplyVoltageLow() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -34802,9 +34802,9 @@ class ReportPumpConfigurationAndControlSupplyVoltageLow : public ModelCommand ~ReportPumpConfigurationAndControlSupplyVoltageLow() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -34844,9 +34844,9 @@ class ReadPumpConfigurationAndControlSupplyVoltageHigh : public ModelCommand ~ReadPumpConfigurationAndControlSupplyVoltageHigh() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -34875,9 +34875,9 @@ class ReportPumpConfigurationAndControlSupplyVoltageHigh : public ModelCommand ~ReportPumpConfigurationAndControlSupplyVoltageHigh() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -34917,9 +34917,9 @@ class ReadPumpConfigurationAndControlPowerMissingPhase : public ModelCommand ~ReadPumpConfigurationAndControlPowerMissingPhase() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadEvent (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -34948,9 +34948,9 @@ class ReportPumpConfigurationAndControlPowerMissingPhase : public ModelCommand ~ReportPumpConfigurationAndControlPowerMissingPhase() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportEvent (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -34990,9 +34990,9 @@ class ReadPumpConfigurationAndControlSystemPressureLow : public ModelCommand ~ReadPumpConfigurationAndControlSystemPressureLow() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadEvent (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35021,9 +35021,9 @@ class ReportPumpConfigurationAndControlSystemPressureLow : public ModelCommand ~ReportPumpConfigurationAndControlSystemPressureLow() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportEvent (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35063,9 +35063,9 @@ class ReadPumpConfigurationAndControlSystemPressureHigh : public ModelCommand ~ReadPumpConfigurationAndControlSystemPressureHigh() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadEvent (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35094,9 +35094,9 @@ class ReportPumpConfigurationAndControlSystemPressureHigh : public ModelCommand ~ReportPumpConfigurationAndControlSystemPressureHigh() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportEvent (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35136,9 +35136,9 @@ class ReadPumpConfigurationAndControlDryRunning : public ModelCommand ~ReadPumpConfigurationAndControlDryRunning() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadEvent (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35167,9 +35167,9 @@ class ReportPumpConfigurationAndControlDryRunning : public ModelCommand ~ReportPumpConfigurationAndControlDryRunning() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportEvent (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35209,9 +35209,9 @@ class ReadPumpConfigurationAndControlMotorTemperatureHigh : public ModelCommand ~ReadPumpConfigurationAndControlMotorTemperatureHigh() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadEvent (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35240,9 +35240,9 @@ class ReportPumpConfigurationAndControlMotorTemperatureHigh : public ModelComman ~ReportPumpConfigurationAndControlMotorTemperatureHigh() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportEvent (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35283,9 +35283,9 @@ class ReadPumpConfigurationAndControlPumpMotorFatalFailure : public ModelCommand ~ReadPumpConfigurationAndControlPumpMotorFatalFailure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadEvent (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35315,9 +35315,9 @@ class ReportPumpConfigurationAndControlPumpMotorFatalFailure : public ModelComma ~ReportPumpConfigurationAndControlPumpMotorFatalFailure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportEvent (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35358,9 +35358,9 @@ class ReadPumpConfigurationAndControlElectronicTemperatureHigh : public ModelCom ~ReadPumpConfigurationAndControlElectronicTemperatureHigh() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadEvent (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35391,9 +35391,9 @@ class ReportPumpConfigurationAndControlElectronicTemperatureHigh : public ModelC ~ReportPumpConfigurationAndControlElectronicTemperatureHigh() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportEvent (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35435,9 +35435,9 @@ class ReadPumpConfigurationAndControlPumpBlocked : public ModelCommand ~ReadPumpConfigurationAndControlPumpBlocked() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadEvent (0x00000009) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35466,9 +35466,9 @@ class ReportPumpConfigurationAndControlPumpBlocked : public ModelCommand ~ReportPumpConfigurationAndControlPumpBlocked() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportEvent (0x00000009) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35508,9 +35508,9 @@ class ReadPumpConfigurationAndControlSensorFailure : public ModelCommand ~ReadPumpConfigurationAndControlSensorFailure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadEvent (0x0000000A) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35539,9 +35539,9 @@ class ReportPumpConfigurationAndControlSensorFailure : public ModelCommand ~ReportPumpConfigurationAndControlSensorFailure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportEvent (0x0000000A) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35581,9 +35581,9 @@ class ReadPumpConfigurationAndControlElectronicNonFatalFailure : public ModelCom ~ReadPumpConfigurationAndControlElectronicNonFatalFailure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadEvent (0x0000000B) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35614,9 +35614,9 @@ class ReportPumpConfigurationAndControlElectronicNonFatalFailure : public ModelC ~ReportPumpConfigurationAndControlElectronicNonFatalFailure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportEvent (0x0000000B) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35658,9 +35658,9 @@ class ReadPumpConfigurationAndControlElectronicFatalFailure : public ModelComman ~ReadPumpConfigurationAndControlElectronicFatalFailure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadEvent (0x0000000C) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35690,9 +35690,9 @@ class ReportPumpConfigurationAndControlElectronicFatalFailure : public ModelComm ~ReportPumpConfigurationAndControlElectronicFatalFailure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportEvent (0x0000000C) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35733,9 +35733,9 @@ class ReadPumpConfigurationAndControlGeneralFault : public ModelCommand ~ReadPumpConfigurationAndControlGeneralFault() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadEvent (0x0000000D) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35764,9 +35764,9 @@ class ReportPumpConfigurationAndControlGeneralFault : public ModelCommand ~ReportPumpConfigurationAndControlGeneralFault() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportEvent (0x0000000D) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35806,9 +35806,9 @@ class ReadPumpConfigurationAndControlLeakage : public ModelCommand ~ReadPumpConfigurationAndControlLeakage() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadEvent (0x0000000E) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35837,9 +35837,9 @@ class ReportPumpConfigurationAndControlLeakage : public ModelCommand ~ReportPumpConfigurationAndControlLeakage() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportEvent (0x0000000E) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35879,9 +35879,9 @@ class ReadPumpConfigurationAndControlAirDetection : public ModelCommand ~ReadPumpConfigurationAndControlAirDetection() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadEvent (0x0000000F) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35910,9 +35910,9 @@ class ReportPumpConfigurationAndControlAirDetection : public ModelCommand ~ReportPumpConfigurationAndControlAirDetection() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportEvent (0x0000000F) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35952,9 +35952,9 @@ class ReadPumpConfigurationAndControlTurbineOperation : public ModelCommand ~ReadPumpConfigurationAndControlTurbineOperation() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadEvent (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -35983,9 +35983,9 @@ class ReportPumpConfigurationAndControlTurbineOperation : public ModelCommand ~ReportPumpConfigurationAndControlTurbineOperation() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportEvent (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36026,9 +36026,9 @@ class ReadPumpConfigurationAndControlMaxPressure : public ModelCommand ~ReadPumpConfigurationAndControlMaxPressure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36056,9 +36056,9 @@ class ReportPumpConfigurationAndControlMaxPressure : public ModelCommand ~ReportPumpConfigurationAndControlMaxPressure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36098,9 +36098,9 @@ class ReadPumpConfigurationAndControlMaxSpeed : public ModelCommand ~ReadPumpConfigurationAndControlMaxSpeed() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36128,9 +36128,9 @@ class ReportPumpConfigurationAndControlMaxSpeed : public ModelCommand ~ReportPumpConfigurationAndControlMaxSpeed() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36167,9 +36167,9 @@ class ReadPumpConfigurationAndControlMaxFlow : public ModelCommand ~ReadPumpConfigurationAndControlMaxFlow() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36197,9 +36197,9 @@ class ReportPumpConfigurationAndControlMaxFlow : public ModelCommand ~ReportPumpConfigurationAndControlMaxFlow() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36236,9 +36236,9 @@ class ReadPumpConfigurationAndControlMinConstPressure : public ModelCommand ~ReadPumpConfigurationAndControlMinConstPressure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36266,9 +36266,9 @@ class ReportPumpConfigurationAndControlMinConstPressure : public ModelCommand ~ReportPumpConfigurationAndControlMinConstPressure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36308,9 +36308,9 @@ class ReadPumpConfigurationAndControlMaxConstPressure : public ModelCommand ~ReadPumpConfigurationAndControlMaxConstPressure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36338,9 +36338,9 @@ class ReportPumpConfigurationAndControlMaxConstPressure : public ModelCommand ~ReportPumpConfigurationAndControlMaxConstPressure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36380,9 +36380,9 @@ class ReadPumpConfigurationAndControlMinCompPressure : public ModelCommand ~ReadPumpConfigurationAndControlMinCompPressure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36410,9 +36410,9 @@ class ReportPumpConfigurationAndControlMinCompPressure : public ModelCommand ~ReportPumpConfigurationAndControlMinCompPressure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36452,9 +36452,9 @@ class ReadPumpConfigurationAndControlMaxCompPressure : public ModelCommand ~ReadPumpConfigurationAndControlMaxCompPressure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36482,9 +36482,9 @@ class ReportPumpConfigurationAndControlMaxCompPressure : public ModelCommand ~ReportPumpConfigurationAndControlMaxCompPressure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36524,9 +36524,9 @@ class ReadPumpConfigurationAndControlMinConstSpeed : public ModelCommand ~ReadPumpConfigurationAndControlMinConstSpeed() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36554,9 +36554,9 @@ class ReportPumpConfigurationAndControlMinConstSpeed : public ModelCommand ~ReportPumpConfigurationAndControlMinConstSpeed() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36596,9 +36596,9 @@ class ReadPumpConfigurationAndControlMaxConstSpeed : public ModelCommand ~ReadPumpConfigurationAndControlMaxConstSpeed() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36626,9 +36626,9 @@ class ReportPumpConfigurationAndControlMaxConstSpeed : public ModelCommand ~ReportPumpConfigurationAndControlMaxConstSpeed() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36668,9 +36668,9 @@ class ReadPumpConfigurationAndControlMinConstFlow : public ModelCommand ~ReadPumpConfigurationAndControlMinConstFlow() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000009) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36698,9 +36698,9 @@ class ReportPumpConfigurationAndControlMinConstFlow : public ModelCommand ~ReportPumpConfigurationAndControlMinConstFlow() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000009) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36740,9 +36740,9 @@ class ReadPumpConfigurationAndControlMaxConstFlow : public ModelCommand ~ReadPumpConfigurationAndControlMaxConstFlow() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x0000000A) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36770,9 +36770,9 @@ class ReportPumpConfigurationAndControlMaxConstFlow : public ModelCommand ~ReportPumpConfigurationAndControlMaxConstFlow() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x0000000A) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36812,9 +36812,9 @@ class ReadPumpConfigurationAndControlMinConstTemp : public ModelCommand ~ReadPumpConfigurationAndControlMinConstTemp() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x0000000B) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36842,9 +36842,9 @@ class ReportPumpConfigurationAndControlMinConstTemp : public ModelCommand ~ReportPumpConfigurationAndControlMinConstTemp() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x0000000B) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36884,9 +36884,9 @@ class ReadPumpConfigurationAndControlMaxConstTemp : public ModelCommand ~ReadPumpConfigurationAndControlMaxConstTemp() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x0000000C) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36914,9 +36914,9 @@ class ReportPumpConfigurationAndControlMaxConstTemp : public ModelCommand ~ReportPumpConfigurationAndControlMaxConstTemp() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x0000000C) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36956,9 +36956,9 @@ class ReadPumpConfigurationAndControlPumpStatus : public ModelCommand ~ReadPumpConfigurationAndControlPumpStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -36986,9 +36986,9 @@ class ReportPumpConfigurationAndControlPumpStatus : public ModelCommand ~ReportPumpConfigurationAndControlPumpStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37028,9 +37028,9 @@ class ReadPumpConfigurationAndControlEffectiveOperationMode : public ModelComman ~ReadPumpConfigurationAndControlEffectiveOperationMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37059,9 +37059,9 @@ class ReportPumpConfigurationAndControlEffectiveOperationMode : public ModelComm ~ReportPumpConfigurationAndControlEffectiveOperationMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37102,9 +37102,9 @@ class ReadPumpConfigurationAndControlEffectiveControlMode : public ModelCommand ~ReadPumpConfigurationAndControlEffectiveControlMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37132,9 +37132,9 @@ class ReportPumpConfigurationAndControlEffectiveControlMode : public ModelComman ~ReportPumpConfigurationAndControlEffectiveControlMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37175,9 +37175,9 @@ class ReadPumpConfigurationAndControlCapacity : public ModelCommand ~ReadPumpConfigurationAndControlCapacity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000013) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37205,9 +37205,9 @@ class ReportPumpConfigurationAndControlCapacity : public ModelCommand ~ReportPumpConfigurationAndControlCapacity() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000013) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37244,9 +37244,9 @@ class ReadPumpConfigurationAndControlSpeed : public ModelCommand ~ReadPumpConfigurationAndControlSpeed() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000014) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37274,9 +37274,9 @@ class ReportPumpConfigurationAndControlSpeed : public ModelCommand ~ReportPumpConfigurationAndControlSpeed() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000014) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37313,9 +37313,9 @@ class ReadPumpConfigurationAndControlLifetimeRunningHours : public ModelCommand ~ReadPumpConfigurationAndControlLifetimeRunningHours() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000015) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37341,9 +37341,9 @@ class WritePumpConfigurationAndControlLifetimeRunningHours : public ModelCommand ~WritePumpConfigurationAndControlLifetimeRunningHours() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) WriteAttribute (0x00000015) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37369,9 +37369,9 @@ class ReportPumpConfigurationAndControlLifetimeRunningHours : public ModelComman ~ReportPumpConfigurationAndControlLifetimeRunningHours() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000015) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37412,9 +37412,9 @@ class ReadPumpConfigurationAndControlPower : public ModelCommand ~ReadPumpConfigurationAndControlPower() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000016) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37442,9 +37442,9 @@ class ReportPumpConfigurationAndControlPower : public ModelCommand ~ReportPumpConfigurationAndControlPower() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000016) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37481,9 +37481,9 @@ class ReadPumpConfigurationAndControlLifetimeEnergyConsumed : public ModelComman ~ReadPumpConfigurationAndControlLifetimeEnergyConsumed() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000017) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37510,9 +37510,9 @@ class WritePumpConfigurationAndControlLifetimeEnergyConsumed : public ModelComma ~WritePumpConfigurationAndControlLifetimeEnergyConsumed() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) WriteAttribute (0x00000017) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37539,9 +37539,9 @@ class ReportPumpConfigurationAndControlLifetimeEnergyConsumed : public ModelComm ~ReportPumpConfigurationAndControlLifetimeEnergyConsumed() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000017) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37582,9 +37582,9 @@ class ReadPumpConfigurationAndControlOperationMode : public ModelCommand ~ReadPumpConfigurationAndControlOperationMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000020) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37610,9 +37610,9 @@ class WritePumpConfigurationAndControlOperationMode : public ModelCommand ~WritePumpConfigurationAndControlOperationMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) WriteAttribute (0x00000020) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37638,9 +37638,9 @@ class ReportPumpConfigurationAndControlOperationMode : public ModelCommand ~ReportPumpConfigurationAndControlOperationMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000020) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37680,9 +37680,9 @@ class ReadPumpConfigurationAndControlControlMode : public ModelCommand ~ReadPumpConfigurationAndControlControlMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000021) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37708,9 +37708,9 @@ class WritePumpConfigurationAndControlControlMode : public ModelCommand ~WritePumpConfigurationAndControlControlMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) WriteAttribute (0x00000021) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37736,9 +37736,9 @@ class ReportPumpConfigurationAndControlControlMode : public ModelCommand ~ReportPumpConfigurationAndControlControlMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000021) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37778,9 +37778,9 @@ class ReadPumpConfigurationAndControlAlarmMask : public ModelCommand ~ReadPumpConfigurationAndControlAlarmMask() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x00000022) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37808,9 +37808,9 @@ class ReportPumpConfigurationAndControlAlarmMask : public ModelCommand ~ReportPumpConfigurationAndControlAlarmMask() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x00000022) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37850,9 +37850,9 @@ class ReadPumpConfigurationAndControlAttributeList : public ModelCommand ~ReadPumpConfigurationAndControlAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37880,9 +37880,9 @@ class ReportPumpConfigurationAndControlAttributeList : public ModelCommand ~ReportPumpConfigurationAndControlAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37922,9 +37922,9 @@ class ReadPumpConfigurationAndControlFeatureMap : public ModelCommand ~ReadPumpConfigurationAndControlFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37952,9 +37952,9 @@ class ReportPumpConfigurationAndControlFeatureMap : public ModelCommand ~ReportPumpConfigurationAndControlFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -37994,9 +37994,9 @@ class ReadPumpConfigurationAndControlClusterRevision : public ModelCommand ~ReadPumpConfigurationAndControlClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -38024,9 +38024,9 @@ class ReportPumpConfigurationAndControlClusterRevision : public ModelCommand ~ReportPumpConfigurationAndControlClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0200) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000200) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::PumpConfigurationAndControlCluster cluster; cluster.Associate(device, endpointId); @@ -38082,9 +38082,9 @@ class ReadRelativeHumidityMeasurementMeasuredValue : public ModelCommand ~ReadRelativeHumidityMeasurementMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0405) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000405) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::RelativeHumidityMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -38112,9 +38112,9 @@ class ReportRelativeHumidityMeasurementMeasuredValue : public ModelCommand ~ReportRelativeHumidityMeasurementMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0405) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000405) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::RelativeHumidityMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -38154,9 +38154,9 @@ class ReadRelativeHumidityMeasurementMinMeasuredValue : public ModelCommand ~ReadRelativeHumidityMeasurementMinMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0405) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000405) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::RelativeHumidityMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -38184,9 +38184,9 @@ class ReportRelativeHumidityMeasurementMinMeasuredValue : public ModelCommand ~ReportRelativeHumidityMeasurementMinMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0405) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000405) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::RelativeHumidityMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -38226,9 +38226,9 @@ class ReadRelativeHumidityMeasurementMaxMeasuredValue : public ModelCommand ~ReadRelativeHumidityMeasurementMaxMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0405) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000405) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::RelativeHumidityMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -38256,9 +38256,9 @@ class ReportRelativeHumidityMeasurementMaxMeasuredValue : public ModelCommand ~ReportRelativeHumidityMeasurementMaxMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0405) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000405) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::RelativeHumidityMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -38298,9 +38298,9 @@ class ReadRelativeHumidityMeasurementTolerance : public ModelCommand ~ReadRelativeHumidityMeasurementTolerance() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0405) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000405) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::RelativeHumidityMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -38328,9 +38328,9 @@ class ReportRelativeHumidityMeasurementTolerance : public ModelCommand ~ReportRelativeHumidityMeasurementTolerance() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0405) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000405) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::RelativeHumidityMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -38370,9 +38370,9 @@ class ReadRelativeHumidityMeasurementAttributeList : public ModelCommand ~ReadRelativeHumidityMeasurementAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0405) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000405) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::RelativeHumidityMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -38400,9 +38400,9 @@ class ReportRelativeHumidityMeasurementAttributeList : public ModelCommand ~ReportRelativeHumidityMeasurementAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0405) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000405) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::RelativeHumidityMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -38442,9 +38442,9 @@ class ReadRelativeHumidityMeasurementClusterRevision : public ModelCommand ~ReadRelativeHumidityMeasurementClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0405) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000405) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::RelativeHumidityMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -38472,9 +38472,9 @@ class ReportRelativeHumidityMeasurementClusterRevision : public ModelCommand ~ReportRelativeHumidityMeasurementClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0405) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000405) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::RelativeHumidityMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -38540,9 +38540,9 @@ class ScenesAddScene : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000005) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnScenesAddSceneResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -38564,9 +38564,9 @@ class ScenesGetSceneMembership : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000005) command (0x00000006) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) command (0x00000006) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnScenesGetSceneMembershipResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -38590,9 +38590,9 @@ class ScenesRecallScene : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000005) command (0x00000005) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) command (0x00000005) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -38614,9 +38614,9 @@ class ScenesRemoveAllScenes : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000005) command (0x00000003) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) command (0x00000003) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnScenesRemoveAllScenesResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -38639,9 +38639,9 @@ class ScenesRemoveScene : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000005) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnScenesRemoveSceneResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -38664,9 +38664,9 @@ class ScenesStoreScene : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000005) command (0x00000004) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) command (0x00000004) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnScenesStoreSceneResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -38689,9 +38689,9 @@ class ScenesViewScene : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000005) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnScenesViewSceneResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -38715,9 +38715,9 @@ class ReadScenesSceneCount : public ModelCommand ~ReadScenesSceneCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0005) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ScenesCluster cluster; cluster.Associate(device, endpointId); @@ -38745,9 +38745,9 @@ class ReportScenesSceneCount : public ModelCommand ~ReportScenesSceneCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0005) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ScenesCluster cluster; cluster.Associate(device, endpointId); @@ -38784,9 +38784,9 @@ class ReadScenesCurrentScene : public ModelCommand ~ReadScenesCurrentScene() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0005) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::ScenesCluster cluster; cluster.Associate(device, endpointId); @@ -38814,9 +38814,9 @@ class ReportScenesCurrentScene : public ModelCommand ~ReportScenesCurrentScene() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0005) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::ScenesCluster cluster; cluster.Associate(device, endpointId); @@ -38853,9 +38853,9 @@ class ReadScenesCurrentGroup : public ModelCommand ~ReadScenesCurrentGroup() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0005) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::ScenesCluster cluster; cluster.Associate(device, endpointId); @@ -38883,9 +38883,9 @@ class ReportScenesCurrentGroup : public ModelCommand ~ReportScenesCurrentGroup() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0005) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::ScenesCluster cluster; cluster.Associate(device, endpointId); @@ -38922,9 +38922,9 @@ class ReadScenesSceneValid : public ModelCommand ~ReadScenesSceneValid() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0005) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::ScenesCluster cluster; cluster.Associate(device, endpointId); @@ -38952,9 +38952,9 @@ class ReportScenesSceneValid : public ModelCommand ~ReportScenesSceneValid() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0005) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::ScenesCluster cluster; cluster.Associate(device, endpointId); @@ -38991,9 +38991,9 @@ class ReadScenesNameSupport : public ModelCommand ~ReadScenesNameSupport() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0005) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) ReadAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::ScenesCluster cluster; cluster.Associate(device, endpointId); @@ -39021,9 +39021,9 @@ class ReportScenesNameSupport : public ModelCommand ~ReportScenesNameSupport() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0005) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) ReportAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::ScenesCluster cluster; cluster.Associate(device, endpointId); @@ -39060,9 +39060,9 @@ class ReadScenesAttributeList : public ModelCommand ~ReadScenesAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0005) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ScenesCluster cluster; cluster.Associate(device, endpointId); @@ -39090,9 +39090,9 @@ class ReportScenesAttributeList : public ModelCommand ~ReportScenesAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0005) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ScenesCluster cluster; cluster.Associate(device, endpointId); @@ -39132,9 +39132,9 @@ class ReadScenesClusterRevision : public ModelCommand ~ReadScenesClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0005) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ScenesCluster cluster; cluster.Associate(device, endpointId); @@ -39162,9 +39162,9 @@ class ReportScenesClusterRevision : public ModelCommand ~ReportScenesClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0005) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000005) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ScenesCluster cluster; cluster.Associate(device, endpointId); @@ -39214,9 +39214,9 @@ class SoftwareDiagnosticsResetWatermarks : public ModelCommand public: SoftwareDiagnosticsResetWatermarks() : ModelCommand("reset-watermarks") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000034) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000034) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -39240,9 +39240,9 @@ class ReadSoftwareDiagnosticsSoftwareFault : public ModelCommand ~ReadSoftwareDiagnosticsSoftwareFault() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0034) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000034) ReadEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::SoftwareDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -39271,9 +39271,9 @@ class ReportSoftwareDiagnosticsSoftwareFault : public ModelCommand ~ReportSoftwareDiagnosticsSoftwareFault() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0034) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000034) ReportEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::SoftwareDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -39313,9 +39313,9 @@ class ReadSoftwareDiagnosticsThreadMetrics : public ModelCommand ~ReadSoftwareDiagnosticsThreadMetrics() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0034) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000034) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::SoftwareDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -39346,9 +39346,9 @@ class ReportSoftwareDiagnosticsThreadMetrics : public ModelCommand ~ReportSoftwareDiagnosticsThreadMetrics() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0034) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000034) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::SoftwareDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -39391,9 +39391,9 @@ class ReadSoftwareDiagnosticsCurrentHeapFree : public ModelCommand ~ReadSoftwareDiagnosticsCurrentHeapFree() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0034) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000034) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::SoftwareDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -39421,9 +39421,9 @@ class ReportSoftwareDiagnosticsCurrentHeapFree : public ModelCommand ~ReportSoftwareDiagnosticsCurrentHeapFree() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0034) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000034) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::SoftwareDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -39460,9 +39460,9 @@ class ReadSoftwareDiagnosticsCurrentHeapUsed : public ModelCommand ~ReadSoftwareDiagnosticsCurrentHeapUsed() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0034) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000034) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::SoftwareDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -39490,9 +39490,9 @@ class ReportSoftwareDiagnosticsCurrentHeapUsed : public ModelCommand ~ReportSoftwareDiagnosticsCurrentHeapUsed() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0034) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000034) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::SoftwareDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -39529,9 +39529,9 @@ class ReadSoftwareDiagnosticsCurrentHeapHighWatermark : public ModelCommand ~ReadSoftwareDiagnosticsCurrentHeapHighWatermark() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0034) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000034) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::SoftwareDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -39559,9 +39559,9 @@ class ReportSoftwareDiagnosticsCurrentHeapHighWatermark : public ModelCommand ~ReportSoftwareDiagnosticsCurrentHeapHighWatermark() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0034) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000034) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::SoftwareDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -39601,9 +39601,9 @@ class ReadSoftwareDiagnosticsAttributeList : public ModelCommand ~ReadSoftwareDiagnosticsAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0034) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000034) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::SoftwareDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -39631,9 +39631,9 @@ class ReportSoftwareDiagnosticsAttributeList : public ModelCommand ~ReportSoftwareDiagnosticsAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0034) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000034) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::SoftwareDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -39673,9 +39673,9 @@ class ReadSoftwareDiagnosticsFeatureMap : public ModelCommand ~ReadSoftwareDiagnosticsFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0034) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000034) ReadAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::SoftwareDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -39703,9 +39703,9 @@ class ReportSoftwareDiagnosticsFeatureMap : public ModelCommand ~ReportSoftwareDiagnosticsFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0034) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000034) ReportAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::SoftwareDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -39742,9 +39742,9 @@ class ReadSoftwareDiagnosticsClusterRevision : public ModelCommand ~ReadSoftwareDiagnosticsClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0034) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000034) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::SoftwareDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -39772,9 +39772,9 @@ class ReportSoftwareDiagnosticsClusterRevision : public ModelCommand ~ReportSoftwareDiagnosticsClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0034) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000034) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::SoftwareDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -39834,9 +39834,9 @@ class ReadSwitchSwitchLatched : public ModelCommand ~ReadSwitchSwitchLatched() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReadEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -39864,9 +39864,9 @@ class ReportSwitchSwitchLatched : public ModelCommand ~ReportSwitchSwitchLatched() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReportEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -39905,9 +39905,9 @@ class ReadSwitchInitialPress : public ModelCommand ~ReadSwitchInitialPress() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReadEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -39935,9 +39935,9 @@ class ReportSwitchInitialPress : public ModelCommand ~ReportSwitchInitialPress() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReportEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -39976,9 +39976,9 @@ class ReadSwitchLongPress : public ModelCommand ~ReadSwitchLongPress() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReadEvent (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40006,9 +40006,9 @@ class ReportSwitchLongPress : public ModelCommand ~ReportSwitchLongPress() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReportEvent (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40047,9 +40047,9 @@ class ReadSwitchShortRelease : public ModelCommand ~ReadSwitchShortRelease() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReadEvent (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40077,9 +40077,9 @@ class ReportSwitchShortRelease : public ModelCommand ~ReportSwitchShortRelease() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReportEvent (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40118,9 +40118,9 @@ class ReadSwitchLongRelease : public ModelCommand ~ReadSwitchLongRelease() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReadEvent (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40148,9 +40148,9 @@ class ReportSwitchLongRelease : public ModelCommand ~ReportSwitchLongRelease() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReportEvent (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40189,9 +40189,9 @@ class ReadSwitchMultiPressOngoing : public ModelCommand ~ReadSwitchMultiPressOngoing() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReadEvent (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40219,9 +40219,9 @@ class ReportSwitchMultiPressOngoing : public ModelCommand ~ReportSwitchMultiPressOngoing() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReportEvent (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40260,9 +40260,9 @@ class ReadSwitchMultiPressComplete : public ModelCommand ~ReadSwitchMultiPressComplete() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReadEvent (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40290,9 +40290,9 @@ class ReportSwitchMultiPressComplete : public ModelCommand ~ReportSwitchMultiPressComplete() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReportEvent (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40332,9 +40332,9 @@ class ReadSwitchNumberOfPositions : public ModelCommand ~ReadSwitchNumberOfPositions() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40362,9 +40362,9 @@ class ReportSwitchNumberOfPositions : public ModelCommand ~ReportSwitchNumberOfPositions() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40401,9 +40401,9 @@ class ReadSwitchCurrentPosition : public ModelCommand ~ReadSwitchCurrentPosition() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40431,9 +40431,9 @@ class ReportSwitchCurrentPosition : public ModelCommand ~ReportSwitchCurrentPosition() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40470,9 +40470,9 @@ class ReadSwitchMultiPressMax : public ModelCommand ~ReadSwitchMultiPressMax() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40500,9 +40500,9 @@ class ReportSwitchMultiPressMax : public ModelCommand ~ReportSwitchMultiPressMax() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40539,9 +40539,9 @@ class ReadSwitchAttributeList : public ModelCommand ~ReadSwitchAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40569,9 +40569,9 @@ class ReportSwitchAttributeList : public ModelCommand ~ReportSwitchAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40611,9 +40611,9 @@ class ReadSwitchFeatureMap : public ModelCommand ~ReadSwitchFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReadAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40641,9 +40641,9 @@ class ReportSwitchFeatureMap : public ModelCommand ~ReportSwitchFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReportAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40680,9 +40680,9 @@ class ReadSwitchClusterRevision : public ModelCommand ~ReadSwitchClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40710,9 +40710,9 @@ class ReportSwitchClusterRevision : public ModelCommand ~ReportSwitchClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x003B) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000003B) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::SwitchCluster cluster; cluster.Associate(device, endpointId); @@ -40763,9 +40763,9 @@ class TargetNavigatorNavigateTargetRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000505) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000505) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnTargetNavigatorNavigateTargetResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -40789,9 +40789,9 @@ class ReadTargetNavigatorTargetNavigatorList : public ModelCommand ~ReadTargetNavigatorTargetNavigatorList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0505) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000505) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::TargetNavigatorCluster cluster; cluster.Associate(device, endpointId); @@ -40821,9 +40821,9 @@ class ReportTargetNavigatorTargetNavigatorList : public ModelCommand ~ReportTargetNavigatorTargetNavigatorList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0505) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000505) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::TargetNavigatorCluster cluster; cluster.Associate(device, endpointId); @@ -40865,9 +40865,9 @@ class ReadTargetNavigatorCurrentNavigatorTarget : public ModelCommand ~ReadTargetNavigatorCurrentNavigatorTarget() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0505) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000505) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::TargetNavigatorCluster cluster; cluster.Associate(device, endpointId); @@ -40895,9 +40895,9 @@ class ReportTargetNavigatorCurrentNavigatorTarget : public ModelCommand ~ReportTargetNavigatorCurrentNavigatorTarget() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0505) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000505) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::TargetNavigatorCluster cluster; cluster.Associate(device, endpointId); @@ -40937,9 +40937,9 @@ class ReadTargetNavigatorAttributeList : public ModelCommand ~ReadTargetNavigatorAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0505) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000505) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::TargetNavigatorCluster cluster; cluster.Associate(device, endpointId); @@ -40967,9 +40967,9 @@ class ReportTargetNavigatorAttributeList : public ModelCommand ~ReportTargetNavigatorAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0505) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000505) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::TargetNavigatorCluster cluster; cluster.Associate(device, endpointId); @@ -41009,9 +41009,9 @@ class ReadTargetNavigatorClusterRevision : public ModelCommand ~ReadTargetNavigatorClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0505) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000505) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::TargetNavigatorCluster cluster; cluster.Associate(device, endpointId); @@ -41039,9 +41039,9 @@ class ReportTargetNavigatorClusterRevision : public ModelCommand ~ReportTargetNavigatorClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0505) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000505) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::TargetNavigatorCluster cluster; cluster.Associate(device, endpointId); @@ -41094,9 +41094,9 @@ class ReadTemperatureMeasurementMeasuredValue : public ModelCommand ~ReadTemperatureMeasurementMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0402) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000402) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::TemperatureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -41124,9 +41124,9 @@ class ReportTemperatureMeasurementMeasuredValue : public ModelCommand ~ReportTemperatureMeasurementMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0402) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000402) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::TemperatureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -41163,9 +41163,9 @@ class ReadTemperatureMeasurementMinMeasuredValue : public ModelCommand ~ReadTemperatureMeasurementMinMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0402) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000402) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::TemperatureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -41193,9 +41193,9 @@ class ReportTemperatureMeasurementMinMeasuredValue : public ModelCommand ~ReportTemperatureMeasurementMinMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0402) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000402) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::TemperatureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -41235,9 +41235,9 @@ class ReadTemperatureMeasurementMaxMeasuredValue : public ModelCommand ~ReadTemperatureMeasurementMaxMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0402) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000402) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::TemperatureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -41265,9 +41265,9 @@ class ReportTemperatureMeasurementMaxMeasuredValue : public ModelCommand ~ReportTemperatureMeasurementMaxMeasuredValue() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0402) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000402) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::TemperatureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -41307,9 +41307,9 @@ class ReadTemperatureMeasurementTolerance : public ModelCommand ~ReadTemperatureMeasurementTolerance() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0402) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000402) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::TemperatureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -41337,9 +41337,9 @@ class ReportTemperatureMeasurementTolerance : public ModelCommand ~ReportTemperatureMeasurementTolerance() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0402) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000402) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::TemperatureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -41376,9 +41376,9 @@ class ReadTemperatureMeasurementAttributeList : public ModelCommand ~ReadTemperatureMeasurementAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0402) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000402) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::TemperatureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -41406,9 +41406,9 @@ class ReportTemperatureMeasurementAttributeList : public ModelCommand ~ReportTemperatureMeasurementAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0402) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000402) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::TemperatureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -41448,9 +41448,9 @@ class ReadTemperatureMeasurementClusterRevision : public ModelCommand ~ReadTemperatureMeasurementClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0402) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000402) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::TemperatureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -41478,9 +41478,9 @@ class ReportTemperatureMeasurementClusterRevision : public ModelCommand ~ReportTemperatureMeasurementClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0402) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000402) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::TemperatureMeasurementCluster cluster; cluster.Associate(device, endpointId); @@ -41627,9 +41627,9 @@ class TestClusterSimpleStructEchoRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000011) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000011) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnTestClusterSimpleStructResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -41647,9 +41647,9 @@ class TestClusterTest : public ModelCommand public: TestClusterTest() : ModelCommand("test") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -41672,9 +41672,9 @@ class TestClusterTestAddArguments : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000004) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000004) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnTestClusterTestAddArgumentsResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -41698,9 +41698,9 @@ class TestClusterTestEmitTestEventRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000014) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000014) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnTestClusterTestEmitTestEventResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -41723,9 +41723,9 @@ class TestClusterTestEnumsRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x0000000E) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x0000000E) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnTestClusterTestEnumsResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -41747,9 +41747,9 @@ class TestClusterTestListInt8UArgumentRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x0000000A) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x0000000A) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnTestClusterBooleanResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -41771,9 +41771,9 @@ class TestClusterTestListInt8UReverseRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x0000000D) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x0000000D) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnTestClusterTestListInt8UReverseResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -41795,9 +41795,9 @@ class TestClusterTestListNestedStructListArgumentRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x0000000C) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x0000000C) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnTestClusterBooleanResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -41819,9 +41819,9 @@ class TestClusterTestListStructArgumentRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000009) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000009) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnTestClusterBooleanResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -41843,9 +41843,9 @@ class TestClusterTestNestedStructArgumentRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000008) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000008) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnTestClusterBooleanResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -41867,9 +41867,9 @@ class TestClusterTestNestedStructListArgumentRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x0000000B) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x0000000B) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnTestClusterBooleanResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -41887,9 +41887,9 @@ class TestClusterTestNotHandled : public ModelCommand public: TestClusterTestNotHandled() : ModelCommand("test-not-handled") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -41911,9 +41911,9 @@ class TestClusterTestNullableOptionalRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x0000000F) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x0000000F) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnTestClusterTestNullableOptionalResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -41935,9 +41935,9 @@ class TestClusterTestSimpleOptionalArgumentRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000013) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000013) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -41955,9 +41955,9 @@ class TestClusterTestSpecific : public ModelCommand public: TestClusterTestSpecific() : ModelCommand("test-specific") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnTestClusterTestSpecificResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -41979,9 +41979,9 @@ class TestClusterTestStructArgumentRequest : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000007) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000007) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnTestClusterBooleanResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -41999,9 +41999,9 @@ class TestClusterTestUnknownCommand : public ModelCommand public: TestClusterTestUnknownCommand() : ModelCommand("test-unknown-command") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000003) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000003) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -42019,9 +42019,9 @@ class TestClusterTimedInvokeRequest : public ModelCommand public: TestClusterTimedInvokeRequest() : ModelCommand("timed-invoke-request") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000012) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) command (0x00000012) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -42045,9 +42045,9 @@ class ReadTestClusterTestEvent : public ModelCommand ~ReadTestClusterTestEvent() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42075,9 +42075,9 @@ class ReportTestClusterTestEvent : public ModelCommand ~ReportTestClusterTestEvent() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42117,9 +42117,9 @@ class ReadTestClusterBoolean : public ModelCommand ~ReadTestClusterBoolean() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42145,9 +42145,9 @@ class WriteTestClusterBoolean : public ModelCommand ~WriteTestClusterBoolean() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42173,9 +42173,9 @@ class ReportTestClusterBoolean : public ModelCommand ~ReportTestClusterBoolean() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42212,9 +42212,9 @@ class ReadTestClusterBitmap8 : public ModelCommand ~ReadTestClusterBitmap8() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42240,9 +42240,9 @@ class WriteTestClusterBitmap8 : public ModelCommand ~WriteTestClusterBitmap8() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42268,9 +42268,9 @@ class ReportTestClusterBitmap8 : public ModelCommand ~ReportTestClusterBitmap8() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42307,9 +42307,9 @@ class ReadTestClusterBitmap16 : public ModelCommand ~ReadTestClusterBitmap16() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42335,9 +42335,9 @@ class WriteTestClusterBitmap16 : public ModelCommand ~WriteTestClusterBitmap16() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42363,9 +42363,9 @@ class ReportTestClusterBitmap16 : public ModelCommand ~ReportTestClusterBitmap16() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42402,9 +42402,9 @@ class ReadTestClusterBitmap32 : public ModelCommand ~ReadTestClusterBitmap32() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42430,9 +42430,9 @@ class WriteTestClusterBitmap32 : public ModelCommand ~WriteTestClusterBitmap32() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42458,9 +42458,9 @@ class ReportTestClusterBitmap32 : public ModelCommand ~ReportTestClusterBitmap32() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42497,9 +42497,9 @@ class ReadTestClusterBitmap64 : public ModelCommand ~ReadTestClusterBitmap64() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42525,9 +42525,9 @@ class WriteTestClusterBitmap64 : public ModelCommand ~WriteTestClusterBitmap64() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42553,9 +42553,9 @@ class ReportTestClusterBitmap64 : public ModelCommand ~ReportTestClusterBitmap64() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42592,9 +42592,9 @@ class ReadTestClusterInt8u : public ModelCommand ~ReadTestClusterInt8u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42620,9 +42620,9 @@ class WriteTestClusterInt8u : public ModelCommand ~WriteTestClusterInt8u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42648,9 +42648,9 @@ class ReportTestClusterInt8u : public ModelCommand ~ReportTestClusterInt8u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42687,9 +42687,9 @@ class ReadTestClusterInt16u : public ModelCommand ~ReadTestClusterInt16u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42715,9 +42715,9 @@ class WriteTestClusterInt16u : public ModelCommand ~WriteTestClusterInt16u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42743,9 +42743,9 @@ class ReportTestClusterInt16u : public ModelCommand ~ReportTestClusterInt16u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42782,9 +42782,9 @@ class ReadTestClusterInt24u : public ModelCommand ~ReadTestClusterInt24u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42810,9 +42810,9 @@ class WriteTestClusterInt24u : public ModelCommand ~WriteTestClusterInt24u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42838,9 +42838,9 @@ class ReportTestClusterInt24u : public ModelCommand ~ReportTestClusterInt24u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42877,9 +42877,9 @@ class ReadTestClusterInt32u : public ModelCommand ~ReadTestClusterInt32u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42905,9 +42905,9 @@ class WriteTestClusterInt32u : public ModelCommand ~WriteTestClusterInt32u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42933,9 +42933,9 @@ class ReportTestClusterInt32u : public ModelCommand ~ReportTestClusterInt32u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -42972,9 +42972,9 @@ class ReadTestClusterInt40u : public ModelCommand ~ReadTestClusterInt40u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000009) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43000,9 +43000,9 @@ class WriteTestClusterInt40u : public ModelCommand ~WriteTestClusterInt40u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000009) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43028,9 +43028,9 @@ class ReportTestClusterInt40u : public ModelCommand ~ReportTestClusterInt40u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000009) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43067,9 +43067,9 @@ class ReadTestClusterInt48u : public ModelCommand ~ReadTestClusterInt48u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000000A) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43095,9 +43095,9 @@ class WriteTestClusterInt48u : public ModelCommand ~WriteTestClusterInt48u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x0000000A) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43123,9 +43123,9 @@ class ReportTestClusterInt48u : public ModelCommand ~ReportTestClusterInt48u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000000A) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43162,9 +43162,9 @@ class ReadTestClusterInt56u : public ModelCommand ~ReadTestClusterInt56u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000000B) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43190,9 +43190,9 @@ class WriteTestClusterInt56u : public ModelCommand ~WriteTestClusterInt56u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x0000000B) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43218,9 +43218,9 @@ class ReportTestClusterInt56u : public ModelCommand ~ReportTestClusterInt56u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000000B) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43257,9 +43257,9 @@ class ReadTestClusterInt64u : public ModelCommand ~ReadTestClusterInt64u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000000C) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43285,9 +43285,9 @@ class WriteTestClusterInt64u : public ModelCommand ~WriteTestClusterInt64u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x0000000C) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43313,9 +43313,9 @@ class ReportTestClusterInt64u : public ModelCommand ~ReportTestClusterInt64u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000000C) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43352,9 +43352,9 @@ class ReadTestClusterInt8s : public ModelCommand ~ReadTestClusterInt8s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000000D) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43380,9 +43380,9 @@ class WriteTestClusterInt8s : public ModelCommand ~WriteTestClusterInt8s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x0000000D) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43408,9 +43408,9 @@ class ReportTestClusterInt8s : public ModelCommand ~ReportTestClusterInt8s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000000D) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43447,9 +43447,9 @@ class ReadTestClusterInt16s : public ModelCommand ~ReadTestClusterInt16s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000000E) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43475,9 +43475,9 @@ class WriteTestClusterInt16s : public ModelCommand ~WriteTestClusterInt16s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x0000000E) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43503,9 +43503,9 @@ class ReportTestClusterInt16s : public ModelCommand ~ReportTestClusterInt16s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000000E) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43542,9 +43542,9 @@ class ReadTestClusterInt24s : public ModelCommand ~ReadTestClusterInt24s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000000F) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43570,9 +43570,9 @@ class WriteTestClusterInt24s : public ModelCommand ~WriteTestClusterInt24s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x0000000F) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43598,9 +43598,9 @@ class ReportTestClusterInt24s : public ModelCommand ~ReportTestClusterInt24s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000000F) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43637,9 +43637,9 @@ class ReadTestClusterInt32s : public ModelCommand ~ReadTestClusterInt32s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43665,9 +43665,9 @@ class WriteTestClusterInt32s : public ModelCommand ~WriteTestClusterInt32s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43693,9 +43693,9 @@ class ReportTestClusterInt32s : public ModelCommand ~ReportTestClusterInt32s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43732,9 +43732,9 @@ class ReadTestClusterInt40s : public ModelCommand ~ReadTestClusterInt40s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43760,9 +43760,9 @@ class WriteTestClusterInt40s : public ModelCommand ~WriteTestClusterInt40s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43788,9 +43788,9 @@ class ReportTestClusterInt40s : public ModelCommand ~ReportTestClusterInt40s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43827,9 +43827,9 @@ class ReadTestClusterInt48s : public ModelCommand ~ReadTestClusterInt48s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43855,9 +43855,9 @@ class WriteTestClusterInt48s : public ModelCommand ~WriteTestClusterInt48s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43883,9 +43883,9 @@ class ReportTestClusterInt48s : public ModelCommand ~ReportTestClusterInt48s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43922,9 +43922,9 @@ class ReadTestClusterInt56s : public ModelCommand ~ReadTestClusterInt56s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000013) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43950,9 +43950,9 @@ class WriteTestClusterInt56s : public ModelCommand ~WriteTestClusterInt56s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000013) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -43978,9 +43978,9 @@ class ReportTestClusterInt56s : public ModelCommand ~ReportTestClusterInt56s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000013) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44017,9 +44017,9 @@ class ReadTestClusterInt64s : public ModelCommand ~ReadTestClusterInt64s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000014) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44045,9 +44045,9 @@ class WriteTestClusterInt64s : public ModelCommand ~WriteTestClusterInt64s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000014) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44073,9 +44073,9 @@ class ReportTestClusterInt64s : public ModelCommand ~ReportTestClusterInt64s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000014) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44112,9 +44112,9 @@ class ReadTestClusterEnum8 : public ModelCommand ~ReadTestClusterEnum8() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000015) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44140,9 +44140,9 @@ class WriteTestClusterEnum8 : public ModelCommand ~WriteTestClusterEnum8() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000015) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44168,9 +44168,9 @@ class ReportTestClusterEnum8 : public ModelCommand ~ReportTestClusterEnum8() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000015) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44207,9 +44207,9 @@ class ReadTestClusterEnum16 : public ModelCommand ~ReadTestClusterEnum16() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000016) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44235,9 +44235,9 @@ class WriteTestClusterEnum16 : public ModelCommand ~WriteTestClusterEnum16() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000016) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44263,9 +44263,9 @@ class ReportTestClusterEnum16 : public ModelCommand ~ReportTestClusterEnum16() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000016) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44302,9 +44302,9 @@ class ReadTestClusterFloatSingle : public ModelCommand ~ReadTestClusterFloatSingle() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000017) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44330,9 +44330,9 @@ class WriteTestClusterFloatSingle : public ModelCommand ~WriteTestClusterFloatSingle() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000017) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44358,9 +44358,9 @@ class ReportTestClusterFloatSingle : public ModelCommand ~ReportTestClusterFloatSingle() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000017) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44397,9 +44397,9 @@ class ReadTestClusterFloatDouble : public ModelCommand ~ReadTestClusterFloatDouble() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000018) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44425,9 +44425,9 @@ class WriteTestClusterFloatDouble : public ModelCommand ~WriteTestClusterFloatDouble() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000018) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44453,9 +44453,9 @@ class ReportTestClusterFloatDouble : public ModelCommand ~ReportTestClusterFloatDouble() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000018) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44492,9 +44492,9 @@ class ReadTestClusterOctetString : public ModelCommand ~ReadTestClusterOctetString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000019) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44520,9 +44520,9 @@ class WriteTestClusterOctetString : public ModelCommand ~WriteTestClusterOctetString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000019) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44548,9 +44548,9 @@ class ReportTestClusterOctetString : public ModelCommand ~ReportTestClusterOctetString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000019) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44587,9 +44587,9 @@ class ReadTestClusterListInt8u : public ModelCommand ~ReadTestClusterListInt8u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000001A) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44617,9 +44617,9 @@ class ReportTestClusterListInt8u : public ModelCommand ~ReportTestClusterListInt8u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000001A) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44659,9 +44659,9 @@ class ReadTestClusterListOctetString : public ModelCommand ~ReadTestClusterListOctetString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000001B) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44689,9 +44689,9 @@ class ReportTestClusterListOctetString : public ModelCommand ~ReportTestClusterListOctetString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000001B) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44731,9 +44731,9 @@ class ReadTestClusterListStructOctetString : public ModelCommand ~ReadTestClusterListStructOctetString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000001C) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44764,9 +44764,9 @@ class ReportTestClusterListStructOctetString : public ModelCommand ~ReportTestClusterListStructOctetString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000001C) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44809,9 +44809,9 @@ class ReadTestClusterLongOctetString : public ModelCommand ~ReadTestClusterLongOctetString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000001D) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44837,9 +44837,9 @@ class WriteTestClusterLongOctetString : public ModelCommand ~WriteTestClusterLongOctetString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x0000001D) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44865,9 +44865,9 @@ class ReportTestClusterLongOctetString : public ModelCommand ~ReportTestClusterLongOctetString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000001D) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44904,9 +44904,9 @@ class ReadTestClusterCharString : public ModelCommand ~ReadTestClusterCharString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000001E) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44932,9 +44932,9 @@ class WriteTestClusterCharString : public ModelCommand ~WriteTestClusterCharString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x0000001E) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44960,9 +44960,9 @@ class ReportTestClusterCharString : public ModelCommand ~ReportTestClusterCharString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000001E) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -44999,9 +44999,9 @@ class ReadTestClusterLongCharString : public ModelCommand ~ReadTestClusterLongCharString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000001F) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45027,9 +45027,9 @@ class WriteTestClusterLongCharString : public ModelCommand ~WriteTestClusterLongCharString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x0000001F) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45055,9 +45055,9 @@ class ReportTestClusterLongCharString : public ModelCommand ~ReportTestClusterLongCharString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000001F) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45094,9 +45094,9 @@ class ReadTestClusterEpochUs : public ModelCommand ~ReadTestClusterEpochUs() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000020) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45122,9 +45122,9 @@ class WriteTestClusterEpochUs : public ModelCommand ~WriteTestClusterEpochUs() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000020) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45150,9 +45150,9 @@ class ReportTestClusterEpochUs : public ModelCommand ~ReportTestClusterEpochUs() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000020) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45189,9 +45189,9 @@ class ReadTestClusterEpochS : public ModelCommand ~ReadTestClusterEpochS() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000021) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45217,9 +45217,9 @@ class WriteTestClusterEpochS : public ModelCommand ~WriteTestClusterEpochS() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000021) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45245,9 +45245,9 @@ class ReportTestClusterEpochS : public ModelCommand ~ReportTestClusterEpochS() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000021) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45284,9 +45284,9 @@ class ReadTestClusterVendorId : public ModelCommand ~ReadTestClusterVendorId() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000022) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45312,9 +45312,9 @@ class WriteTestClusterVendorId : public ModelCommand ~WriteTestClusterVendorId() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000022) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45340,9 +45340,9 @@ class ReportTestClusterVendorId : public ModelCommand ~ReportTestClusterVendorId() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000022) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45379,9 +45379,9 @@ class ReadTestClusterListNullablesAndOptionalsStruct : public ModelCommand ~ReadTestClusterListNullablesAndOptionalsStruct() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000023) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45412,9 +45412,9 @@ class ReportTestClusterListNullablesAndOptionalsStruct : public ModelCommand ~ReportTestClusterListNullablesAndOptionalsStruct() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000023) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45456,9 +45456,9 @@ class ReadTestClusterEnumAttr : public ModelCommand ~ReadTestClusterEnumAttr() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000024) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45484,9 +45484,9 @@ class WriteTestClusterEnumAttr : public ModelCommand ~WriteTestClusterEnumAttr() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000024) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45512,9 +45512,9 @@ class ReportTestClusterEnumAttr : public ModelCommand ~ReportTestClusterEnumAttr() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000024) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45554,9 +45554,9 @@ class ReadTestClusterRangeRestrictedInt8u : public ModelCommand ~ReadTestClusterRangeRestrictedInt8u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000026) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45582,9 +45582,9 @@ class WriteTestClusterRangeRestrictedInt8u : public ModelCommand ~WriteTestClusterRangeRestrictedInt8u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000026) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45610,9 +45610,9 @@ class ReportTestClusterRangeRestrictedInt8u : public ModelCommand ~ReportTestClusterRangeRestrictedInt8u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000026) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45649,9 +45649,9 @@ class ReadTestClusterRangeRestrictedInt8s : public ModelCommand ~ReadTestClusterRangeRestrictedInt8s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000027) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45677,9 +45677,9 @@ class WriteTestClusterRangeRestrictedInt8s : public ModelCommand ~WriteTestClusterRangeRestrictedInt8s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000027) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45705,9 +45705,9 @@ class ReportTestClusterRangeRestrictedInt8s : public ModelCommand ~ReportTestClusterRangeRestrictedInt8s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000027) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45744,9 +45744,9 @@ class ReadTestClusterRangeRestrictedInt16u : public ModelCommand ~ReadTestClusterRangeRestrictedInt16u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000028) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45772,9 +45772,9 @@ class WriteTestClusterRangeRestrictedInt16u : public ModelCommand ~WriteTestClusterRangeRestrictedInt16u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000028) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45800,9 +45800,9 @@ class ReportTestClusterRangeRestrictedInt16u : public ModelCommand ~ReportTestClusterRangeRestrictedInt16u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000028) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45839,9 +45839,9 @@ class ReadTestClusterRangeRestrictedInt16s : public ModelCommand ~ReadTestClusterRangeRestrictedInt16s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000029) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45867,9 +45867,9 @@ class WriteTestClusterRangeRestrictedInt16s : public ModelCommand ~WriteTestClusterRangeRestrictedInt16s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000029) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45895,9 +45895,9 @@ class ReportTestClusterRangeRestrictedInt16s : public ModelCommand ~ReportTestClusterRangeRestrictedInt16s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000029) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45934,9 +45934,9 @@ class ReadTestClusterListLongOctetString : public ModelCommand ~ReadTestClusterListLongOctetString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000002A) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -45964,9 +45964,9 @@ class ReportTestClusterListLongOctetString : public ModelCommand ~ReportTestClusterListLongOctetString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000002A) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46006,9 +46006,9 @@ class ReadTestClusterTimedWriteBoolean : public ModelCommand ~ReadTestClusterTimedWriteBoolean() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00000030) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46034,9 +46034,9 @@ class WriteTestClusterTimedWriteBoolean : public ModelCommand ~WriteTestClusterTimedWriteBoolean() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00000030) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46062,9 +46062,9 @@ class ReportTestClusterTimedWriteBoolean : public ModelCommand ~ReportTestClusterTimedWriteBoolean() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00000030) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46101,9 +46101,9 @@ class ReadTestClusterUnsupported : public ModelCommand ~ReadTestClusterUnsupported() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x000000FF) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46129,9 +46129,9 @@ class WriteTestClusterUnsupported : public ModelCommand ~WriteTestClusterUnsupported() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x000000FF) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46157,9 +46157,9 @@ class ReportTestClusterUnsupported : public ModelCommand ~ReportTestClusterUnsupported() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x000000FF) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46196,9 +46196,9 @@ class ReadTestClusterNullableBoolean : public ModelCommand ~ReadTestClusterNullableBoolean() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008000) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46224,9 +46224,9 @@ class WriteTestClusterNullableBoolean : public ModelCommand ~WriteTestClusterNullableBoolean() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008000) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46252,9 +46252,9 @@ class ReportTestClusterNullableBoolean : public ModelCommand ~ReportTestClusterNullableBoolean() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008000) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46294,9 +46294,9 @@ class ReadTestClusterNullableBitmap8 : public ModelCommand ~ReadTestClusterNullableBitmap8() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008001) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46322,9 +46322,9 @@ class WriteTestClusterNullableBitmap8 : public ModelCommand ~WriteTestClusterNullableBitmap8() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008001) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46350,9 +46350,9 @@ class ReportTestClusterNullableBitmap8 : public ModelCommand ~ReportTestClusterNullableBitmap8() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008001) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46392,9 +46392,9 @@ class ReadTestClusterNullableBitmap16 : public ModelCommand ~ReadTestClusterNullableBitmap16() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008002) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46420,9 +46420,9 @@ class WriteTestClusterNullableBitmap16 : public ModelCommand ~WriteTestClusterNullableBitmap16() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008002) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46448,9 +46448,9 @@ class ReportTestClusterNullableBitmap16 : public ModelCommand ~ReportTestClusterNullableBitmap16() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008002) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46490,9 +46490,9 @@ class ReadTestClusterNullableBitmap32 : public ModelCommand ~ReadTestClusterNullableBitmap32() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008003) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46518,9 +46518,9 @@ class WriteTestClusterNullableBitmap32 : public ModelCommand ~WriteTestClusterNullableBitmap32() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008003) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46546,9 +46546,9 @@ class ReportTestClusterNullableBitmap32 : public ModelCommand ~ReportTestClusterNullableBitmap32() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008003) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46588,9 +46588,9 @@ class ReadTestClusterNullableBitmap64 : public ModelCommand ~ReadTestClusterNullableBitmap64() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008004) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46616,9 +46616,9 @@ class WriteTestClusterNullableBitmap64 : public ModelCommand ~WriteTestClusterNullableBitmap64() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008004) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46644,9 +46644,9 @@ class ReportTestClusterNullableBitmap64 : public ModelCommand ~ReportTestClusterNullableBitmap64() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008004) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46686,9 +46686,9 @@ class ReadTestClusterNullableInt8u : public ModelCommand ~ReadTestClusterNullableInt8u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008005) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46714,9 +46714,9 @@ class WriteTestClusterNullableInt8u : public ModelCommand ~WriteTestClusterNullableInt8u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008005) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46742,9 +46742,9 @@ class ReportTestClusterNullableInt8u : public ModelCommand ~ReportTestClusterNullableInt8u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008005) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46784,9 +46784,9 @@ class ReadTestClusterNullableInt16u : public ModelCommand ~ReadTestClusterNullableInt16u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008006) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46812,9 +46812,9 @@ class WriteTestClusterNullableInt16u : public ModelCommand ~WriteTestClusterNullableInt16u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008006) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46840,9 +46840,9 @@ class ReportTestClusterNullableInt16u : public ModelCommand ~ReportTestClusterNullableInt16u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008006) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46882,9 +46882,9 @@ class ReadTestClusterNullableInt24u : public ModelCommand ~ReadTestClusterNullableInt24u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008007) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46910,9 +46910,9 @@ class WriteTestClusterNullableInt24u : public ModelCommand ~WriteTestClusterNullableInt24u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008007) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46938,9 +46938,9 @@ class ReportTestClusterNullableInt24u : public ModelCommand ~ReportTestClusterNullableInt24u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008007) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -46980,9 +46980,9 @@ class ReadTestClusterNullableInt32u : public ModelCommand ~ReadTestClusterNullableInt32u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008008) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47008,9 +47008,9 @@ class WriteTestClusterNullableInt32u : public ModelCommand ~WriteTestClusterNullableInt32u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008008) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47036,9 +47036,9 @@ class ReportTestClusterNullableInt32u : public ModelCommand ~ReportTestClusterNullableInt32u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008008) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47078,9 +47078,9 @@ class ReadTestClusterNullableInt40u : public ModelCommand ~ReadTestClusterNullableInt40u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008009) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47106,9 +47106,9 @@ class WriteTestClusterNullableInt40u : public ModelCommand ~WriteTestClusterNullableInt40u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008009) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47134,9 +47134,9 @@ class ReportTestClusterNullableInt40u : public ModelCommand ~ReportTestClusterNullableInt40u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008009) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47176,9 +47176,9 @@ class ReadTestClusterNullableInt48u : public ModelCommand ~ReadTestClusterNullableInt48u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000800A) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47204,9 +47204,9 @@ class WriteTestClusterNullableInt48u : public ModelCommand ~WriteTestClusterNullableInt48u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x0000800A) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47232,9 +47232,9 @@ class ReportTestClusterNullableInt48u : public ModelCommand ~ReportTestClusterNullableInt48u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000800A) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47274,9 +47274,9 @@ class ReadTestClusterNullableInt56u : public ModelCommand ~ReadTestClusterNullableInt56u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000800B) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47302,9 +47302,9 @@ class WriteTestClusterNullableInt56u : public ModelCommand ~WriteTestClusterNullableInt56u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x0000800B) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47330,9 +47330,9 @@ class ReportTestClusterNullableInt56u : public ModelCommand ~ReportTestClusterNullableInt56u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000800B) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47372,9 +47372,9 @@ class ReadTestClusterNullableInt64u : public ModelCommand ~ReadTestClusterNullableInt64u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000800C) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47400,9 +47400,9 @@ class WriteTestClusterNullableInt64u : public ModelCommand ~WriteTestClusterNullableInt64u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x0000800C) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47428,9 +47428,9 @@ class ReportTestClusterNullableInt64u : public ModelCommand ~ReportTestClusterNullableInt64u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000800C) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47470,9 +47470,9 @@ class ReadTestClusterNullableInt8s : public ModelCommand ~ReadTestClusterNullableInt8s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000800D) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47498,9 +47498,9 @@ class WriteTestClusterNullableInt8s : public ModelCommand ~WriteTestClusterNullableInt8s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x0000800D) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47526,9 +47526,9 @@ class ReportTestClusterNullableInt8s : public ModelCommand ~ReportTestClusterNullableInt8s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000800D) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47568,9 +47568,9 @@ class ReadTestClusterNullableInt16s : public ModelCommand ~ReadTestClusterNullableInt16s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000800E) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47596,9 +47596,9 @@ class WriteTestClusterNullableInt16s : public ModelCommand ~WriteTestClusterNullableInt16s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x0000800E) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47624,9 +47624,9 @@ class ReportTestClusterNullableInt16s : public ModelCommand ~ReportTestClusterNullableInt16s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000800E) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47666,9 +47666,9 @@ class ReadTestClusterNullableInt24s : public ModelCommand ~ReadTestClusterNullableInt24s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000800F) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47694,9 +47694,9 @@ class WriteTestClusterNullableInt24s : public ModelCommand ~WriteTestClusterNullableInt24s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x0000800F) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47722,9 +47722,9 @@ class ReportTestClusterNullableInt24s : public ModelCommand ~ReportTestClusterNullableInt24s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000800F) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47764,9 +47764,9 @@ class ReadTestClusterNullableInt32s : public ModelCommand ~ReadTestClusterNullableInt32s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008010) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47792,9 +47792,9 @@ class WriteTestClusterNullableInt32s : public ModelCommand ~WriteTestClusterNullableInt32s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008010) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47820,9 +47820,9 @@ class ReportTestClusterNullableInt32s : public ModelCommand ~ReportTestClusterNullableInt32s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008010) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47862,9 +47862,9 @@ class ReadTestClusterNullableInt40s : public ModelCommand ~ReadTestClusterNullableInt40s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008011) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47890,9 +47890,9 @@ class WriteTestClusterNullableInt40s : public ModelCommand ~WriteTestClusterNullableInt40s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008011) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47918,9 +47918,9 @@ class ReportTestClusterNullableInt40s : public ModelCommand ~ReportTestClusterNullableInt40s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008011) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47960,9 +47960,9 @@ class ReadTestClusterNullableInt48s : public ModelCommand ~ReadTestClusterNullableInt48s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008012) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -47988,9 +47988,9 @@ class WriteTestClusterNullableInt48s : public ModelCommand ~WriteTestClusterNullableInt48s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008012) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48016,9 +48016,9 @@ class ReportTestClusterNullableInt48s : public ModelCommand ~ReportTestClusterNullableInt48s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008012) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48058,9 +48058,9 @@ class ReadTestClusterNullableInt56s : public ModelCommand ~ReadTestClusterNullableInt56s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008013) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48086,9 +48086,9 @@ class WriteTestClusterNullableInt56s : public ModelCommand ~WriteTestClusterNullableInt56s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008013) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48114,9 +48114,9 @@ class ReportTestClusterNullableInt56s : public ModelCommand ~ReportTestClusterNullableInt56s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008013) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48156,9 +48156,9 @@ class ReadTestClusterNullableInt64s : public ModelCommand ~ReadTestClusterNullableInt64s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008014) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48184,9 +48184,9 @@ class WriteTestClusterNullableInt64s : public ModelCommand ~WriteTestClusterNullableInt64s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008014) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48212,9 +48212,9 @@ class ReportTestClusterNullableInt64s : public ModelCommand ~ReportTestClusterNullableInt64s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008014) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48254,9 +48254,9 @@ class ReadTestClusterNullableEnum8 : public ModelCommand ~ReadTestClusterNullableEnum8() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008015) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48282,9 +48282,9 @@ class WriteTestClusterNullableEnum8 : public ModelCommand ~WriteTestClusterNullableEnum8() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008015) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48310,9 +48310,9 @@ class ReportTestClusterNullableEnum8 : public ModelCommand ~ReportTestClusterNullableEnum8() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008015) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48352,9 +48352,9 @@ class ReadTestClusterNullableEnum16 : public ModelCommand ~ReadTestClusterNullableEnum16() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008016) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48380,9 +48380,9 @@ class WriteTestClusterNullableEnum16 : public ModelCommand ~WriteTestClusterNullableEnum16() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008016) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48408,9 +48408,9 @@ class ReportTestClusterNullableEnum16 : public ModelCommand ~ReportTestClusterNullableEnum16() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008016) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48450,9 +48450,9 @@ class ReadTestClusterNullableFloatSingle : public ModelCommand ~ReadTestClusterNullableFloatSingle() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008017) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48478,9 +48478,9 @@ class WriteTestClusterNullableFloatSingle : public ModelCommand ~WriteTestClusterNullableFloatSingle() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008017) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48506,9 +48506,9 @@ class ReportTestClusterNullableFloatSingle : public ModelCommand ~ReportTestClusterNullableFloatSingle() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008017) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48548,9 +48548,9 @@ class ReadTestClusterNullableFloatDouble : public ModelCommand ~ReadTestClusterNullableFloatDouble() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008018) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48576,9 +48576,9 @@ class WriteTestClusterNullableFloatDouble : public ModelCommand ~WriteTestClusterNullableFloatDouble() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008018) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48604,9 +48604,9 @@ class ReportTestClusterNullableFloatDouble : public ModelCommand ~ReportTestClusterNullableFloatDouble() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008018) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48646,9 +48646,9 @@ class ReadTestClusterNullableOctetString : public ModelCommand ~ReadTestClusterNullableOctetString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008019) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48674,9 +48674,9 @@ class WriteTestClusterNullableOctetString : public ModelCommand ~WriteTestClusterNullableOctetString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008019) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48702,9 +48702,9 @@ class ReportTestClusterNullableOctetString : public ModelCommand ~ReportTestClusterNullableOctetString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008019) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48744,9 +48744,9 @@ class ReadTestClusterNullableCharString : public ModelCommand ~ReadTestClusterNullableCharString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000801E) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48772,9 +48772,9 @@ class WriteTestClusterNullableCharString : public ModelCommand ~WriteTestClusterNullableCharString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x0000801E) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48800,9 +48800,9 @@ class ReportTestClusterNullableCharString : public ModelCommand ~ReportTestClusterNullableCharString() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000801E) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48842,9 +48842,9 @@ class ReadTestClusterNullableEnumAttr : public ModelCommand ~ReadTestClusterNullableEnumAttr() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008024) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48871,9 +48871,9 @@ class WriteTestClusterNullableEnumAttr : public ModelCommand ~WriteTestClusterNullableEnumAttr() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008024) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48899,9 +48899,9 @@ class ReportTestClusterNullableEnumAttr : public ModelCommand ~ReportTestClusterNullableEnumAttr() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008024) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48942,9 +48942,9 @@ class ReadTestClusterNullableRangeRestrictedInt8u : public ModelCommand ~ReadTestClusterNullableRangeRestrictedInt8u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008026) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48970,9 +48970,9 @@ class WriteTestClusterNullableRangeRestrictedInt8u : public ModelCommand ~WriteTestClusterNullableRangeRestrictedInt8u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008026) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -48998,9 +48998,9 @@ class ReportTestClusterNullableRangeRestrictedInt8u : public ModelCommand ~ReportTestClusterNullableRangeRestrictedInt8u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008026) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -49040,9 +49040,9 @@ class ReadTestClusterNullableRangeRestrictedInt8s : public ModelCommand ~ReadTestClusterNullableRangeRestrictedInt8s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008027) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -49068,9 +49068,9 @@ class WriteTestClusterNullableRangeRestrictedInt8s : public ModelCommand ~WriteTestClusterNullableRangeRestrictedInt8s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008027) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -49096,9 +49096,9 @@ class ReportTestClusterNullableRangeRestrictedInt8s : public ModelCommand ~ReportTestClusterNullableRangeRestrictedInt8s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008027) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -49138,9 +49138,9 @@ class ReadTestClusterNullableRangeRestrictedInt16u : public ModelCommand ~ReadTestClusterNullableRangeRestrictedInt16u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008028) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -49166,9 +49166,9 @@ class WriteTestClusterNullableRangeRestrictedInt16u : public ModelCommand ~WriteTestClusterNullableRangeRestrictedInt16u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008028) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -49194,9 +49194,9 @@ class ReportTestClusterNullableRangeRestrictedInt16u : public ModelCommand ~ReportTestClusterNullableRangeRestrictedInt16u() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008028) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -49236,9 +49236,9 @@ class ReadTestClusterNullableRangeRestrictedInt16s : public ModelCommand ~ReadTestClusterNullableRangeRestrictedInt16s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x00008029) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -49264,9 +49264,9 @@ class WriteTestClusterNullableRangeRestrictedInt16s : public ModelCommand ~WriteTestClusterNullableRangeRestrictedInt16s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) WriteAttribute (0x00008029) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -49292,9 +49292,9 @@ class ReportTestClusterNullableRangeRestrictedInt16s : public ModelCommand ~ReportTestClusterNullableRangeRestrictedInt16s() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x00008029) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -49334,9 +49334,9 @@ class ReadTestClusterAttributeList : public ModelCommand ~ReadTestClusterAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -49364,9 +49364,9 @@ class ReportTestClusterAttributeList : public ModelCommand ~ReportTestClusterAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -49406,9 +49406,9 @@ class ReadTestClusterClusterRevision : public ModelCommand ~ReadTestClusterClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -49436,9 +49436,9 @@ class ReportTestClusterClusterRevision : public ModelCommand ~ReportTestClusterClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x050F) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x0000050F) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::TestClusterCluster cluster; cluster.Associate(device, endpointId); @@ -49504,9 +49504,9 @@ class ThermostatClearWeeklySchedule : public ModelCommand public: ThermostatClearWeeklySchedule() : ModelCommand("clear-weekly-schedule") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000201) command (0x00000003) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) command (0x00000003) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -49524,9 +49524,9 @@ class ThermostatGetRelayStatusLog : public ModelCommand public: ThermostatGetRelayStatusLog() : ModelCommand("get-relay-status-log") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000201) command (0x00000004) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) command (0x00000004) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnThermostatGetRelayStatusLogResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -49552,9 +49552,9 @@ class ThermostatGetWeeklySchedule : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000201) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnThermostatGetWeeklyScheduleResponseSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -49583,9 +49583,9 @@ class ThermostatSetWeeklySchedule : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000201) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -49608,9 +49608,9 @@ class ThermostatSetpointRaiseLower : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000201) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -49634,9 +49634,9 @@ class ReadThermostatLocalTemperature : public ModelCommand ~ReadThermostatLocalTemperature() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -49664,9 +49664,9 @@ class ReportThermostatLocalTemperature : public ModelCommand ~ReportThermostatLocalTemperature() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -49703,9 +49703,9 @@ class ReadThermostatAbsMinHeatSetpointLimit : public ModelCommand ~ReadThermostatAbsMinHeatSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -49733,9 +49733,9 @@ class ReportThermostatAbsMinHeatSetpointLimit : public ModelCommand ~ReportThermostatAbsMinHeatSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -49772,9 +49772,9 @@ class ReadThermostatAbsMaxHeatSetpointLimit : public ModelCommand ~ReadThermostatAbsMaxHeatSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -49802,9 +49802,9 @@ class ReportThermostatAbsMaxHeatSetpointLimit : public ModelCommand ~ReportThermostatAbsMaxHeatSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -49841,9 +49841,9 @@ class ReadThermostatAbsMinCoolSetpointLimit : public ModelCommand ~ReadThermostatAbsMinCoolSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -49871,9 +49871,9 @@ class ReportThermostatAbsMinCoolSetpointLimit : public ModelCommand ~ReportThermostatAbsMinCoolSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -49910,9 +49910,9 @@ class ReadThermostatAbsMaxCoolSetpointLimit : public ModelCommand ~ReadThermostatAbsMaxCoolSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -49940,9 +49940,9 @@ class ReportThermostatAbsMaxCoolSetpointLimit : public ModelCommand ~ReportThermostatAbsMaxCoolSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -49979,9 +49979,9 @@ class ReadThermostatOccupiedCoolingSetpoint : public ModelCommand ~ReadThermostatOccupiedCoolingSetpoint() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50007,9 +50007,9 @@ class WriteThermostatOccupiedCoolingSetpoint : public ModelCommand ~WriteThermostatOccupiedCoolingSetpoint() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) WriteAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50035,9 +50035,9 @@ class ReportThermostatOccupiedCoolingSetpoint : public ModelCommand ~ReportThermostatOccupiedCoolingSetpoint() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50074,9 +50074,9 @@ class ReadThermostatOccupiedHeatingSetpoint : public ModelCommand ~ReadThermostatOccupiedHeatingSetpoint() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50102,9 +50102,9 @@ class WriteThermostatOccupiedHeatingSetpoint : public ModelCommand ~WriteThermostatOccupiedHeatingSetpoint() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) WriteAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50130,9 +50130,9 @@ class ReportThermostatOccupiedHeatingSetpoint : public ModelCommand ~ReportThermostatOccupiedHeatingSetpoint() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50169,9 +50169,9 @@ class ReadThermostatMinHeatSetpointLimit : public ModelCommand ~ReadThermostatMinHeatSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x00000015) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50197,9 +50197,9 @@ class WriteThermostatMinHeatSetpointLimit : public ModelCommand ~WriteThermostatMinHeatSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) WriteAttribute (0x00000015) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50225,9 +50225,9 @@ class ReportThermostatMinHeatSetpointLimit : public ModelCommand ~ReportThermostatMinHeatSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x00000015) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50264,9 +50264,9 @@ class ReadThermostatMaxHeatSetpointLimit : public ModelCommand ~ReadThermostatMaxHeatSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x00000016) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50292,9 +50292,9 @@ class WriteThermostatMaxHeatSetpointLimit : public ModelCommand ~WriteThermostatMaxHeatSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) WriteAttribute (0x00000016) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50320,9 +50320,9 @@ class ReportThermostatMaxHeatSetpointLimit : public ModelCommand ~ReportThermostatMaxHeatSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x00000016) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50359,9 +50359,9 @@ class ReadThermostatMinCoolSetpointLimit : public ModelCommand ~ReadThermostatMinCoolSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x00000017) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50387,9 +50387,9 @@ class WriteThermostatMinCoolSetpointLimit : public ModelCommand ~WriteThermostatMinCoolSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) WriteAttribute (0x00000017) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50415,9 +50415,9 @@ class ReportThermostatMinCoolSetpointLimit : public ModelCommand ~ReportThermostatMinCoolSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x00000017) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50454,9 +50454,9 @@ class ReadThermostatMaxCoolSetpointLimit : public ModelCommand ~ReadThermostatMaxCoolSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x00000018) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50482,9 +50482,9 @@ class WriteThermostatMaxCoolSetpointLimit : public ModelCommand ~WriteThermostatMaxCoolSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) WriteAttribute (0x00000018) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50510,9 +50510,9 @@ class ReportThermostatMaxCoolSetpointLimit : public ModelCommand ~ReportThermostatMaxCoolSetpointLimit() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x00000018) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50549,9 +50549,9 @@ class ReadThermostatMinSetpointDeadBand : public ModelCommand ~ReadThermostatMinSetpointDeadBand() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x00000019) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50577,9 +50577,9 @@ class WriteThermostatMinSetpointDeadBand : public ModelCommand ~WriteThermostatMinSetpointDeadBand() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) WriteAttribute (0x00000019) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50605,9 +50605,9 @@ class ReportThermostatMinSetpointDeadBand : public ModelCommand ~ReportThermostatMinSetpointDeadBand() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x00000019) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50644,9 +50644,9 @@ class ReadThermostatControlSequenceOfOperation : public ModelCommand ~ReadThermostatControlSequenceOfOperation() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x0000001B) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50672,9 +50672,9 @@ class WriteThermostatControlSequenceOfOperation : public ModelCommand ~WriteThermostatControlSequenceOfOperation() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) WriteAttribute (0x0000001B) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50700,9 +50700,9 @@ class ReportThermostatControlSequenceOfOperation : public ModelCommand ~ReportThermostatControlSequenceOfOperation() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x0000001B) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50739,9 +50739,9 @@ class ReadThermostatSystemMode : public ModelCommand ~ReadThermostatSystemMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x0000001C) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50767,9 +50767,9 @@ class WriteThermostatSystemMode : public ModelCommand ~WriteThermostatSystemMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) WriteAttribute (0x0000001C) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50795,9 +50795,9 @@ class ReportThermostatSystemMode : public ModelCommand ~ReportThermostatSystemMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x0000001C) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50834,9 +50834,9 @@ class ReadThermostatStartOfWeek : public ModelCommand ~ReadThermostatStartOfWeek() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x00000020) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50864,9 +50864,9 @@ class ReportThermostatStartOfWeek : public ModelCommand ~ReportThermostatStartOfWeek() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x00000020) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50903,9 +50903,9 @@ class ReadThermostatNumberOfWeeklyTransitions : public ModelCommand ~ReadThermostatNumberOfWeeklyTransitions() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x00000021) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50933,9 +50933,9 @@ class ReportThermostatNumberOfWeeklyTransitions : public ModelCommand ~ReportThermostatNumberOfWeeklyTransitions() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x00000021) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -50972,9 +50972,9 @@ class ReadThermostatNumberOfDailyTransitions : public ModelCommand ~ReadThermostatNumberOfDailyTransitions() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x00000022) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -51002,9 +51002,9 @@ class ReportThermostatNumberOfDailyTransitions : public ModelCommand ~ReportThermostatNumberOfDailyTransitions() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x00000022) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -51041,9 +51041,9 @@ class ReadThermostatAttributeList : public ModelCommand ~ReadThermostatAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -51071,9 +51071,9 @@ class ReportThermostatAttributeList : public ModelCommand ~ReportThermostatAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -51113,9 +51113,9 @@ class ReadThermostatFeatureMap : public ModelCommand ~ReadThermostatFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -51143,9 +51143,9 @@ class ReportThermostatFeatureMap : public ModelCommand ~ReportThermostatFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -51182,9 +51182,9 @@ class ReadThermostatClusterRevision : public ModelCommand ~ReadThermostatClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -51212,9 +51212,9 @@ class ReportThermostatClusterRevision : public ModelCommand ~ReportThermostatClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0201) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000201) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatCluster cluster; cluster.Associate(device, endpointId); @@ -51266,9 +51266,9 @@ class ReadThermostatUserInterfaceConfigurationTemperatureDisplayMode : public Mo ~ReadThermostatUserInterfaceConfigurationTemperatureDisplayMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0204) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000204) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatUserInterfaceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -51295,9 +51295,9 @@ class WriteThermostatUserInterfaceConfigurationTemperatureDisplayMode : public M ~WriteThermostatUserInterfaceConfigurationTemperatureDisplayMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0204) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000204) WriteAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatUserInterfaceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -51324,9 +51324,9 @@ class ReportThermostatUserInterfaceConfigurationTemperatureDisplayMode : public ~ReportThermostatUserInterfaceConfigurationTemperatureDisplayMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0204) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000204) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatUserInterfaceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -51367,9 +51367,9 @@ class ReadThermostatUserInterfaceConfigurationKeypadLockout : public ModelComman ~ReadThermostatUserInterfaceConfigurationKeypadLockout() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0204) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000204) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatUserInterfaceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -51396,9 +51396,9 @@ class WriteThermostatUserInterfaceConfigurationKeypadLockout : public ModelComma ~WriteThermostatUserInterfaceConfigurationKeypadLockout() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0204) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000204) WriteAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatUserInterfaceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -51425,9 +51425,9 @@ class ReportThermostatUserInterfaceConfigurationKeypadLockout : public ModelComm ~ReportThermostatUserInterfaceConfigurationKeypadLockout() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0204) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000204) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatUserInterfaceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -51468,9 +51468,9 @@ class ReadThermostatUserInterfaceConfigurationScheduleProgrammingVisibility : pu ~ReadThermostatUserInterfaceConfigurationScheduleProgrammingVisibility() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0204) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000204) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatUserInterfaceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -51498,9 +51498,9 @@ class WriteThermostatUserInterfaceConfigurationScheduleProgrammingVisibility : p ~WriteThermostatUserInterfaceConfigurationScheduleProgrammingVisibility() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0204) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000204) WriteAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatUserInterfaceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -51527,9 +51527,9 @@ class ReportThermostatUserInterfaceConfigurationScheduleProgrammingVisibility : ~ReportThermostatUserInterfaceConfigurationScheduleProgrammingVisibility() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0204) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000204) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatUserInterfaceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -51570,9 +51570,9 @@ class ReadThermostatUserInterfaceConfigurationAttributeList : public ModelComman ~ReadThermostatUserInterfaceConfigurationAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0204) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000204) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatUserInterfaceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -51601,9 +51601,9 @@ class ReportThermostatUserInterfaceConfigurationAttributeList : public ModelComm ~ReportThermostatUserInterfaceConfigurationAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0204) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000204) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatUserInterfaceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -51644,9 +51644,9 @@ class ReadThermostatUserInterfaceConfigurationClusterRevision : public ModelComm ~ReadThermostatUserInterfaceConfigurationClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0204) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000204) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatUserInterfaceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -51675,9 +51675,9 @@ class ReportThermostatUserInterfaceConfigurationClusterRevision : public ModelCo ~ReportThermostatUserInterfaceConfigurationClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0204) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000204) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ThermostatUserInterfaceConfigurationCluster cluster; cluster.Associate(device, endpointId); @@ -51790,9 +51790,9 @@ class ThreadNetworkDiagnosticsResetCounts : public ModelCommand public: ThreadNetworkDiagnosticsResetCounts() : ModelCommand("reset-counts") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000035) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -51816,9 +51816,9 @@ class ReadThreadNetworkDiagnosticsConnectionStatus : public ModelCommand ~ReadThreadNetworkDiagnosticsConnectionStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -51847,9 +51847,9 @@ class ReportThreadNetworkDiagnosticsConnectionStatus : public ModelCommand ~ReportThreadNetworkDiagnosticsConnectionStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -51890,9 +51890,9 @@ class ReadThreadNetworkDiagnosticsChannel : public ModelCommand ~ReadThreadNetworkDiagnosticsChannel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -51920,9 +51920,9 @@ class ReportThreadNetworkDiagnosticsChannel : public ModelCommand ~ReportThreadNetworkDiagnosticsChannel() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -51959,9 +51959,9 @@ class ReadThreadNetworkDiagnosticsRoutingRole : public ModelCommand ~ReadThreadNetworkDiagnosticsRoutingRole() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -51989,9 +51989,9 @@ class ReportThreadNetworkDiagnosticsRoutingRole : public ModelCommand ~ReportThreadNetworkDiagnosticsRoutingRole() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52028,9 +52028,9 @@ class ReadThreadNetworkDiagnosticsNetworkName : public ModelCommand ~ReadThreadNetworkDiagnosticsNetworkName() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52058,9 +52058,9 @@ class ReportThreadNetworkDiagnosticsNetworkName : public ModelCommand ~ReportThreadNetworkDiagnosticsNetworkName() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52100,9 +52100,9 @@ class ReadThreadNetworkDiagnosticsPanId : public ModelCommand ~ReadThreadNetworkDiagnosticsPanId() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52130,9 +52130,9 @@ class ReportThreadNetworkDiagnosticsPanId : public ModelCommand ~ReportThreadNetworkDiagnosticsPanId() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52169,9 +52169,9 @@ class ReadThreadNetworkDiagnosticsExtendedPanId : public ModelCommand ~ReadThreadNetworkDiagnosticsExtendedPanId() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52199,9 +52199,9 @@ class ReportThreadNetworkDiagnosticsExtendedPanId : public ModelCommand ~ReportThreadNetworkDiagnosticsExtendedPanId() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52241,9 +52241,9 @@ class ReadThreadNetworkDiagnosticsMeshLocalPrefix : public ModelCommand ~ReadThreadNetworkDiagnosticsMeshLocalPrefix() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52271,9 +52271,9 @@ class ReportThreadNetworkDiagnosticsMeshLocalPrefix : public ModelCommand ~ReportThreadNetworkDiagnosticsMeshLocalPrefix() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52313,9 +52313,9 @@ class ReadThreadNetworkDiagnosticsOverrunCount : public ModelCommand ~ReadThreadNetworkDiagnosticsOverrunCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52343,9 +52343,9 @@ class ReportThreadNetworkDiagnosticsOverrunCount : public ModelCommand ~ReportThreadNetworkDiagnosticsOverrunCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52385,9 +52385,9 @@ class ReadThreadNetworkDiagnosticsNeighborTableList : public ModelCommand ~ReadThreadNetworkDiagnosticsNeighborTableList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52418,9 +52418,9 @@ class ReportThreadNetworkDiagnosticsNeighborTableList : public ModelCommand ~ReportThreadNetworkDiagnosticsNeighborTableList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52462,9 +52462,9 @@ class ReadThreadNetworkDiagnosticsRouteTableList : public ModelCommand ~ReadThreadNetworkDiagnosticsRouteTableList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52494,9 +52494,9 @@ class ReportThreadNetworkDiagnosticsRouteTableList : public ModelCommand ~ReportThreadNetworkDiagnosticsRouteTableList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52538,9 +52538,9 @@ class ReadThreadNetworkDiagnosticsPartitionId : public ModelCommand ~ReadThreadNetworkDiagnosticsPartitionId() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000009) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52568,9 +52568,9 @@ class ReportThreadNetworkDiagnosticsPartitionId : public ModelCommand ~ReportThreadNetworkDiagnosticsPartitionId() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000009) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52607,9 +52607,9 @@ class ReadThreadNetworkDiagnosticsWeighting : public ModelCommand ~ReadThreadNetworkDiagnosticsWeighting() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000000A) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52637,9 +52637,9 @@ class ReportThreadNetworkDiagnosticsWeighting : public ModelCommand ~ReportThreadNetworkDiagnosticsWeighting() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000000A) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52676,9 +52676,9 @@ class ReadThreadNetworkDiagnosticsDataVersion : public ModelCommand ~ReadThreadNetworkDiagnosticsDataVersion() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000000B) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52706,9 +52706,9 @@ class ReportThreadNetworkDiagnosticsDataVersion : public ModelCommand ~ReportThreadNetworkDiagnosticsDataVersion() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000000B) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52745,9 +52745,9 @@ class ReadThreadNetworkDiagnosticsStableDataVersion : public ModelCommand ~ReadThreadNetworkDiagnosticsStableDataVersion() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000000C) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52775,9 +52775,9 @@ class ReportThreadNetworkDiagnosticsStableDataVersion : public ModelCommand ~ReportThreadNetworkDiagnosticsStableDataVersion() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000000C) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52817,9 +52817,9 @@ class ReadThreadNetworkDiagnosticsLeaderRouterId : public ModelCommand ~ReadThreadNetworkDiagnosticsLeaderRouterId() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000000D) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52847,9 +52847,9 @@ class ReportThreadNetworkDiagnosticsLeaderRouterId : public ModelCommand ~ReportThreadNetworkDiagnosticsLeaderRouterId() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000000D) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52889,9 +52889,9 @@ class ReadThreadNetworkDiagnosticsDetachedRoleCount : public ModelCommand ~ReadThreadNetworkDiagnosticsDetachedRoleCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000000E) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52919,9 +52919,9 @@ class ReportThreadNetworkDiagnosticsDetachedRoleCount : public ModelCommand ~ReportThreadNetworkDiagnosticsDetachedRoleCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000000E) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52961,9 +52961,9 @@ class ReadThreadNetworkDiagnosticsChildRoleCount : public ModelCommand ~ReadThreadNetworkDiagnosticsChildRoleCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000000F) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -52991,9 +52991,9 @@ class ReportThreadNetworkDiagnosticsChildRoleCount : public ModelCommand ~ReportThreadNetworkDiagnosticsChildRoleCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000000F) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53033,9 +53033,9 @@ class ReadThreadNetworkDiagnosticsRouterRoleCount : public ModelCommand ~ReadThreadNetworkDiagnosticsRouterRoleCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53063,9 +53063,9 @@ class ReportThreadNetworkDiagnosticsRouterRoleCount : public ModelCommand ~ReportThreadNetworkDiagnosticsRouterRoleCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53105,9 +53105,9 @@ class ReadThreadNetworkDiagnosticsLeaderRoleCount : public ModelCommand ~ReadThreadNetworkDiagnosticsLeaderRoleCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53135,9 +53135,9 @@ class ReportThreadNetworkDiagnosticsLeaderRoleCount : public ModelCommand ~ReportThreadNetworkDiagnosticsLeaderRoleCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53177,9 +53177,9 @@ class ReadThreadNetworkDiagnosticsAttachAttemptCount : public ModelCommand ~ReadThreadNetworkDiagnosticsAttachAttemptCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53207,9 +53207,9 @@ class ReportThreadNetworkDiagnosticsAttachAttemptCount : public ModelCommand ~ReportThreadNetworkDiagnosticsAttachAttemptCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53249,9 +53249,9 @@ class ReadThreadNetworkDiagnosticsPartitionIdChangeCount : public ModelCommand ~ReadThreadNetworkDiagnosticsPartitionIdChangeCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000013) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53279,9 +53279,9 @@ class ReportThreadNetworkDiagnosticsPartitionIdChangeCount : public ModelCommand ~ReportThreadNetworkDiagnosticsPartitionIdChangeCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000013) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53322,9 +53322,9 @@ class ReadThreadNetworkDiagnosticsBetterPartitionAttachAttemptCount : public Mod ~ReadThreadNetworkDiagnosticsBetterPartitionAttachAttemptCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000014) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53353,9 +53353,9 @@ class ReportThreadNetworkDiagnosticsBetterPartitionAttachAttemptCount : public M ~ReportThreadNetworkDiagnosticsBetterPartitionAttachAttemptCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000014) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53396,9 +53396,9 @@ class ReadThreadNetworkDiagnosticsParentChangeCount : public ModelCommand ~ReadThreadNetworkDiagnosticsParentChangeCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000015) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53426,9 +53426,9 @@ class ReportThreadNetworkDiagnosticsParentChangeCount : public ModelCommand ~ReportThreadNetworkDiagnosticsParentChangeCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000015) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53468,9 +53468,9 @@ class ReadThreadNetworkDiagnosticsTxTotalCount : public ModelCommand ~ReadThreadNetworkDiagnosticsTxTotalCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000016) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53498,9 +53498,9 @@ class ReportThreadNetworkDiagnosticsTxTotalCount : public ModelCommand ~ReportThreadNetworkDiagnosticsTxTotalCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000016) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53540,9 +53540,9 @@ class ReadThreadNetworkDiagnosticsTxUnicastCount : public ModelCommand ~ReadThreadNetworkDiagnosticsTxUnicastCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000017) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53570,9 +53570,9 @@ class ReportThreadNetworkDiagnosticsTxUnicastCount : public ModelCommand ~ReportThreadNetworkDiagnosticsTxUnicastCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000017) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53612,9 +53612,9 @@ class ReadThreadNetworkDiagnosticsTxBroadcastCount : public ModelCommand ~ReadThreadNetworkDiagnosticsTxBroadcastCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000018) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53642,9 +53642,9 @@ class ReportThreadNetworkDiagnosticsTxBroadcastCount : public ModelCommand ~ReportThreadNetworkDiagnosticsTxBroadcastCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000018) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53684,9 +53684,9 @@ class ReadThreadNetworkDiagnosticsTxAckRequestedCount : public ModelCommand ~ReadThreadNetworkDiagnosticsTxAckRequestedCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000019) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53714,9 +53714,9 @@ class ReportThreadNetworkDiagnosticsTxAckRequestedCount : public ModelCommand ~ReportThreadNetworkDiagnosticsTxAckRequestedCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000019) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53756,9 +53756,9 @@ class ReadThreadNetworkDiagnosticsTxAckedCount : public ModelCommand ~ReadThreadNetworkDiagnosticsTxAckedCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000001A) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53786,9 +53786,9 @@ class ReportThreadNetworkDiagnosticsTxAckedCount : public ModelCommand ~ReportThreadNetworkDiagnosticsTxAckedCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000001A) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53828,9 +53828,9 @@ class ReadThreadNetworkDiagnosticsTxNoAckRequestedCount : public ModelCommand ~ReadThreadNetworkDiagnosticsTxNoAckRequestedCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000001B) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53858,9 +53858,9 @@ class ReportThreadNetworkDiagnosticsTxNoAckRequestedCount : public ModelCommand ~ReportThreadNetworkDiagnosticsTxNoAckRequestedCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000001B) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53901,9 +53901,9 @@ class ReadThreadNetworkDiagnosticsTxDataCount : public ModelCommand ~ReadThreadNetworkDiagnosticsTxDataCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000001C) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53931,9 +53931,9 @@ class ReportThreadNetworkDiagnosticsTxDataCount : public ModelCommand ~ReportThreadNetworkDiagnosticsTxDataCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000001C) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -53970,9 +53970,9 @@ class ReadThreadNetworkDiagnosticsTxDataPollCount : public ModelCommand ~ReadThreadNetworkDiagnosticsTxDataPollCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000001D) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54000,9 +54000,9 @@ class ReportThreadNetworkDiagnosticsTxDataPollCount : public ModelCommand ~ReportThreadNetworkDiagnosticsTxDataPollCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000001D) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54042,9 +54042,9 @@ class ReadThreadNetworkDiagnosticsTxBeaconCount : public ModelCommand ~ReadThreadNetworkDiagnosticsTxBeaconCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000001E) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54072,9 +54072,9 @@ class ReportThreadNetworkDiagnosticsTxBeaconCount : public ModelCommand ~ReportThreadNetworkDiagnosticsTxBeaconCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000001E) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54114,9 +54114,9 @@ class ReadThreadNetworkDiagnosticsTxBeaconRequestCount : public ModelCommand ~ReadThreadNetworkDiagnosticsTxBeaconRequestCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000001F) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54144,9 +54144,9 @@ class ReportThreadNetworkDiagnosticsTxBeaconRequestCount : public ModelCommand ~ReportThreadNetworkDiagnosticsTxBeaconRequestCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000001F) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54187,9 +54187,9 @@ class ReadThreadNetworkDiagnosticsTxOtherCount : public ModelCommand ~ReadThreadNetworkDiagnosticsTxOtherCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000020) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54217,9 +54217,9 @@ class ReportThreadNetworkDiagnosticsTxOtherCount : public ModelCommand ~ReportThreadNetworkDiagnosticsTxOtherCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000020) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54259,9 +54259,9 @@ class ReadThreadNetworkDiagnosticsTxRetryCount : public ModelCommand ~ReadThreadNetworkDiagnosticsTxRetryCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000021) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54289,9 +54289,9 @@ class ReportThreadNetworkDiagnosticsTxRetryCount : public ModelCommand ~ReportThreadNetworkDiagnosticsTxRetryCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000021) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54331,9 +54331,9 @@ class ReadThreadNetworkDiagnosticsTxDirectMaxRetryExpiryCount : public ModelComm ~ReadThreadNetworkDiagnosticsTxDirectMaxRetryExpiryCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000022) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54362,9 +54362,9 @@ class ReportThreadNetworkDiagnosticsTxDirectMaxRetryExpiryCount : public ModelCo ~ReportThreadNetworkDiagnosticsTxDirectMaxRetryExpiryCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000022) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54405,9 +54405,9 @@ class ReadThreadNetworkDiagnosticsTxIndirectMaxRetryExpiryCount : public ModelCo ~ReadThreadNetworkDiagnosticsTxIndirectMaxRetryExpiryCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000023) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54436,9 +54436,9 @@ class ReportThreadNetworkDiagnosticsTxIndirectMaxRetryExpiryCount : public Model ~ReportThreadNetworkDiagnosticsTxIndirectMaxRetryExpiryCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000023) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54479,9 +54479,9 @@ class ReadThreadNetworkDiagnosticsTxErrCcaCount : public ModelCommand ~ReadThreadNetworkDiagnosticsTxErrCcaCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000024) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54509,9 +54509,9 @@ class ReportThreadNetworkDiagnosticsTxErrCcaCount : public ModelCommand ~ReportThreadNetworkDiagnosticsTxErrCcaCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000024) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54551,9 +54551,9 @@ class ReadThreadNetworkDiagnosticsTxErrAbortCount : public ModelCommand ~ReadThreadNetworkDiagnosticsTxErrAbortCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000025) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54581,9 +54581,9 @@ class ReportThreadNetworkDiagnosticsTxErrAbortCount : public ModelCommand ~ReportThreadNetworkDiagnosticsTxErrAbortCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000025) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54623,9 +54623,9 @@ class ReadThreadNetworkDiagnosticsTxErrBusyChannelCount : public ModelCommand ~ReadThreadNetworkDiagnosticsTxErrBusyChannelCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000026) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54653,9 +54653,9 @@ class ReportThreadNetworkDiagnosticsTxErrBusyChannelCount : public ModelCommand ~ReportThreadNetworkDiagnosticsTxErrBusyChannelCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000026) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54696,9 +54696,9 @@ class ReadThreadNetworkDiagnosticsRxTotalCount : public ModelCommand ~ReadThreadNetworkDiagnosticsRxTotalCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000027) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54726,9 +54726,9 @@ class ReportThreadNetworkDiagnosticsRxTotalCount : public ModelCommand ~ReportThreadNetworkDiagnosticsRxTotalCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000027) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54768,9 +54768,9 @@ class ReadThreadNetworkDiagnosticsRxUnicastCount : public ModelCommand ~ReadThreadNetworkDiagnosticsRxUnicastCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000028) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54798,9 +54798,9 @@ class ReportThreadNetworkDiagnosticsRxUnicastCount : public ModelCommand ~ReportThreadNetworkDiagnosticsRxUnicastCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000028) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54840,9 +54840,9 @@ class ReadThreadNetworkDiagnosticsRxBroadcastCount : public ModelCommand ~ReadThreadNetworkDiagnosticsRxBroadcastCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000029) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54870,9 +54870,9 @@ class ReportThreadNetworkDiagnosticsRxBroadcastCount : public ModelCommand ~ReportThreadNetworkDiagnosticsRxBroadcastCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000029) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54912,9 +54912,9 @@ class ReadThreadNetworkDiagnosticsRxDataCount : public ModelCommand ~ReadThreadNetworkDiagnosticsRxDataCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000002A) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54942,9 +54942,9 @@ class ReportThreadNetworkDiagnosticsRxDataCount : public ModelCommand ~ReportThreadNetworkDiagnosticsRxDataCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000002A) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -54981,9 +54981,9 @@ class ReadThreadNetworkDiagnosticsRxDataPollCount : public ModelCommand ~ReadThreadNetworkDiagnosticsRxDataPollCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000002B) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55011,9 +55011,9 @@ class ReportThreadNetworkDiagnosticsRxDataPollCount : public ModelCommand ~ReportThreadNetworkDiagnosticsRxDataPollCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000002B) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55053,9 +55053,9 @@ class ReadThreadNetworkDiagnosticsRxBeaconCount : public ModelCommand ~ReadThreadNetworkDiagnosticsRxBeaconCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000002C) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55083,9 +55083,9 @@ class ReportThreadNetworkDiagnosticsRxBeaconCount : public ModelCommand ~ReportThreadNetworkDiagnosticsRxBeaconCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000002C) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55125,9 +55125,9 @@ class ReadThreadNetworkDiagnosticsRxBeaconRequestCount : public ModelCommand ~ReadThreadNetworkDiagnosticsRxBeaconRequestCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000002D) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55155,9 +55155,9 @@ class ReportThreadNetworkDiagnosticsRxBeaconRequestCount : public ModelCommand ~ReportThreadNetworkDiagnosticsRxBeaconRequestCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000002D) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55198,9 +55198,9 @@ class ReadThreadNetworkDiagnosticsRxOtherCount : public ModelCommand ~ReadThreadNetworkDiagnosticsRxOtherCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000002E) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55228,9 +55228,9 @@ class ReportThreadNetworkDiagnosticsRxOtherCount : public ModelCommand ~ReportThreadNetworkDiagnosticsRxOtherCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000002E) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55270,9 +55270,9 @@ class ReadThreadNetworkDiagnosticsRxAddressFilteredCount : public ModelCommand ~ReadThreadNetworkDiagnosticsRxAddressFilteredCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000002F) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55300,9 +55300,9 @@ class ReportThreadNetworkDiagnosticsRxAddressFilteredCount : public ModelCommand ~ReportThreadNetworkDiagnosticsRxAddressFilteredCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000002F) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55343,9 +55343,9 @@ class ReadThreadNetworkDiagnosticsRxDestAddrFilteredCount : public ModelCommand ~ReadThreadNetworkDiagnosticsRxDestAddrFilteredCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000030) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55373,9 +55373,9 @@ class ReportThreadNetworkDiagnosticsRxDestAddrFilteredCount : public ModelComman ~ReportThreadNetworkDiagnosticsRxDestAddrFilteredCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000030) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55416,9 +55416,9 @@ class ReadThreadNetworkDiagnosticsRxDuplicatedCount : public ModelCommand ~ReadThreadNetworkDiagnosticsRxDuplicatedCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000031) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55446,9 +55446,9 @@ class ReportThreadNetworkDiagnosticsRxDuplicatedCount : public ModelCommand ~ReportThreadNetworkDiagnosticsRxDuplicatedCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000031) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55488,9 +55488,9 @@ class ReadThreadNetworkDiagnosticsRxErrNoFrameCount : public ModelCommand ~ReadThreadNetworkDiagnosticsRxErrNoFrameCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000032) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55518,9 +55518,9 @@ class ReportThreadNetworkDiagnosticsRxErrNoFrameCount : public ModelCommand ~ReportThreadNetworkDiagnosticsRxErrNoFrameCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000032) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55560,9 +55560,9 @@ class ReadThreadNetworkDiagnosticsRxErrUnknownNeighborCount : public ModelComman ~ReadThreadNetworkDiagnosticsRxErrUnknownNeighborCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000033) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55591,9 +55591,9 @@ class ReportThreadNetworkDiagnosticsRxErrUnknownNeighborCount : public ModelComm ~ReportThreadNetworkDiagnosticsRxErrUnknownNeighborCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000033) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55634,9 +55634,9 @@ class ReadThreadNetworkDiagnosticsRxErrInvalidSrcAddrCount : public ModelCommand ~ReadThreadNetworkDiagnosticsRxErrInvalidSrcAddrCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000034) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55664,9 +55664,9 @@ class ReportThreadNetworkDiagnosticsRxErrInvalidSrcAddrCount : public ModelComma ~ReportThreadNetworkDiagnosticsRxErrInvalidSrcAddrCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000034) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55707,9 +55707,9 @@ class ReadThreadNetworkDiagnosticsRxErrSecCount : public ModelCommand ~ReadThreadNetworkDiagnosticsRxErrSecCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000035) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55737,9 +55737,9 @@ class ReportThreadNetworkDiagnosticsRxErrSecCount : public ModelCommand ~ReportThreadNetworkDiagnosticsRxErrSecCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000035) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55779,9 +55779,9 @@ class ReadThreadNetworkDiagnosticsRxErrFcsCount : public ModelCommand ~ReadThreadNetworkDiagnosticsRxErrFcsCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000036) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55809,9 +55809,9 @@ class ReportThreadNetworkDiagnosticsRxErrFcsCount : public ModelCommand ~ReportThreadNetworkDiagnosticsRxErrFcsCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000036) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55851,9 +55851,9 @@ class ReadThreadNetworkDiagnosticsRxErrOtherCount : public ModelCommand ~ReadThreadNetworkDiagnosticsRxErrOtherCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000037) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55881,9 +55881,9 @@ class ReportThreadNetworkDiagnosticsRxErrOtherCount : public ModelCommand ~ReportThreadNetworkDiagnosticsRxErrOtherCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000037) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55923,9 +55923,9 @@ class ReadThreadNetworkDiagnosticsActiveTimestamp : public ModelCommand ~ReadThreadNetworkDiagnosticsActiveTimestamp() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000038) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55953,9 +55953,9 @@ class ReportThreadNetworkDiagnosticsActiveTimestamp : public ModelCommand ~ReportThreadNetworkDiagnosticsActiveTimestamp() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000038) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -55995,9 +55995,9 @@ class ReadThreadNetworkDiagnosticsPendingTimestamp : public ModelCommand ~ReadThreadNetworkDiagnosticsPendingTimestamp() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x00000039) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -56025,9 +56025,9 @@ class ReportThreadNetworkDiagnosticsPendingTimestamp : public ModelCommand ~ReportThreadNetworkDiagnosticsPendingTimestamp() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x00000039) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -56067,9 +56067,9 @@ class ReadThreadNetworkDiagnosticsDelay : public ModelCommand ~ReadThreadNetworkDiagnosticsDelay() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000003A) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -56097,9 +56097,9 @@ class ReportThreadNetworkDiagnosticsDelay : public ModelCommand ~ReportThreadNetworkDiagnosticsDelay() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000003A) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -56136,9 +56136,9 @@ class ReadThreadNetworkDiagnosticsSecurityPolicy : public ModelCommand ~ReadThreadNetworkDiagnosticsSecurityPolicy() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000003B) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -56169,9 +56169,9 @@ class ReportThreadNetworkDiagnosticsSecurityPolicy : public ModelCommand ~ReportThreadNetworkDiagnosticsSecurityPolicy() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000003B) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -56213,9 +56213,9 @@ class ReadThreadNetworkDiagnosticsChannelMask : public ModelCommand ~ReadThreadNetworkDiagnosticsChannelMask() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000003C) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -56243,9 +56243,9 @@ class ReportThreadNetworkDiagnosticsChannelMask : public ModelCommand ~ReportThreadNetworkDiagnosticsChannelMask() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000003C) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -56285,9 +56285,9 @@ class ReadThreadNetworkDiagnosticsOperationalDatasetComponents : public ModelCom ~ReadThreadNetworkDiagnosticsOperationalDatasetComponents() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000003D) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -56319,9 +56319,9 @@ class ReportThreadNetworkDiagnosticsOperationalDatasetComponents : public ModelC ~ReportThreadNetworkDiagnosticsOperationalDatasetComponents() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000003D) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -56365,9 +56365,9 @@ class ReadThreadNetworkDiagnosticsActiveNetworkFaultsList : public ModelCommand ~ReadThreadNetworkDiagnosticsActiveNetworkFaultsList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000003E) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -56397,9 +56397,9 @@ class ReportThreadNetworkDiagnosticsActiveNetworkFaultsList : public ModelComman ~ReportThreadNetworkDiagnosticsActiveNetworkFaultsList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000003E) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -56442,9 +56442,9 @@ class ReadThreadNetworkDiagnosticsAttributeList : public ModelCommand ~ReadThreadNetworkDiagnosticsAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -56472,9 +56472,9 @@ class ReportThreadNetworkDiagnosticsAttributeList : public ModelCommand ~ReportThreadNetworkDiagnosticsAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -56514,9 +56514,9 @@ class ReadThreadNetworkDiagnosticsFeatureMap : public ModelCommand ~ReadThreadNetworkDiagnosticsFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -56544,9 +56544,9 @@ class ReportThreadNetworkDiagnosticsFeatureMap : public ModelCommand ~ReportThreadNetworkDiagnosticsFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -56583,9 +56583,9 @@ class ReadThreadNetworkDiagnosticsClusterRevision : public ModelCommand ~ReadThreadNetworkDiagnosticsClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -56613,9 +56613,9 @@ class ReportThreadNetworkDiagnosticsClusterRevision : public ModelCommand ~ReportThreadNetworkDiagnosticsClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0035) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000035) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::ThreadNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -56667,9 +56667,9 @@ class ReadUserLabelLabelList : public ModelCommand ~ReadUserLabelLabelList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0041) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000041) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::UserLabelCluster cluster; cluster.Associate(device, endpointId); @@ -56699,9 +56699,9 @@ class ReportUserLabelLabelList : public ModelCommand ~ReportUserLabelLabelList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0041) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000041) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::UserLabelCluster cluster; cluster.Associate(device, endpointId); @@ -56743,9 +56743,9 @@ class ReadUserLabelClusterRevision : public ModelCommand ~ReadUserLabelClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0041) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000041) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::UserLabelCluster cluster; cluster.Associate(device, endpointId); @@ -56773,9 +56773,9 @@ class ReportUserLabelClusterRevision : public ModelCommand ~ReportUserLabelClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0041) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000041) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::UserLabelCluster cluster; cluster.Associate(device, endpointId); @@ -56825,9 +56825,9 @@ class ReadWakeOnLanWakeOnLanMacAddress : public ModelCommand ~ReadWakeOnLanWakeOnLanMacAddress() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0503) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000503) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::WakeOnLanCluster cluster; cluster.Associate(device, endpointId); @@ -56855,9 +56855,9 @@ class ReportWakeOnLanWakeOnLanMacAddress : public ModelCommand ~ReportWakeOnLanWakeOnLanMacAddress() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0503) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000503) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::WakeOnLanCluster cluster; cluster.Associate(device, endpointId); @@ -56894,9 +56894,9 @@ class ReadWakeOnLanAttributeList : public ModelCommand ~ReadWakeOnLanAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0503) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000503) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::WakeOnLanCluster cluster; cluster.Associate(device, endpointId); @@ -56924,9 +56924,9 @@ class ReportWakeOnLanAttributeList : public ModelCommand ~ReportWakeOnLanAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0503) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000503) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::WakeOnLanCluster cluster; cluster.Associate(device, endpointId); @@ -56966,9 +56966,9 @@ class ReadWakeOnLanClusterRevision : public ModelCommand ~ReadWakeOnLanClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0503) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000503) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::WakeOnLanCluster cluster; cluster.Associate(device, endpointId); @@ -56996,9 +56996,9 @@ class ReportWakeOnLanClusterRevision : public ModelCommand ~ReportWakeOnLanClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0503) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000503) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::WakeOnLanCluster cluster; cluster.Associate(device, endpointId); @@ -57059,9 +57059,9 @@ class WiFiNetworkDiagnosticsResetCounts : public ModelCommand public: WiFiNetworkDiagnosticsResetCounts() : ModelCommand("reset-counts") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000036) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -57085,9 +57085,9 @@ class ReadWiFiNetworkDiagnosticsDisconnection : public ModelCommand ~ReadWiFiNetworkDiagnosticsDisconnection() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57116,9 +57116,9 @@ class ReportWiFiNetworkDiagnosticsDisconnection : public ModelCommand ~ReportWiFiNetworkDiagnosticsDisconnection() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportEvent (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57158,9 +57158,9 @@ class ReadWiFiNetworkDiagnosticsAssociationFailure : public ModelCommand ~ReadWiFiNetworkDiagnosticsAssociationFailure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57189,9 +57189,9 @@ class ReportWiFiNetworkDiagnosticsAssociationFailure : public ModelCommand ~ReportWiFiNetworkDiagnosticsAssociationFailure() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportEvent (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57231,9 +57231,9 @@ class ReadWiFiNetworkDiagnosticsConnectionStatus : public ModelCommand ~ReadWiFiNetworkDiagnosticsConnectionStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadEvent (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57262,9 +57262,9 @@ class ReportWiFiNetworkDiagnosticsConnectionStatus : public ModelCommand ~ReportWiFiNetworkDiagnosticsConnectionStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportEvent on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportEvent (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57305,9 +57305,9 @@ class ReadWiFiNetworkDiagnosticsBssid : public ModelCommand ~ReadWiFiNetworkDiagnosticsBssid() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57335,9 +57335,9 @@ class ReportWiFiNetworkDiagnosticsBssid : public ModelCommand ~ReportWiFiNetworkDiagnosticsBssid() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57374,9 +57374,9 @@ class ReadWiFiNetworkDiagnosticsSecurityType : public ModelCommand ~ReadWiFiNetworkDiagnosticsSecurityType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57404,9 +57404,9 @@ class ReportWiFiNetworkDiagnosticsSecurityType : public ModelCommand ~ReportWiFiNetworkDiagnosticsSecurityType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportAttribute (0x00000001) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57443,9 +57443,9 @@ class ReadWiFiNetworkDiagnosticsWiFiVersion : public ModelCommand ~ReadWiFiNetworkDiagnosticsWiFiVersion() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57473,9 +57473,9 @@ class ReportWiFiNetworkDiagnosticsWiFiVersion : public ModelCommand ~ReportWiFiNetworkDiagnosticsWiFiVersion() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportAttribute (0x00000002) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57512,9 +57512,9 @@ class ReadWiFiNetworkDiagnosticsChannelNumber : public ModelCommand ~ReadWiFiNetworkDiagnosticsChannelNumber() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57542,9 +57542,9 @@ class ReportWiFiNetworkDiagnosticsChannelNumber : public ModelCommand ~ReportWiFiNetworkDiagnosticsChannelNumber() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57581,9 +57581,9 @@ class ReadWiFiNetworkDiagnosticsRssi : public ModelCommand ~ReadWiFiNetworkDiagnosticsRssi() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57611,9 +57611,9 @@ class ReportWiFiNetworkDiagnosticsRssi : public ModelCommand ~ReportWiFiNetworkDiagnosticsRssi() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57650,9 +57650,9 @@ class ReadWiFiNetworkDiagnosticsBeaconLostCount : public ModelCommand ~ReadWiFiNetworkDiagnosticsBeaconLostCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57680,9 +57680,9 @@ class ReportWiFiNetworkDiagnosticsBeaconLostCount : public ModelCommand ~ReportWiFiNetworkDiagnosticsBeaconLostCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportAttribute (0x00000005) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57722,9 +57722,9 @@ class ReadWiFiNetworkDiagnosticsBeaconRxCount : public ModelCommand ~ReadWiFiNetworkDiagnosticsBeaconRxCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57752,9 +57752,9 @@ class ReportWiFiNetworkDiagnosticsBeaconRxCount : public ModelCommand ~ReportWiFiNetworkDiagnosticsBeaconRxCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportAttribute (0x00000006) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57791,9 +57791,9 @@ class ReadWiFiNetworkDiagnosticsPacketMulticastRxCount : public ModelCommand ~ReadWiFiNetworkDiagnosticsPacketMulticastRxCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57821,9 +57821,9 @@ class ReportWiFiNetworkDiagnosticsPacketMulticastRxCount : public ModelCommand ~ReportWiFiNetworkDiagnosticsPacketMulticastRxCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57864,9 +57864,9 @@ class ReadWiFiNetworkDiagnosticsPacketMulticastTxCount : public ModelCommand ~ReadWiFiNetworkDiagnosticsPacketMulticastTxCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadAttribute (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57894,9 +57894,9 @@ class ReportWiFiNetworkDiagnosticsPacketMulticastTxCount : public ModelCommand ~ReportWiFiNetworkDiagnosticsPacketMulticastTxCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportAttribute (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57937,9 +57937,9 @@ class ReadWiFiNetworkDiagnosticsPacketUnicastRxCount : public ModelCommand ~ReadWiFiNetworkDiagnosticsPacketUnicastRxCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadAttribute (0x00000009) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -57967,9 +57967,9 @@ class ReportWiFiNetworkDiagnosticsPacketUnicastRxCount : public ModelCommand ~ReportWiFiNetworkDiagnosticsPacketUnicastRxCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportAttribute (0x00000009) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -58009,9 +58009,9 @@ class ReadWiFiNetworkDiagnosticsPacketUnicastTxCount : public ModelCommand ~ReadWiFiNetworkDiagnosticsPacketUnicastTxCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadAttribute (0x0000000A) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -58039,9 +58039,9 @@ class ReportWiFiNetworkDiagnosticsPacketUnicastTxCount : public ModelCommand ~ReportWiFiNetworkDiagnosticsPacketUnicastTxCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportAttribute (0x0000000A) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -58081,9 +58081,9 @@ class ReadWiFiNetworkDiagnosticsCurrentMaxRate : public ModelCommand ~ReadWiFiNetworkDiagnosticsCurrentMaxRate() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadAttribute (0x0000000B) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -58111,9 +58111,9 @@ class ReportWiFiNetworkDiagnosticsCurrentMaxRate : public ModelCommand ~ReportWiFiNetworkDiagnosticsCurrentMaxRate() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportAttribute (0x0000000B) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -58153,9 +58153,9 @@ class ReadWiFiNetworkDiagnosticsOverrunCount : public ModelCommand ~ReadWiFiNetworkDiagnosticsOverrunCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadAttribute (0x0000000C) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -58183,9 +58183,9 @@ class ReportWiFiNetworkDiagnosticsOverrunCount : public ModelCommand ~ReportWiFiNetworkDiagnosticsOverrunCount() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportAttribute (0x0000000C) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -58222,9 +58222,9 @@ class ReadWiFiNetworkDiagnosticsAttributeList : public ModelCommand ~ReadWiFiNetworkDiagnosticsAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -58252,9 +58252,9 @@ class ReportWiFiNetworkDiagnosticsAttributeList : public ModelCommand ~ReportWiFiNetworkDiagnosticsAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -58294,9 +58294,9 @@ class ReadWiFiNetworkDiagnosticsFeatureMap : public ModelCommand ~ReadWiFiNetworkDiagnosticsFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -58324,9 +58324,9 @@ class ReportWiFiNetworkDiagnosticsFeatureMap : public ModelCommand ~ReportWiFiNetworkDiagnosticsFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -58363,9 +58363,9 @@ class ReadWiFiNetworkDiagnosticsClusterRevision : public ModelCommand ~ReadWiFiNetworkDiagnosticsClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -58393,9 +58393,9 @@ class ReportWiFiNetworkDiagnosticsClusterRevision : public ModelCommand ~ReportWiFiNetworkDiagnosticsClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0036) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000036) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::WiFiNetworkDiagnosticsCluster cluster; cluster.Associate(device, endpointId); @@ -58467,9 +58467,9 @@ class WindowCoveringDownOrClose : public ModelCommand public: WindowCoveringDownOrClose() : ModelCommand("down-or-close") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000102) command (0x00000001) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) command (0x00000001) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -58492,9 +58492,9 @@ class WindowCoveringGoToLiftPercentage : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000102) command (0x00000005) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) command (0x00000005) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -58516,9 +58516,9 @@ class WindowCoveringGoToLiftValue : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000102) command (0x00000004) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) command (0x00000004) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -58541,9 +58541,9 @@ class WindowCoveringGoToTiltPercentage : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000102) command (0x00000008) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) command (0x00000008) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -58565,9 +58565,9 @@ class WindowCoveringGoToTiltValue : public ModelCommand ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000102) command (0x00000007) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) command (0x00000007) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -58585,9 +58585,9 @@ class WindowCoveringStopMotion : public ModelCommand public: WindowCoveringStopMotion() : ModelCommand("stop-motion") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000102) command (0x00000002) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) command (0x00000002) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -58605,9 +58605,9 @@ class WindowCoveringUpOrOpen : public ModelCommand public: WindowCoveringUpOrOpen() : ModelCommand("up-or-open") { ModelCommand::AddArguments(); } - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x00000102) command (0x00000000) on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) command (0x00000000) on endpoint %" PRIu16, endpointId); return chip::Controller::InvokeCommand(device, this, OnDefaultSuccess, OnDefaultFailure, endpointId, mRequest, mTimedInteractionTimeoutMs); @@ -58631,9 +58631,9 @@ class ReadWindowCoveringType : public ModelCommand ~ReadWindowCoveringType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -58661,9 +58661,9 @@ class ReportWindowCoveringType : public ModelCommand ~ReportWindowCoveringType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x00000000) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -58700,9 +58700,9 @@ class ReadWindowCoveringCurrentPositionLift : public ModelCommand ~ReadWindowCoveringCurrentPositionLift() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -58730,9 +58730,9 @@ class ReportWindowCoveringCurrentPositionLift : public ModelCommand ~ReportWindowCoveringCurrentPositionLift() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x00000003) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -58772,9 +58772,9 @@ class ReadWindowCoveringCurrentPositionTilt : public ModelCommand ~ReadWindowCoveringCurrentPositionTilt() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -58802,9 +58802,9 @@ class ReportWindowCoveringCurrentPositionTilt : public ModelCommand ~ReportWindowCoveringCurrentPositionTilt() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x00000004) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -58844,9 +58844,9 @@ class ReadWindowCoveringConfigStatus : public ModelCommand ~ReadWindowCoveringConfigStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -58874,9 +58874,9 @@ class ReportWindowCoveringConfigStatus : public ModelCommand ~ReportWindowCoveringConfigStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x00000007) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -58913,9 +58913,9 @@ class ReadWindowCoveringCurrentPositionLiftPercentage : public ModelCommand ~ReadWindowCoveringCurrentPositionLiftPercentage() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -58943,9 +58943,9 @@ class ReportWindowCoveringCurrentPositionLiftPercentage : public ModelCommand ~ReportWindowCoveringCurrentPositionLiftPercentage() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x00000008) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -58985,9 +58985,9 @@ class ReadWindowCoveringCurrentPositionTiltPercentage : public ModelCommand ~ReadWindowCoveringCurrentPositionTiltPercentage() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x00000009) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59015,9 +59015,9 @@ class ReportWindowCoveringCurrentPositionTiltPercentage : public ModelCommand ~ReportWindowCoveringCurrentPositionTiltPercentage() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x00000009) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59057,9 +59057,9 @@ class ReadWindowCoveringOperationalStatus : public ModelCommand ~ReadWindowCoveringOperationalStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x0000000A) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59087,9 +59087,9 @@ class ReportWindowCoveringOperationalStatus : public ModelCommand ~ReportWindowCoveringOperationalStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x0000000A) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59126,9 +59126,9 @@ class ReadWindowCoveringTargetPositionLiftPercent100ths : public ModelCommand ~ReadWindowCoveringTargetPositionLiftPercent100ths() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x0000000B) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59156,9 +59156,9 @@ class ReportWindowCoveringTargetPositionLiftPercent100ths : public ModelCommand ~ReportWindowCoveringTargetPositionLiftPercent100ths() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x0000000B) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59199,9 +59199,9 @@ class ReadWindowCoveringTargetPositionTiltPercent100ths : public ModelCommand ~ReadWindowCoveringTargetPositionTiltPercent100ths() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x0000000C) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59229,9 +59229,9 @@ class ReportWindowCoveringTargetPositionTiltPercent100ths : public ModelCommand ~ReportWindowCoveringTargetPositionTiltPercent100ths() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x0000000C) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59272,9 +59272,9 @@ class ReadWindowCoveringEndProductType : public ModelCommand ~ReadWindowCoveringEndProductType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x0000000D) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59302,9 +59302,9 @@ class ReportWindowCoveringEndProductType : public ModelCommand ~ReportWindowCoveringEndProductType() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x0000000D) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59341,9 +59341,9 @@ class ReadWindowCoveringCurrentPositionLiftPercent100ths : public ModelCommand ~ReadWindowCoveringCurrentPositionLiftPercent100ths() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x0000000E) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59371,9 +59371,9 @@ class ReportWindowCoveringCurrentPositionLiftPercent100ths : public ModelCommand ~ReportWindowCoveringCurrentPositionLiftPercent100ths() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x0000000E) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59414,9 +59414,9 @@ class ReadWindowCoveringCurrentPositionTiltPercent100ths : public ModelCommand ~ReadWindowCoveringCurrentPositionTiltPercent100ths() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x0000000F) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59444,9 +59444,9 @@ class ReportWindowCoveringCurrentPositionTiltPercent100ths : public ModelCommand ~ReportWindowCoveringCurrentPositionTiltPercent100ths() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x0000000F) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59487,9 +59487,9 @@ class ReadWindowCoveringInstalledOpenLimitLift : public ModelCommand ~ReadWindowCoveringInstalledOpenLimitLift() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59517,9 +59517,9 @@ class ReportWindowCoveringInstalledOpenLimitLift : public ModelCommand ~ReportWindowCoveringInstalledOpenLimitLift() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x00000010) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59559,9 +59559,9 @@ class ReadWindowCoveringInstalledClosedLimitLift : public ModelCommand ~ReadWindowCoveringInstalledClosedLimitLift() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59589,9 +59589,9 @@ class ReportWindowCoveringInstalledClosedLimitLift : public ModelCommand ~ReportWindowCoveringInstalledClosedLimitLift() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x00000011) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59631,9 +59631,9 @@ class ReadWindowCoveringInstalledOpenLimitTilt : public ModelCommand ~ReadWindowCoveringInstalledOpenLimitTilt() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59661,9 +59661,9 @@ class ReportWindowCoveringInstalledOpenLimitTilt : public ModelCommand ~ReportWindowCoveringInstalledOpenLimitTilt() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x00000012) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59703,9 +59703,9 @@ class ReadWindowCoveringInstalledClosedLimitTilt : public ModelCommand ~ReadWindowCoveringInstalledClosedLimitTilt() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x00000013) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59733,9 +59733,9 @@ class ReportWindowCoveringInstalledClosedLimitTilt : public ModelCommand ~ReportWindowCoveringInstalledClosedLimitTilt() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x00000013) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59775,9 +59775,9 @@ class ReadWindowCoveringMode : public ModelCommand ~ReadWindowCoveringMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x00000017) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59803,9 +59803,9 @@ class WriteWindowCoveringMode : public ModelCommand ~WriteWindowCoveringMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) WriteAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) WriteAttribute (0x00000017) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59831,9 +59831,9 @@ class ReportWindowCoveringMode : public ModelCommand ~ReportWindowCoveringMode() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x00000017) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59870,9 +59870,9 @@ class ReadWindowCoveringSafetyStatus : public ModelCommand ~ReadWindowCoveringSafetyStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x0000001A) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59900,9 +59900,9 @@ class ReportWindowCoveringSafetyStatus : public ModelCommand ~ReportWindowCoveringSafetyStatus() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x0000001A) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59939,9 +59939,9 @@ class ReadWindowCoveringAttributeList : public ModelCommand ~ReadWindowCoveringAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -59969,9 +59969,9 @@ class ReportWindowCoveringAttributeList : public ModelCommand ~ReportWindowCoveringAttributeList() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x0000FFFB) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -60011,9 +60011,9 @@ class ReadWindowCoveringFeatureMap : public ModelCommand ~ReadWindowCoveringFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -60041,9 +60041,9 @@ class ReportWindowCoveringFeatureMap : public ModelCommand ~ReportWindowCoveringFeatureMap() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x0000FFFC) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -60080,9 +60080,9 @@ class ReadWindowCoveringClusterRevision : public ModelCommand ~ReadWindowCoveringClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReadAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReadAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId); @@ -60110,9 +60110,9 @@ class ReportWindowCoveringClusterRevision : public ModelCommand ~ReportWindowCoveringClusterRevision() {} - CHIP_ERROR SendCommand(ChipDevice * device, uint8_t endpointId) override + CHIP_ERROR SendCommand(ChipDevice * device, chip::EndpointId endpointId) override { - ChipLogProgress(chipTool, "Sending cluster (0x0102) ReportAttribute on endpoint %" PRIu8, endpointId); + ChipLogProgress(chipTool, "Sending cluster (0x00000102) ReportAttribute (0x0000FFFD) on endpoint %" PRIu16, endpointId); chip::Controller::WindowCoveringCluster cluster; cluster.Associate(device, endpointId);