We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073f0bc commit 86af239Copy full SHA for 86af239
examples/lighting-app/silabs/data_model/lighting-wifi-app.matter
@@ -2597,7 +2597,7 @@ endpoint 1 {
2597
callback attribute eventList;
2598
callback attribute attributeList;
2599
ram attribute featureMap default = 1;
2600
- ram attribute clusterRevision default = 5;
+ ram attribute clusterRevision default = 6;
2601
2602
handle command Off;
2603
handle command On;
examples/lighting-app/silabs/data_model/lighting-wifi-app.zap
@@ -3377,7 +3377,7 @@
3377
"storageOption": "RAM",
3378
"singleton": 0,
3379
"bounded": 0,
3380
- "defaultValue": "5",
+ "defaultValue": "6",
3381
"reportable": 1,
3382
"minInterval": 0,
3383
"maxInterval": 65344,
0 commit comments