Skip to content

Commit 90c230b

Browse files
committed
Removed provisional from MWO
1 parent 8ae8954 commit 90c230b

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -3334,7 +3334,7 @@ cluster DishwasherAlarm = 93 {
33343334
}
33353335

33363336
/** Attributes and commands for selecting a mode from a list of supported options. */
3337-
provisional cluster MicrowaveOvenMode = 94 {
3337+
cluster MicrowaveOvenMode = 94 {
33383338
revision 1;
33393339

33403340
enum ModeTag : enum16 {
@@ -9254,5 +9254,3 @@ endpoint 65534 {
92549254
handle command ReorderNetwork;
92559255
}
92569256
}
9257-
9258-

src/app/zap-templates/zcl/data-model/chip/microwave-oven-control-cluster.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
<domain name="CHIP"/>
1919

2020

21-
<cluster apiMaturity="provisional">
21+
<cluster>
2222
<name>Microwave Oven Control</name>
2323
<domain>Appliances</domain>
2424
<description>Attributes and commands for configuring the microwave oven control, and reporting cooking stats.</description>

src/app/zap-templates/zcl/data-model/chip/microwave-oven-mode-cluster.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ limitations under the License.
2323
<item value="0x4001" name="Defrost"/>
2424
</enum>
2525

26-
<cluster apiMaturity="provisional">
26+
<cluster>
2727
<domain>General</domain>
2828
<name>Microwave Oven Mode</name>
2929
<code>0x005E</code>

src/controller/data_model/controller-clusters.matter

+2-3
Original file line numberDiff line numberDiff line change
@@ -3526,7 +3526,7 @@ cluster DishwasherAlarm = 93 {
35263526
}
35273527

35283528
/** Attributes and commands for selecting a mode from a list of supported options. */
3529-
provisional cluster MicrowaveOvenMode = 94 {
3529+
cluster MicrowaveOvenMode = 94 {
35303530
revision 1;
35313531

35323532
enum ModeTag : enum16 {
@@ -3560,7 +3560,7 @@ provisional cluster MicrowaveOvenMode = 94 {
35603560
}
35613561

35623562
/** Attributes and commands for configuring the microwave oven control, and reporting cooking stats. */
3563-
provisional cluster MicrowaveOvenControl = 95 {
3563+
cluster MicrowaveOvenControl = 95 {
35643564
revision 1; // NOTE: Default/not specifically set
35653565

35663566
bitmap Feature : bitmap32 {
@@ -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)