Skip to content

Commit

Permalink
Update src/darwin/Framework/CHIP/templates/MTRAttributeUtils-src.zapt
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
jtung-apple and bzbarsky-apple committed May 24, 2023
1 parent 4f86089 commit 394387f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ static BOOL MTRAttributeIsSpecifiedIn{{asUpperCamelCase name preserveAcronyms=tr
{
using namespace Clusters::{{asUpperCamelCase name}};
switch (aAttributeId) {
{{#zcl_attributes_server removeKeys='isOptional'}}
{{#zcl_attributes_server}}
{{#if (isSupported (asUpperCamelCase ../name preserveAcronyms=true) attribute=(asUpperCamelCase name preserveAcronyms=true))}}
case Attributes::{{asUpperCamelCase name}}::Id: {
return YES;
Expand Down

0 comments on commit 394387f

Please sign in to comment.