Skip to content

Commit 1155b2a

Browse files
committed
Add newly required feature to the acl cluster
1 parent d169b7c commit 1155b2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/lock-app/lock-common/lock-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2549,7 +2549,7 @@ endpoint 0 {
25492549
callback attribute acceptedCommandList;
25502550
callback attribute eventList;
25512551
callback attribute attributeList;
2552-
ram attribute featureMap default = 0;
2552+
ram attribute featureMap default = 1;
25532553
callback attribute clusterRevision;
25542554
}
25552555

examples/lock-app/lock-common/lock-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
"storageOption": "RAM",
402402
"singleton": 0,
403403
"bounded": 0,
404-
"defaultValue": "0",
404+
"defaultValue": "1",
405405
"reportable": 1,
406406
"minInterval": 1,
407407
"maxInterval": 65534,

0 commit comments

Comments
 (0)