From fa412d0a60a0e99b02f9766dde23c702fb40fd02 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Wed, 4 Jan 2023 15:33:46 -0500 Subject: [PATCH] Undo renames in idl test inputs. Changes in #24235 updated these files as well, but seemingly incomplete (because struct names were changed but not their usage). Expecting this reverts back the idl test inputs and should have no side effects. --- scripts/idl/tests/inputs/large_all_clusters_app.matter | 6 +++--- scripts/idl/tests/inputs/large_lighting_app.matter | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/idl/tests/inputs/large_all_clusters_app.matter b/scripts/idl/tests/inputs/large_all_clusters_app.matter index 32eac2423ee3da..d7afce7d3f80f1 100644 --- a/scripts/idl/tests/inputs/large_all_clusters_app.matter +++ b/scripts/idl/tests/inputs/large_all_clusters_app.matter @@ -720,15 +720,15 @@ server cluster OtaSoftwareUpdateRequestor = 42 { readonly attribute bitmap32 featureMap = 65532; readonly attribute int16u clusterRevision = 65533; - request struct AnnounceOTAProviderRequest { - node_id providerNodeId = 0; + request struct AnnounceOtaProviderRequest { + node_id providerNodeId = 0; vendor_id vendorId = 1; OTAAnnouncementReason announcementReason = 2; optional OCTET_STRING<512> metadataForNode = 3; endpoint_no endpoint = 4; } - command AnnounceOTAProvider(AnnounceOtaProviderRequest): DefaultSuccess = 0; + command AnnounceOtaProvider(AnnounceOtaProviderRequest): DefaultSuccess = 0; } server cluster LocalizationConfiguration = 43 { diff --git a/scripts/idl/tests/inputs/large_lighting_app.matter b/scripts/idl/tests/inputs/large_lighting_app.matter index 5ebc3616898784..67b2390fe614b7 100644 --- a/scripts/idl/tests/inputs/large_lighting_app.matter +++ b/scripts/idl/tests/inputs/large_lighting_app.matter @@ -515,7 +515,7 @@ server cluster OtaSoftwareUpdateRequestor = 42 { readonly attribute bitmap32 featureMap = 65532; readonly attribute int16u clusterRevision = 65533; - request struct AnnounceOTAProviderRequest { + request struct AnnounceOtaProviderRequest { node_id providerNodeId = 0; vendor_id vendorId = 1; OTAAnnouncementReason announcementReason = 2; @@ -523,7 +523,7 @@ server cluster OtaSoftwareUpdateRequestor = 42 { endpoint_no endpoint = 4; } - command AnnounceOTAProvider(AnnounceOtaProviderRequest): DefaultSuccess = 0; + command AnnounceOtaProvider(AnnounceOtaProviderRequest): DefaultSuccess = 0; } server cluster LocalizationConfiguration = 43 {