We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7eb15d commit 19076ecCopy full SHA for 19076ec
examples/tv-app/tv-common/tv-app.matter
@@ -3594,7 +3594,7 @@ endpoint 1 {
3594
callback attribute acceptedCommandList;
3595
callback attribute attributeList;
3596
ram attribute featureMap default = 0x003;
3597
- ram attribute clusterRevision default = 1;
+ ram attribute clusterRevision default = 2;
3598
3599
handle command Play;
3600
handle command Pause;
examples/tv-app/tv-common/tv-app.zap
@@ -5565,7 +5565,7 @@
5565
"storageOption": "RAM",
5566
"singleton": 0,
5567
"bounded": 0,
5568
- "defaultValue": "1",
+ "defaultValue": "2",
5569
"reportable": 1,
5570
"minInterval": 1,
5571
"maxInterval": 65534,
0 commit comments