Skip to content

Commit ef52ffb

Browse files
committed
remove provisional from boolean state configuration and valve config and control clusters
1 parent 9b6bb5b commit ef52ffb

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
@@ -3752,7 +3752,7 @@ cluster ActivatedCarbonFilterMonitoring = 114 {
37523752
}
37533753

37543754
/** This cluster is used to configure a boolean sensor. */
3755-
provisional cluster BooleanStateConfiguration = 128 {
3755+
cluster BooleanStateConfiguration = 128 {
37563756
revision 1;
37573757

37583758
bitmap AlarmModeBitmap : bitmap8 {
@@ -3810,7 +3810,7 @@ provisional cluster BooleanStateConfiguration = 128 {
38103810
}
38113811

38123812
/** This cluster is used to configure a valve. */
3813-
provisional cluster ValveConfigurationAndControl = 129 {
3813+
cluster ValveConfigurationAndControl = 129 {
38143814
revision 1;
38153815

38163816
enum StatusCodeEnum : enum8 {

src/app/zap-templates/zcl/data-model/chip/boolean-state-configuration-cluster.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ limitations under the License.
2828
<field name="GeneralFault" mask="0x1"/>
2929
</bitmap>
3030

31-
<cluster apiMaturity="provisional">
31+
<cluster>
3232
<domain>General</domain>
3333
<name>Boolean State Configuration</name>
3434
<code>0x0080</code>

src/app/zap-templates/zcl/data-model/chip/valve-configuration-and-control-cluster.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ limitations under the License.
4040
<item name="FailureDueToFault" value="0x02"/>
4141
</enum>
4242

43-
<cluster apiMaturity="provisional">
43+
<cluster>
4444
<domain>HVAC</domain>
4545
<name>Valve Configuration and Control</name>
4646
<code>0x0081</code>

src/controller/data_model/controller-clusters.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -3988,7 +3988,7 @@ cluster ActivatedCarbonFilterMonitoring = 114 {
39883988
}
39893989

39903990
/** This cluster is used to configure a boolean sensor. */
3991-
provisional cluster BooleanStateConfiguration = 128 {
3991+
cluster BooleanStateConfiguration = 128 {
39923992
revision 1;
39933993

39943994
bitmap AlarmModeBitmap : bitmap8 {
@@ -4046,7 +4046,7 @@ provisional cluster BooleanStateConfiguration = 128 {
40464046
}
40474047

40484048
/** This cluster is used to configure a valve. */
4049-
provisional cluster ValveConfigurationAndControl = 129 {
4049+
cluster ValveConfigurationAndControl = 129 {
40504050
revision 1;
40514051

40524052
enum StatusCodeEnum : enum8 {

0 commit comments

Comments
 (0)