We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994c390 commit 86a5270Copy full SHA for 86a5270
examples/light-switch-app/light-switch-common/light-switch-app.matter
@@ -3223,7 +3223,7 @@ endpoint 2 {
3223
callback attribute generatedCommandList;
3224
callback attribute acceptedCommandList;
3225
callback attribute attributeList;
3226
- ram attribute featureMap default = 2;
+ ram attribute featureMap default = 6;
3227
ram attribute clusterRevision default = 2;
3228
}
3229
examples/light-switch-app/light-switch-common/light-switch-app.zap
@@ -5587,7 +5587,7 @@
5587
"storageOption": "RAM",
5588
"singleton": 0,
5589
"bounded": 0,
5590
- "defaultValue": "2",
+ "defaultValue": "6",
5591
"reportable": 1,
5592
"minInterval": 1,
5593
"maxInterval": 65534,
0 commit comments