Skip to content

Commit

Permalink
Replace chip_clusters with all_user_clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Mar 17, 2023
1 parent 568fd26 commit 790b79a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/zap-templates/templates/app/MatterIDL.zapt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{>idl_structure_definition extraIndent=0}}

{{/chip_shared_structs}}
{{#chip_clusters}}
{{#all_user_clusters}}
{{~side}} cluster {{asUpperCamelCase name}} = {{code}} {
{{#zcl_enums}}
enum {{asUpperCamelCase name}} : ENUM{{multiply size 8}} {
Expand Down Expand Up @@ -104,7 +104,7 @@
{{/if}}
}

{{/chip_clusters}}
{{/all_user_clusters}}
{{#user_endpoints}}
endpoint {{endpointId}} {
{{#if deviceIdentifier}}
Expand Down

0 comments on commit 790b79a

Please sign in to comment.