Skip to content

Commit 3258b46

Browse files
authored
Removed provisional tag from Fan Control Cluster (#32174)
This is not provisional since CHIP-Specifications/connectedhomeip-spec#8597
1 parent fd92b3e commit 3258b46

11 files changed

+11
-11
lines changed

examples/air-purifier-app/air-purifier-common/air-purifier-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@ cluster Thermostat = 513 {
15951595
}
15961596

15971597
/** An interface for controlling a fan in a heating/cooling system. */
1598-
provisional cluster FanControl = 514 {
1598+
cluster FanControl = 514 {
15991599
revision 4;
16001600

16011601
enum AirflowDirectionEnum : enum8 {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5268,7 +5268,7 @@ cluster Thermostat = 513 {
52685268
}
52695269

52705270
/** An interface for controlling a fan in a heating/cooling system. */
5271-
provisional cluster FanControl = 514 {
5271+
cluster FanControl = 514 {
52725272
revision 4;
52735273

52745274
enum AirflowDirectionEnum : enum8 {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3861,7 +3861,7 @@ cluster Thermostat = 513 {
38613861
}
38623862

38633863
/** An interface for controlling a fan in a heating/cooling system. */
3864-
provisional cluster FanControl = 514 {
3864+
cluster FanControl = 514 {
38653865
revision 4;
38663866

38673867
enum AirflowDirectionEnum : enum8 {

examples/chef/devices/rootnode_airpurifier_73a6fe2651.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@ cluster ActivatedCarbonFilterMonitoring = 114 {
12501250
}
12511251

12521252
/** An interface for controlling a fan in a heating/cooling system. */
1253-
provisional cluster FanControl = 514 {
1253+
cluster FanControl = 514 {
12541254
revision 4;
12551255

12561256
enum AirflowDirectionEnum : enum8 {

examples/chef/devices/rootnode_airpurifier_airqualitysensor_temperaturesensor_humiditysensor_thermostat_56de3d5f45.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,7 @@ cluster Thermostat = 513 {
15181518
}
15191519

15201520
/** An interface for controlling a fan in a heating/cooling system. */
1521-
provisional cluster FanControl = 514 {
1521+
cluster FanControl = 514 {
15221522
revision 4;
15231523

15241524
enum AirflowDirectionEnum : enum8 {

examples/chef/devices/rootnode_fan_7N2TobIlOX.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ cluster FixedLabel = 64 {
12861286
}
12871287

12881288
/** An interface for controlling a fan in a heating/cooling system. */
1289-
provisional cluster FanControl = 514 {
1289+
cluster FanControl = 514 {
12901290
revision 4;
12911291

12921292
enum AirflowDirectionEnum : enum8 {

examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,7 @@ cluster Thermostat = 513 {
18751875
}
18761876

18771877
/** An interface for controlling a fan in a heating/cooling system. */
1878-
provisional cluster FanControl = 514 {
1878+
cluster FanControl = 514 {
18791879
revision 4;
18801880

18811881
enum AirflowDirectionEnum : enum8 {

examples/chef/devices/rootnode_roomairconditioner_9cf3607804.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ cluster Thermostat = 513 {
14581458
}
14591459

14601460
/** An interface for controlling a fan in a heating/cooling system. */
1461-
provisional cluster FanControl = 514 {
1461+
cluster FanControl = 514 {
14621462
revision 4;
14631463

14641464
enum AirflowDirectionEnum : enum8 {

examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,7 @@ cluster Thermostat = 513 {
16781678
}
16791679

16801680
/** An interface for controlling a fan in a heating/cooling system. */
1681-
provisional cluster FanControl = 514 {
1681+
cluster FanControl = 514 {
16821682
revision 4;
16831683

16841684
enum AirflowDirectionEnum : enum8 {

src/app/zap-templates/zcl/data-model/chip/fan-control-cluster.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ limitations under the License.
7373
<item name="Reverse" value="0x01"/>
7474
</enum>
7575

76-
<cluster apiMaturity="provisional">
76+
<cluster>
7777
<name>Fan Control</name>
7878
<domain>HVAC</domain>
7979
<description>An interface for controlling a fan in a heating/cooling system.</description>

src/controller/data_model/controller-clusters.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -6474,7 +6474,7 @@ cluster Thermostat = 513 {
64746474
}
64756475

64766476
/** An interface for controlling a fan in a heating/cooling system. */
6477-
provisional cluster FanControl = 514 {
6477+
cluster FanControl = 514 {
64786478
revision 4;
64796479

64806480
enum AirflowDirectionEnum : enum8 {

0 commit comments

Comments
 (0)