From 3074013db25f63c06991652958f2e468de4c4cbc Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Fri, 6 Jan 2023 13:33:42 -0500 Subject: [PATCH] Undo renames in idl test inputs. (#24269) * 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. * Remove wrong indent --- .../matter_idl/tests/inputs/large_all_clusters_app.matter | 4 ++-- .../matter_idl/tests/inputs/large_lighting_app.matter | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/py_matter_idl/matter_idl/tests/inputs/large_all_clusters_app.matter b/scripts/py_matter_idl/matter_idl/tests/inputs/large_all_clusters_app.matter index 32eac2423ee3da..47810281dfd37f 100644 --- a/scripts/py_matter_idl/matter_idl/tests/inputs/large_all_clusters_app.matter +++ b/scripts/py_matter_idl/matter_idl/tests/inputs/large_all_clusters_app.matter @@ -720,7 +720,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; @@ -728,7 +728,7 @@ server cluster OtaSoftwareUpdateRequestor = 42 { endpoint_no endpoint = 4; } - command AnnounceOTAProvider(AnnounceOtaProviderRequest): DefaultSuccess = 0; + command AnnounceOtaProvider(AnnounceOtaProviderRequest): DefaultSuccess = 0; } server cluster LocalizationConfiguration = 43 { diff --git a/scripts/py_matter_idl/matter_idl/tests/inputs/large_lighting_app.matter b/scripts/py_matter_idl/matter_idl/tests/inputs/large_lighting_app.matter index 5ebc3616898784..67b2390fe614b7 100644 --- a/scripts/py_matter_idl/matter_idl/tests/inputs/large_lighting_app.matter +++ b/scripts/py_matter_idl/matter_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 {