Skip to content

Commit

Permalink
Removed provisional tag from Fan Control Cluster (#32174)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed Mar 22, 2024
1 parent a52de3a commit 560397f
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ limitations under the License.
<item name="Reverse" value="0x01"/>
</enum>

<cluster apiMaturity="provisional">
<cluster>
<name>Fan Control</name>
<domain>HVAC</domain>
<description>An interface for controlling a fan in a heating/cooling system.</description>
Expand Down
2 changes: 1 addition & 1 deletion src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 560397f

Please sign in to comment.