Skip to content

Commit b81370b

Browse files
authored
Remove provisionality for oven op-state and oven mode clusters (#33550)
* Remove oven provisionality * Commit after regen
1 parent 6aee3fd commit b81370b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2609,7 +2609,7 @@ cluster BooleanState = 69 {
26092609
}
26102610

26112611
/** This cluster supports remotely monitoring and, where supported, changing the operational state of an Oven. */
2612-
provisional cluster OvenCavityOperationalState = 72 {
2612+
cluster OvenCavityOperationalState = 72 {
26132613
revision 1;
26142614

26152615
enum ErrorStateEnum : enum8 {
@@ -2675,7 +2675,7 @@ provisional cluster OvenCavityOperationalState = 72 {
26752675
}
26762676

26772677
/** Attributes and commands for selecting a mode from a list of supported options. */
2678-
provisional cluster OvenMode = 73 {
2678+
cluster OvenMode = 73 {
26792679
revision 1;
26802680

26812681
enum ModeTag : enum16 {

src/app/zap-templates/zcl/data-model/chip/operational-state-oven-cluster.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616
-->
1717
<configurator>
1818
<domain name="CHIP"/>
19-
<cluster apiMaturity="provisional">
19+
<cluster>
2020
<domain>Appliances</domain>
2121
<name>Oven Cavity Operational State</name>
2222
<code>0x0048</code>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ limitations under the License.
3030
<item value="0x4008" name="Proofing"/>
3131
</enum>
3232

33-
<cluster apiMaturity="provisional">
33+
<cluster>
3434
<domain>General</domain>
3535
<name>Oven Mode</name>
3636
<code>0x0049</code>

src/controller/data_model/controller-clusters.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -2804,7 +2804,7 @@ provisional cluster Timer = 71 {
28042804
}
28052805

28062806
/** This cluster supports remotely monitoring and, where supported, changing the operational state of an Oven. */
2807-
provisional cluster OvenCavityOperationalState = 72 {
2807+
cluster OvenCavityOperationalState = 72 {
28082808
revision 1;
28092809

28102810
enum ErrorStateEnum : enum8 {
@@ -2870,7 +2870,7 @@ provisional cluster OvenCavityOperationalState = 72 {
28702870
}
28712871

28722872
/** Attributes and commands for selecting a mode from a list of supported options. */
2873-
provisional cluster OvenMode = 73 {
2873+
cluster OvenMode = 73 {
28742874
revision 1;
28752875

28762876
enum ModeTag : enum16 {

0 commit comments

Comments
 (0)