Skip to content

Commit

Permalink
Removed alliro support from the doorlock .zap and .matter files
Browse files Browse the repository at this point in the history
  • Loading branch information
lpbeliveau-silabs committed Oct 29, 2024
1 parent 934ac68 commit b8c66d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/lock-app/silabs/data_model/lock-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -3275,7 +3275,7 @@ endpoint 1 {
callback attribute acceptedCommandList;
callback attribute eventList;
callback attribute attributeList;
ram attribute featureMap default = 0x7DB3;
ram attribute featureMap default = 0x1DB3;
ram attribute clusterRevision default = 7;

handle command LockDoor;
Expand Down
2 changes: 1 addition & 1 deletion examples/lock-app/silabs/data_model/lock-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -6188,7 +6188,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x7DB3",
"defaultValue": "0x1DB3",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down

0 comments on commit b8c66d3

Please sign in to comment.