We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7c9b1 commit 981de99Copy full SHA for 981de99
examples/lighting-app/silabs/data_model/lighting-thread-app.matter
@@ -2355,7 +2355,7 @@ endpoint 1 {
2355
callback attribute eventList;
2356
callback attribute attributeList;
2357
ram attribute featureMap default = 3;
2358
- ram attribute clusterRevision default = 6;
+ ram attribute clusterRevision default = 5;
2359
2360
handle command MoveToLevel;
2361
handle command Move;
examples/lighting-app/silabs/data_model/lighting-thread-app.zap
@@ -4288,7 +4288,7 @@
4288
"storageOption": "RAM",
4289
"singleton": 0,
4290
"bounded": 0,
4291
- "defaultValue": "6",
+ "defaultValue": "5",
4292
"reportable": 1,
4293
"minInterval": 0,
4294
"maxInterval": 65344,
0 commit comments