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

Make laundry dryer control cluster not provisional #33551

Merged
merged 5 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
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
Expand Up @@ -2732,7 +2732,7 @@ cluster OvenMode = 73 {

/** This cluster supports remotely monitoring and controling the different typs of
functionality available to a drying device, such as a laundry dryer. */
provisional cluster LaundryDryerControls = 74 {
cluster LaundryDryerControls = 74 {
revision 1;

enum DrynessLevelEnum : enum8 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ limitations under the License.
<item name="Max" value="0x3" />
</enum>

<cluster apiMaturity="provisional">
<cluster>
<domain>Appliances</domain>
<name>Laundry Dryer Controls</name>
<code>0x004A</code>
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 @@ -2927,7 +2927,7 @@ cluster OvenMode = 73 {

/** This cluster supports remotely monitoring and controling the different typs of
functionality available to a drying device, such as a laundry dryer. */
provisional cluster LaundryDryerControls = 74 {
cluster LaundryDryerControls = 74 {
revision 1;

enum DrynessLevelEnum : enum8 {
Expand Down
Loading