Skip to content

Commit

Permalink
Mentioning the new order for GENERATED_ATTRIBUTES in the current temp…
Browse files Browse the repository at this point in the history
…late such that default can be the old order within zap and it will not break earlier Matter sdk releases. (#25285)

JIRA: ZAPP-1081
  • Loading branch information
brdandu authored and pull[bot] committed Oct 24, 2023
1 parent 8b25891 commit 1608284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/zap-templates/templates/app/endpoint_config.zapt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

// This is an array of EmberAfAttributeMetadata structures.
#define GENERATED_ATTRIBUTE_COUNT {{endpoint_attribute_count}}
#define GENERATED_ATTRIBUTES {{ endpoint_attribute_list }}
#define GENERATED_ATTRIBUTES {{ endpoint_attribute_list order='default,id,size,type,mask'}}

// clang-format off
#define GENERATED_EVENT_COUNT {{ chip_endpoint_generated_event_count }}
Expand Down

0 comments on commit 1608284

Please sign in to comment.