Skip to content

Commit

Permalink
Undo renames in idl test inputs.
Browse files Browse the repository at this point in the history
Changes in project-chip#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.
  • Loading branch information
andy31415 committed Jan 4, 2023
1 parent 926fefe commit fa412d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions scripts/idl/tests/inputs/large_all_clusters_app.matter
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 {
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 {
Expand Down
4 changes: 2 additions & 2 deletions scripts/idl/tests/inputs/large_lighting_app.matter
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 fa412d0

Please sign in to comment.