File tree 1 file changed +2
-2
lines changed
examples/darwin-framework-tool/templates/partials
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
{{>decodable_value target=(concat ../target "." (asStructPropertyName label)) source=(concat ../source "." (asLowerCamelCase label)) cluster=../cluster depth=(incrementDepth ../depth) }}
28
28
{{/zcl_struct_items_by_struct_name}}
29
29
{{else}}
30
- {{#if_chip_enum type}}
30
+ {{#if_is_strongly_typed_chip_enum type}}
31
31
{{target}} = [NSNumber numberWith{{asObjectiveCNumberType "" type false}}:chip::to_underlying({{source}})];
32
32
{{else}}
33
33
{{#if_is_strongly_typed_bitmap type}}
39
39
{{else}}
40
40
{{target}} = [NSNumber numberWith{{asObjectiveCNumberType "" type false}}:{{source}}];
41
41
{{/if_is_strongly_typed_bitmap}}
42
- {{/if_chip_enum }}
42
+ {{/if_is_strongly_typed_chip_enum }}
43
43
{{/if_is_struct}}
44
44
{{/if}}
You can’t perform that action at this time.
0 commit comments