Skip to content

Commit c7eb15d

Browse files
committed
Fix Content Launcher Tests
1 parent 745105a commit c7eb15d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3643,7 +3643,7 @@ endpoint 1 {
36433643
callback attribute acceptHeader;
36443644
ram attribute supportedStreamingProtocols;
36453645
ram attribute featureMap default = 0x0003;
3646-
ram attribute clusterRevision default = 1;
3646+
ram attribute clusterRevision default = 2;
36473647

36483648
handle command LaunchContent;
36493649
handle command LaunchURL;
@@ -3690,7 +3690,7 @@ endpoint 1 {
36903690
callback attribute eventList;
36913691
callback attribute attributeList;
36923692
ram attribute featureMap default = 28;
3693-
ram attribute clusterRevision default = 1;
3693+
ram attribute clusterRevision default = 2;
36943694

36953695
handle command UpdatePIN;
36963696
handle command ResetPIN;

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -4727,7 +4727,7 @@
47274727
"storageOption": "External",
47284728
"singleton": 0,
47294729
"bounded": 0,
4730-
"defaultValue": "",
4730+
"defaultValue": null,
47314731
"reportable": 1,
47324732
"minInterval": 1,
47334733
"maxInterval": 65534,
@@ -4743,7 +4743,7 @@
47434743
"storageOption": "External",
47444744
"singleton": 0,
47454745
"bounded": 0,
4746-
"defaultValue": "",
4746+
"defaultValue": null,
47474747
"reportable": 1,
47484748
"minInterval": 1,
47494749
"maxInterval": 65534,
@@ -4759,7 +4759,7 @@
47594759
"storageOption": "External",
47604760
"singleton": 0,
47614761
"bounded": 0,
4762-
"defaultValue": "",
4762+
"defaultValue": null,
47634763
"reportable": 1,
47644764
"minInterval": 1,
47654765
"maxInterval": 65534,
@@ -4775,7 +4775,7 @@
47754775
"storageOption": "External",
47764776
"singleton": 0,
47774777
"bounded": 0,
4778-
"defaultValue": "",
4778+
"defaultValue": null,
47794779
"reportable": 1,
47804780
"minInterval": 1,
47814781
"maxInterval": 65534,
@@ -4791,7 +4791,7 @@
47914791
"storageOption": "External",
47924792
"singleton": 0,
47934793
"bounded": 0,
4794-
"defaultValue": "",
4794+
"defaultValue": null,
47954795
"reportable": 1,
47964796
"minInterval": 1,
47974797
"maxInterval": 65534,
@@ -4807,7 +4807,7 @@
48074807
"storageOption": "External",
48084808
"singleton": 0,
48094809
"bounded": 0,
4810-
"defaultValue": "",
4810+
"defaultValue": null,
48114811
"reportable": 1,
48124812
"minInterval": 1,
48134813
"maxInterval": 65534,
@@ -5886,7 +5886,7 @@
58865886
"storageOption": "RAM",
58875887
"singleton": 0,
58885888
"bounded": 0,
5889-
"defaultValue": "1",
5889+
"defaultValue": "2",
58905890
"reportable": 1,
58915891
"minInterval": 0,
58925892
"maxInterval": 65344,
@@ -6458,7 +6458,7 @@
64586458
"storageOption": "RAM",
64596459
"singleton": 0,
64606460
"bounded": 0,
6461-
"defaultValue": "1",
6461+
"defaultValue": "2",
64626462
"reportable": 1,
64636463
"minInterval": 1,
64646464
"maxInterval": 65534,

0 commit comments

Comments
 (0)