Skip to content

Commit 19076ec

Browse files
committedFeb 5, 2024
Fix endpoint 1 clusters
1 parent c7eb15d commit 19076ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎examples/tv-app/tv-common/tv-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -3594,7 +3594,7 @@ endpoint 1 {
35943594
callback attribute acceptedCommandList;
35953595
callback attribute attributeList;
35963596
ram attribute featureMap default = 0x003;
3597-
ram attribute clusterRevision default = 1;
3597+
ram attribute clusterRevision default = 2;
35983598

35993599
handle command Play;
36003600
handle command Pause;

‎examples/tv-app/tv-common/tv-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -5565,7 +5565,7 @@
55655565
"storageOption": "RAM",
55665566
"singleton": 0,
55675567
"bounded": 0,
5568-
"defaultValue": "1",
5568+
"defaultValue": "2",
55695569
"reportable": 1,
55705570
"minInterval": 1,
55715571
"maxInterval": 65534,

0 commit comments

Comments
 (0)