Skip to content

Commit ce5d2e3

Browse files
committed
Update the cluster revision of the thermostat cluster to 7 (including Presets feature)
- Update the YAML file accordingly
1 parent 5044317 commit ce5d2e3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/all-clusters-app/all-clusters-common/all-clusters-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -9068,7 +9068,7 @@ endpoint 1 {
90689068
callback attribute eventList;
90699069
callback attribute attributeList;
90709070
ram attribute featureMap default = 0x0123;
9071-
ram attribute clusterRevision default = 6;
9071+
ram attribute clusterRevision default = 7;
90729072

90739073
handle command SetpointRaiseLower;
90749074
handle command SetActiveScheduleRequest;

examples/all-clusters-app/all-clusters-common/all-clusters-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -16918,7 +16918,7 @@
1691816918
"storageOption": "RAM",
1691916919
"singleton": 0,
1692016920
"bounded": 0,
16921-
"defaultValue": "6",
16921+
"defaultValue": "7",
1692216922
"reportable": 1,
1692316923
"minInterval": 0,
1692416924
"maxInterval": 65344,

examples/thermostat/thermostat-common/thermostat.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2801,7 +2801,7 @@ endpoint 1 {
28012801
callback attribute acceptedCommandList;
28022802
callback attribute attributeList;
28032803
ram attribute featureMap default = 0x123;
2804-
ram attribute clusterRevision default = 6;
2804+
ram attribute clusterRevision default = 7;
28052805

28062806
handle command SetpointRaiseLower;
28072807
handle command SetActiveScheduleRequest;

examples/thermostat/thermostat-common/thermostat.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -5088,7 +5088,7 @@
50885088
"storageOption": "RAM",
50895089
"singleton": 0,
50905090
"bounded": 0,
5091-
"defaultValue": "6",
5091+
"defaultValue": "7",
50925092
"reportable": 1,
50935093
"minInterval": 0,
50945094
"maxInterval": 65344,

src/app/tests/suites/certification/Test_TC_TSTAT_1_1.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tests:
3737
command: "readAttribute"
3838
attribute: "ClusterRevision"
3939
response:
40-
value: 6
40+
value: 7
4141
constraints:
4242
type: int16u
4343

0 commit comments

Comments
 (0)