Skip to content

Commit

Permalink
[SL-UP] Doorlock featuremap Aliro Removal (project-chip#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpbeliveau-silabs committed Oct 30, 2024
1 parent 61d6b94 commit 8e7a6f5
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 @@ -3261,7 +3261,7 @@ endpoint 1 {
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
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 8e7a6f5

Please sign in to comment.