Skip to content

Commit

Permalink
Make laundry dryer control cluster not provisional (#33551)
Browse files Browse the repository at this point in the history
* Made laundry dryer control not provisional

* Commit after regen
  • Loading branch information
rbultman authored and pull[bot] committed Jun 27, 2024
1 parent 64ee4a2 commit b741bc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit b741bc7

Please sign in to comment.