Skip to content

Commit

Permalink
Update the cluster revision of the thermostat cluster to 7 (including…
Browse files Browse the repository at this point in the history
… Presets feature)

- Update the YAML file accordingly
  • Loading branch information
nivi-apple committed Aug 8, 2024
1 parent 5044317 commit ce5d2e3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9068,7 +9068,7 @@ endpoint 1 {
callback attribute eventList;
callback attribute attributeList;
ram attribute featureMap default = 0x0123;
ram attribute clusterRevision default = 6;
ram attribute clusterRevision default = 7;

handle command SetpointRaiseLower;
handle command SetActiveScheduleRequest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16918,7 +16918,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "6",
"defaultValue": "7",
"reportable": 1,
"minInterval": 0,
"maxInterval": 65344,
Expand Down
2 changes: 1 addition & 1 deletion examples/thermostat/thermostat-common/thermostat.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2801,7 +2801,7 @@ endpoint 1 {
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 0x123;
ram attribute clusterRevision default = 6;
ram attribute clusterRevision default = 7;

handle command SetpointRaiseLower;
handle command SetActiveScheduleRequest;
Expand Down
2 changes: 1 addition & 1 deletion examples/thermostat/thermostat-common/thermostat.zap
Original file line number Diff line number Diff line change
Expand Up @@ -5088,7 +5088,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "6",
"defaultValue": "7",
"reportable": 1,
"minInterval": 0,
"maxInterval": 65344,
Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_TSTAT_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tests:
command: "readAttribute"
attribute: "ClusterRevision"
response:
value: 6
value: 7
constraints:
type: int16u

Expand Down

0 comments on commit ce5d2e3

Please sign in to comment.