Skip to content

Commit

Permalink
Remove oven provisionality
Browse files Browse the repository at this point in the history
  • Loading branch information
rbultman committed May 22, 2024
1 parent 8ae8954 commit 579f0eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2609,7 +2609,7 @@ cluster BooleanState = 69 {
}

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

enum ErrorStateEnum : enum8 {
Expand Down Expand Up @@ -2675,7 +2675,7 @@ provisional cluster OvenCavityOperationalState = 72 {
}

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

enum ModeTag : enum16 {
Expand Down Expand Up @@ -9254,5 +9254,3 @@ endpoint 65534 {
handle command ReorderNetwork;
}
}


Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
-->
<configurator>
<domain name="CHIP"/>
<cluster apiMaturity="provisional">
<cluster>
<domain>Appliances</domain>
<name>Oven Cavity Operational State</name>
<code>0x0048</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ limitations under the License.
<item value="0x4008" name="Proofing"/>
</enum>

<cluster apiMaturity="provisional">
<cluster>
<domain>General</domain>
<name>Oven Mode</name>
<code>0x0049</code>
Expand Down
5 changes: 2 additions & 3 deletions src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2804,7 +2804,7 @@ provisional cluster Timer = 71 {
}

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

enum ErrorStateEnum : enum8 {
Expand Down Expand Up @@ -2870,7 +2870,7 @@ provisional cluster OvenCavityOperationalState = 72 {
}

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

enum ModeTag : enum16 {
Expand Down Expand Up @@ -9410,4 +9410,3 @@ cluster SampleMei = 4294048800 {
/** Command that takes two uint8 arguments and returns their sum. */
command AddArguments(AddArgumentsRequest): AddArgumentsResponse = 2;
}

0 comments on commit 579f0eb

Please sign in to comment.