From edfbcc67163a81dc110b53b07fbe24b4a910f3fb Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Fri, 16 Feb 2024 12:22:18 -0500 Subject: [PATCH] Removed provisional tag from `Fan Control Cluster` This is not provisional since https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/8597 --- .../air-purifier-common/air-purifier-app.matter | 2 +- .../all-clusters-common/all-clusters-app.matter | 2 +- .../all-clusters-common/all-clusters-minimal-app.matter | 2 +- examples/chef/devices/rootnode_airpurifier_73a6fe2651.matter | 2 +- ...emperaturesensor_humiditysensor_thermostat_56de3d5f45.matter | 2 +- examples/chef/devices/rootnode_fan_7N2TobIlOX.matter | 2 +- .../chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.matter | 2 +- .../chef/devices/rootnode_roomairconditioner_9cf3607804.matter | 2 +- examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.matter | 2 +- .../zap-templates/zcl/data-model/chip/fan-control-cluster.xml | 2 +- src/controller/data_model/controller-clusters.matter | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/air-purifier-app/air-purifier-common/air-purifier-app.matter b/examples/air-purifier-app/air-purifier-common/air-purifier-app.matter index a801aac5943356..caedd98bf1be48 100644 --- a/examples/air-purifier-app/air-purifier-common/air-purifier-app.matter +++ b/examples/air-purifier-app/air-purifier-common/air-purifier-app.matter @@ -1595,7 +1595,7 @@ cluster Thermostat = 513 { } /** An interface for controlling a fan in a heating/cooling system. */ -provisional cluster FanControl = 514 { +cluster FanControl = 514 { revision 4; enum AirflowDirectionEnum : enum8 { diff --git a/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter b/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter index 79367dbbf1075c..62dc0d7d84c3fa 100644 --- a/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter +++ b/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter @@ -5268,7 +5268,7 @@ cluster Thermostat = 513 { } /** An interface for controlling a fan in a heating/cooling system. */ -provisional cluster FanControl = 514 { +cluster FanControl = 514 { revision 4; enum AirflowDirectionEnum : enum8 { diff --git a/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter b/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter index fe32702e2c847d..dbb244cf6265b3 100644 --- a/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter +++ b/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter @@ -3861,7 +3861,7 @@ cluster Thermostat = 513 { } /** An interface for controlling a fan in a heating/cooling system. */ -provisional cluster FanControl = 514 { +cluster FanControl = 514 { revision 4; enum AirflowDirectionEnum : enum8 { diff --git a/examples/chef/devices/rootnode_airpurifier_73a6fe2651.matter b/examples/chef/devices/rootnode_airpurifier_73a6fe2651.matter index 554cdfa7e42e23..bcc9bd054ff722 100644 --- a/examples/chef/devices/rootnode_airpurifier_73a6fe2651.matter +++ b/examples/chef/devices/rootnode_airpurifier_73a6fe2651.matter @@ -1250,7 +1250,7 @@ cluster ActivatedCarbonFilterMonitoring = 114 { } /** An interface for controlling a fan in a heating/cooling system. */ -provisional cluster FanControl = 514 { +cluster FanControl = 514 { revision 4; enum AirflowDirectionEnum : enum8 { diff --git a/examples/chef/devices/rootnode_airpurifier_airqualitysensor_temperaturesensor_humiditysensor_thermostat_56de3d5f45.matter b/examples/chef/devices/rootnode_airpurifier_airqualitysensor_temperaturesensor_humiditysensor_thermostat_56de3d5f45.matter index 734ed039932a9f..e827ce800b081d 100644 --- a/examples/chef/devices/rootnode_airpurifier_airqualitysensor_temperaturesensor_humiditysensor_thermostat_56de3d5f45.matter +++ b/examples/chef/devices/rootnode_airpurifier_airqualitysensor_temperaturesensor_humiditysensor_thermostat_56de3d5f45.matter @@ -1518,7 +1518,7 @@ cluster Thermostat = 513 { } /** An interface for controlling a fan in a heating/cooling system. */ -provisional cluster FanControl = 514 { +cluster FanControl = 514 { revision 4; enum AirflowDirectionEnum : enum8 { diff --git a/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter b/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter index 71d511aedcc508..097015b4634695 100644 --- a/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter +++ b/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter @@ -1286,7 +1286,7 @@ cluster FixedLabel = 64 { } /** An interface for controlling a fan in a heating/cooling system. */ -provisional cluster FanControl = 514 { +cluster FanControl = 514 { revision 4; enum AirflowDirectionEnum : enum8 { diff --git a/examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.matter b/examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.matter index d1aee2ea4e8135..bcef3bca0f1b1e 100644 --- a/examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.matter +++ b/examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.matter @@ -1875,7 +1875,7 @@ cluster Thermostat = 513 { } /** An interface for controlling a fan in a heating/cooling system. */ -provisional cluster FanControl = 514 { +cluster FanControl = 514 { revision 4; enum AirflowDirectionEnum : enum8 { diff --git a/examples/chef/devices/rootnode_roomairconditioner_9cf3607804.matter b/examples/chef/devices/rootnode_roomairconditioner_9cf3607804.matter index de4a1c961cd506..0aa08d68385f6d 100644 --- a/examples/chef/devices/rootnode_roomairconditioner_9cf3607804.matter +++ b/examples/chef/devices/rootnode_roomairconditioner_9cf3607804.matter @@ -1458,7 +1458,7 @@ cluster Thermostat = 513 { } /** An interface for controlling a fan in a heating/cooling system. */ -provisional cluster FanControl = 514 { +cluster FanControl = 514 { revision 4; enum AirflowDirectionEnum : enum8 { diff --git a/examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.matter b/examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.matter index fdefbfc5c9dbee..ce01f50bd303e7 100644 --- a/examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.matter +++ b/examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.matter @@ -1678,7 +1678,7 @@ cluster Thermostat = 513 { } /** An interface for controlling a fan in a heating/cooling system. */ -provisional cluster FanControl = 514 { +cluster FanControl = 514 { revision 4; enum AirflowDirectionEnum : enum8 { diff --git a/src/app/zap-templates/zcl/data-model/chip/fan-control-cluster.xml b/src/app/zap-templates/zcl/data-model/chip/fan-control-cluster.xml index ad6279b2ef65e2..c2deff336eae46 100644 --- a/src/app/zap-templates/zcl/data-model/chip/fan-control-cluster.xml +++ b/src/app/zap-templates/zcl/data-model/chip/fan-control-cluster.xml @@ -73,7 +73,7 @@ limitations under the License. - + Fan Control HVAC An interface for controlling a fan in a heating/cooling system. diff --git a/src/controller/data_model/controller-clusters.matter b/src/controller/data_model/controller-clusters.matter index b9ce299a283f57..89864630b8e85e 100644 --- a/src/controller/data_model/controller-clusters.matter +++ b/src/controller/data_model/controller-clusters.matter @@ -6474,7 +6474,7 @@ cluster Thermostat = 513 { } /** An interface for controlling a fan in a heating/cooling system. */ -provisional cluster FanControl = 514 { +cluster FanControl = 514 { revision 4; enum AirflowDirectionEnum : enum8 {