File tree 3 files changed +3
-6
lines changed
examples/all-clusters-app/all-clusters-common
app/zap-templates/zcl/data-model/chip
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2732,7 +2732,7 @@ provisional cluster OvenMode = 73 {
2732
2732
2733
2733
/** This cluster supports remotely monitoring and controling the different typs of
2734
2734
functionality available to a drying device, such as a laundry dryer. */
2735
- provisional cluster LaundryDryerControls = 74 {
2735
+ cluster LaundryDryerControls = 74 {
2736
2736
revision 1;
2737
2737
2738
2738
enum DrynessLevelEnum : enum8 {
@@ -9254,5 +9254,3 @@ endpoint 65534 {
9254
9254
handle command ReorderNetwork;
9255
9255
}
9256
9256
}
9257
-
9258
-
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ limitations under the License.
26
26
<item name =" Max" value =" 0x3" />
27
27
</enum >
28
28
29
- <cluster apiMaturity = " provisional " >
29
+ <cluster >
30
30
<domain >Appliances</domain >
31
31
<name >Laundry Dryer Controls</name >
32
32
<code >0x004A</code >
Original file line number Diff line number Diff line change @@ -2927,7 +2927,7 @@ provisional cluster OvenMode = 73 {
2927
2927
2928
2928
/** This cluster supports remotely monitoring and controling the different typs of
2929
2929
functionality available to a drying device, such as a laundry dryer. */
2930
- provisional cluster LaundryDryerControls = 74 {
2930
+ cluster LaundryDryerControls = 74 {
2931
2931
revision 1;
2932
2932
2933
2933
enum DrynessLevelEnum : enum8 {
@@ -9410,4 +9410,3 @@ cluster SampleMei = 4294048800 {
9410
9410
/** Command that takes two uint8 arguments and returns their sum. */
9411
9411
command AddArguments(AddArgumentsRequest): AddArgumentsResponse = 2;
9412
9412
}
9413
-
You can’t perform that action at this time.
0 commit comments