File tree 5 files changed +9
-9
lines changed
all-clusters-app/all-clusters-common
microwave-oven-app/microwave-oven-common
app/zap-templates/zcl/data-model/chip
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3334,7 +3334,7 @@ cluster DishwasherAlarm = 93 {
3334
3334
}
3335
3335
3336
3336
/** Attributes and commands for selecting a mode from a list of supported options. */
3337
- provisional cluster MicrowaveOvenMode = 94 {
3337
+ cluster MicrowaveOvenMode = 94 {
3338
3338
revision 1;
3339
3339
3340
3340
enum ModeTag : enum16 {
Original file line number Diff line number Diff line change @@ -1012,7 +1012,7 @@ cluster GroupKeyManagement = 63 {
1012
1012
}
1013
1013
1014
1014
/** Attributes and commands for selecting a mode from a list of supported options. */
1015
- provisional cluster MicrowaveOvenMode = 94 {
1015
+ cluster MicrowaveOvenMode = 94 {
1016
1016
revision 1;
1017
1017
1018
1018
enum ModeTag : enum16 {
@@ -1046,7 +1046,7 @@ provisional cluster MicrowaveOvenMode = 94 {
1046
1046
}
1047
1047
1048
1048
/** Attributes and commands for configuring the microwave oven control, and reporting cooking stats. */
1049
- provisional cluster MicrowaveOvenControl = 95 {
1049
+ cluster MicrowaveOvenControl = 95 {
1050
1050
revision 1; // NOTE: Default/not specifically set
1051
1051
1052
1052
bitmap Feature : bitmap32 {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ limitations under the License.
18
18
<domain name =" CHIP" />
19
19
20
20
21
- <cluster apiMaturity = " provisional " >
21
+ <cluster >
22
22
<name >Microwave Oven Control</name >
23
23
<domain >Appliances</domain >
24
24
<description >Attributes and commands for configuring the microwave oven control, and reporting cooking stats.</description >
@@ -47,8 +47,8 @@ limitations under the License.
47
47
<attribute side =" server" code =" 0x0003" define =" MIN_POWER" type =" int8u" default =" 10" writable =" false" optional =" true" >MinPower</attribute >
48
48
<attribute side =" server" code =" 0x0004" define =" MAX_POWER" type =" int8u" default =" 100" writable =" false" optional =" true" >MaxPower</attribute >
49
49
<attribute side =" server" code =" 0x0005" define =" POWER_STEP" type =" int8u" default =" 10" writable =" false" optional =" true" >PowerStep</attribute >
50
- <attribute side =" server" code =" 0x0006" define =" SUPPORTED_WATTS" type =" array" entryType =" int16u" writable =" false" optional =" true" >SupportedWatts</attribute >
51
- <attribute side =" server" code =" 0x0007" define =" SELECTED_WATT_INDEX" type =" int8u" writable =" false" optional =" true" >SelectedWattIndex</attribute >
50
+ <attribute apiMaturity = " provisional " side =" server" code =" 0x0006" define =" SUPPORTED_WATTS" type =" array" entryType =" int16u" writable =" false" optional =" true" >SupportedWatts</attribute >
51
+ <attribute apiMaturity = " provisional " side =" server" code =" 0x0007" define =" SELECTED_WATT_INDEX" type =" int8u" writable =" false" optional =" true" >SelectedWattIndex</attribute >
52
52
<attribute side =" server" code =" 0x0008" define =" WATT_RATING" type =" int16u" writable =" false" optional =" true" >WattRating</attribute >
53
53
54
54
<command source =" client" code =" 0x00" name =" SetCookingParameters" optional =" false" >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ limitations under the License.
23
23
<item value =" 0x4001" name =" Defrost" />
24
24
</enum >
25
25
26
- <cluster apiMaturity = " provisional " >
26
+ <cluster >
27
27
<domain >General</domain >
28
28
<name >Microwave Oven Mode</name >
29
29
<code >0x005E</code >
Original file line number Diff line number Diff line change @@ -3526,7 +3526,7 @@ cluster DishwasherAlarm = 93 {
3526
3526
}
3527
3527
3528
3528
/** Attributes and commands for selecting a mode from a list of supported options. */
3529
- provisional cluster MicrowaveOvenMode = 94 {
3529
+ cluster MicrowaveOvenMode = 94 {
3530
3530
revision 1;
3531
3531
3532
3532
enum ModeTag : enum16 {
@@ -3560,7 +3560,7 @@ provisional cluster MicrowaveOvenMode = 94 {
3560
3560
}
3561
3561
3562
3562
/** Attributes and commands for configuring the microwave oven control, and reporting cooking stats. */
3563
- provisional cluster MicrowaveOvenControl = 95 {
3563
+ cluster MicrowaveOvenControl = 95 {
3564
3564
revision 1; // NOTE: Default/not specifically set
3565
3565
3566
3566
bitmap Feature : bitmap32 {
You can’t perform that action at this time.
0 commit comments