Skip to content

Commit 2f657da

Browse files
authored
Make laundry dryer control cluster not provisional (#33551)
* Made laundry dryer control not provisional * Commit after regen
1 parent bbd3419 commit 2f657da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/all-clusters-app/all-clusters-common/all-clusters-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2732,7 +2732,7 @@ cluster OvenMode = 73 {
27322732

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

27382738
enum DrynessLevelEnum : enum8 {

src/app/zap-templates/zcl/data-model/chip/laundry-dryer-controls-cluster.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626
<item name="Max" value="0x3" />
2727
</enum>
2828

29-
<cluster apiMaturity="provisional">
29+
<cluster>
3030
<domain>Appliances</domain>
3131
<name>Laundry Dryer Controls</name>
3232
<code>0x004A</code>

src/controller/data_model/controller-clusters.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2927,7 +2927,7 @@ cluster OvenMode = 73 {
29272927

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

29332933
enum DrynessLevelEnum : enum8 {

0 commit comments

Comments
 (0)