Skip to content

Commit 97754bb

Browse files
Update Thermostat cluster version to 6. (project-chip#29820)
* Update Thermostat cluster version to 6. It was updated in all-clusters-app, but not in the XML or other apps. * Regenerate generated files.
1 parent 6679330 commit 97754bb

File tree

76 files changed

+85
-155
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+85
-155
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4579,7 +4579,7 @@ endpoint 1 {
45794579
ram attribute controlSequenceOfOperation default = 0x04;
45804580
ram attribute systemMode default = 0x01;
45814581
ram attribute featureMap default = 1;
4582-
ram attribute clusterRevision default = 5;
4582+
ram attribute clusterRevision default = 6;
45834583

45844584
handle command SetpointRaiseLower;
45854585
}

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6935,7 +6935,7 @@
69356935
"storageOption": "RAM",
69366936
"singleton": 0,
69376937
"bounded": 0,
6938-
"defaultValue": "5",
6938+
"defaultValue": "6",
69396939
"reportable": 1,
69406940
"minInterval": 0,
69416941
"maxInterval": 65344,
@@ -12183,6 +12183,5 @@
1218312183
"endpointId": 65534,
1218412184
"networkId": 0
1218512185
}
12186-
],
12187-
"log": []
12186+
]
1218812187
}

examples/chef/devices/rootnode_airpurifier_airqualitysensor_temperaturesensor_humiditysensor_thermostat_56de3d5f45.matter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2351,7 +2351,7 @@ endpoint 5 {
23512351
callback attribute eventList;
23522352
callback attribute attributeList;
23532353
ram attribute featureMap default = 1;
2354-
ram attribute clusterRevision default = 5;
2354+
ram attribute clusterRevision default = 6;
23552355

23562356
handle command SetpointRaiseLower;
23572357
}

examples/chef/devices/rootnode_airpurifier_airqualitysensor_temperaturesensor_humiditysensor_thermostat_56de3d5f45.zap

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7773,7 +7773,7 @@
77737773
"storageOption": "RAM",
77747774
"singleton": 0,
77757775
"bounded": 0,
7776-
"defaultValue": "5",
7776+
"defaultValue": "6",
77777777
"reportable": 1,
77787778
"minInterval": 1,
77797779
"maxInterval": 65534,
@@ -7827,6 +7827,5 @@
78277827
"endpointId": 5,
78287828
"networkId": 0
78297829
}
7830-
],
7831-
"log": []
7830+
]
78327831
}

examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.zap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6062,6 +6062,5 @@
60626062
"endpointId": 1,
60636063
"networkId": 0
60646064
}
6065-
],
6066-
"log": []
6065+
]
60676066
}

examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.zap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3906,6 +3906,5 @@
39063906
"endpointId": 1,
39073907
"networkId": 0
39083908
}
3909-
],
3910-
"log": []
3909+
]
39113910
}

examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.zap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3902,6 +3902,5 @@
39023902
"endpointId": 1,
39033903
"networkId": 0
39043904
}
3905-
],
3906-
"log": []
3905+
]
39073906
}

examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.zap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3084,6 +3084,5 @@
30843084
"endpointId": 1,
30853085
"networkId": 0
30863086
}
3087-
],
3088-
"log": []
3087+
]
30893088
}

examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.zap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3516,6 +3516,5 @@
35163516
"endpointId": 1,
35173517
"networkId": 0
35183518
}
3519-
],
3520-
"log": []
3519+
]
35213520
}

examples/chef/devices/rootnode_dishwasher_cc105034fe.zap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3517,6 +3517,5 @@
35173517
"endpointId": 1,
35183518
"networkId": 0
35193519
}
3520-
],
3521-
"log": []
3520+
]
35223521
}

0 commit comments

Comments
 (0)