Skip to content

Commit 86bca1e

Browse files
committed
Made laundry dryer control not provisional
1 parent 8ae8954 commit 86bca1e

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -2732,7 +2732,7 @@ provisional 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 {
@@ -9254,5 +9254,3 @@ endpoint 65534 {
92549254
handle command ReorderNetwork;
92559255
}
92569256
}
9257-
9258-

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-2
Original file line numberDiff line numberDiff line change
@@ -2927,7 +2927,7 @@ provisional 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 {
@@ -9410,4 +9410,3 @@ cluster SampleMei = 4294048800 {
94109410
/** Command that takes two uint8 arguments and returns their sum. */
94119411
command AddArguments(AddArgumentsRequest): AddArgumentsResponse = 2;
94129412
}
9413-

0 commit comments

Comments
 (0)