We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934ac68 commit b8c66d3Copy full SHA for b8c66d3
examples/lock-app/silabs/data_model/lock-app.matter
@@ -3275,7 +3275,7 @@ endpoint 1 {
3275
callback attribute acceptedCommandList;
3276
callback attribute eventList;
3277
callback attribute attributeList;
3278
- ram attribute featureMap default = 0x7DB3;
+ ram attribute featureMap default = 0x1DB3;
3279
ram attribute clusterRevision default = 7;
3280
3281
handle command LockDoor;
examples/lock-app/silabs/data_model/lock-app.zap
@@ -6188,7 +6188,7 @@
6188
"storageOption": "RAM",
6189
"singleton": 0,
6190
"bounded": 0,
6191
- "defaultValue": "0x7DB3",
+ "defaultValue": "0x1DB3",
6192
"reportable": 1,
6193
"minInterval": 1,
6194
"maxInterval": 65534,
0 commit comments