We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d169b7c commit 1155b2aCopy full SHA for 1155b2a
examples/lock-app/lock-common/lock-app.matter
@@ -2549,7 +2549,7 @@ endpoint 0 {
2549
callback attribute acceptedCommandList;
2550
callback attribute eventList;
2551
callback attribute attributeList;
2552
- ram attribute featureMap default = 0;
+ ram attribute featureMap default = 1;
2553
callback attribute clusterRevision;
2554
}
2555
examples/lock-app/lock-common/lock-app.zap
@@ -401,7 +401,7 @@
401
"storageOption": "RAM",
402
"singleton": 0,
403
"bounded": 0,
404
- "defaultValue": "0",
+ "defaultValue": "1",
405
"reportable": 1,
406
"minInterval": 1,
407
"maxInterval": 65534,
0 commit comments