From cc7cd2de07e515b7162ffb6ef20777629e872383 Mon Sep 17 00:00:00 2001 From: Philip Gregor Date: Mon, 25 Mar 2024 10:02:07 -0700 Subject: [PATCH] Addressed comments by bzbarsky-apple part3 unused options --- .../templates/MCCommandPayloads-src.zapt | 3 +-- .../MatterTvCastingBridge/templates/MCCommandPayloads.zapt | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/examples/tv-casting-app/darwin/MatterTvCastingBridge/MatterTvCastingBridge/templates/MCCommandPayloads-src.zapt b/examples/tv-casting-app/darwin/MatterTvCastingBridge/MatterTvCastingBridge/templates/MCCommandPayloads-src.zapt index 7290b4c7e96435..fe3a151518dc48 100644 --- a/examples/tv-casting-app/darwin/MatterTvCastingBridge/MatterTvCastingBridge/templates/MCCommandPayloads-src.zapt +++ b/examples/tv-casting-app/darwin/MatterTvCastingBridge/MatterTvCastingBridge/templates/MCCommandPayloads-src.zapt @@ -116,8 +116,7 @@ NS_ASSUME_NONNULL_BEGIN @end {{/inline}} {{> completeImpl cluster=(asUpperCamelCase parent.name preserveAcronyms=true) - command=(asUpperCamelCase name preserveAcronyms=true) - includeRenamedProperties=false}} + command=(asUpperCamelCase name preserveAcronyms=true)}} {{/zcl_commands}} {{/if}} diff --git a/examples/tv-casting-app/darwin/MatterTvCastingBridge/MatterTvCastingBridge/templates/MCCommandPayloads.zapt b/examples/tv-casting-app/darwin/MatterTvCastingBridge/MatterTvCastingBridge/templates/MCCommandPayloads.zapt index eb70c385981e38..db9a41045a81ec 100644 --- a/examples/tv-casting-app/darwin/MatterTvCastingBridge/MatterTvCastingBridge/templates/MCCommandPayloads.zapt +++ b/examples/tv-casting-app/darwin/MatterTvCastingBridge/MatterTvCastingBridge/templates/MCCommandPayloads.zapt @@ -25,10 +25,8 @@ NS_ASSUME_NONNULL_BEGIN {{/inline}} {{> completeDecl cluster=(asUpperCamelCase parent.name preserveAcronyms=true) command=(asUpperCamelCase name preserveAcronyms=true) - includeRenamedProperties=false deprecationMessage="This command has been removed" - base="MCAbstractPayload" - includeInitWithResponseValue=true}} + base="MCAbstractPayload"}} {{/zcl_commands}} {{/if}} {{/zcl_clusters}}