Skip to content

Commit

Permalink
generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Oct 26, 2023
1 parent 7c0d27d commit 6df18b4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5620,7 +5620,7 @@ endpoint 0 {
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 1;
ram attribute clusterRevision default = 1;
ram attribute clusterRevision default = 2;

handle command RegisterClient;
handle command RegisterClientResponse;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2661,7 +2661,7 @@ endpoint 0 {
callback attribute activeModeDuration default = 300;
callback attribute activeModeThreshold default = 300;
ram attribute featureMap default = 0x0000;
ram attribute clusterRevision default = 1;
ram attribute clusterRevision default = 2;
}
}
endpoint 1 {
Expand Down
2 changes: 1 addition & 1 deletion examples/lock-app/lock-common/lock-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2698,7 +2698,7 @@ endpoint 0 {
callback attribute activeModeDuration default = 300;
callback attribute activeModeThreshold default = 300;
ram attribute featureMap default = 0x0000;
ram attribute clusterRevision default = 1;
ram attribute clusterRevision default = 2;
}
}
endpoint 1 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,7 @@ endpoint 0 {
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 1;
ram attribute clusterRevision default = 1;
ram attribute clusterRevision default = 2;

handle command RegisterClient;
handle command RegisterClientResponse;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6df18b4

Please sign in to comment.