Skip to content

Commit

Permalink
Undo renames in idl test inputs. (#24269)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
andy31415 authored and pull[bot] committed Aug 30, 2023
1 parent 9e39326 commit 3074013
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -720,15 +720,15 @@ 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;
optional OCTET_STRING<512> metadataForNode = 3;
endpoint_no endpoint = 4;
}

command AnnounceOTAProvider(AnnounceOtaProviderRequest): DefaultSuccess = 0;
command AnnounceOtaProvider(AnnounceOtaProviderRequest): DefaultSuccess = 0;
}

server cluster LocalizationConfiguration = 43 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -515,15 +515,15 @@ 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;
optional OCTET_STRING<512> metadataForNode = 3;
endpoint_no endpoint = 4;
}

command AnnounceOTAProvider(AnnounceOtaProviderRequest): DefaultSuccess = 0;
command AnnounceOtaProvider(AnnounceOtaProviderRequest): DefaultSuccess = 0;
}

server cluster LocalizationConfiguration = 43 {
Expand Down

0 comments on commit 3074013

Please sign in to comment.