Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed provisional tag from Fan Control Cluster #32174

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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 {
Original file line number Diff line number Diff line change
@@ -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 {
Original file line number Diff line number Diff line change
@@ -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 {
Original file line number Diff line number Diff line change
@@ -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 {
Original file line number Diff line number Diff line change
@@ -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 {
2 changes: 1 addition & 1 deletion examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
Original file line number Diff line number Diff line change
@@ -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 {
Original file line number Diff line number Diff line change
@@ -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 {
Original file line number Diff line number Diff line change
@@ -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 {
Original file line number Diff line number Diff line change
@@ -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 {
Original file line number Diff line number Diff line change
@@ -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>
2 changes: 1 addition & 1 deletion src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
@@ -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 {
Loading