Skip to content

Commit 3504e7e

Browse files
kiel-applersqf
authored and
rsqf
committed
Darwin: promote BooleanStateConfiguration from Provisional to Introduced (project-chip#33323)
* Darwin: promote `BooleanStateConfiguration` to Introduced (YAML step) * Darwin: promote `BooleanStateConfiguration` to Introduced (codegen step)
1 parent a83a839 commit 3504e7e

File tree

7 files changed

+148
-186
lines changed

7 files changed

+148
-186
lines changed

src/darwin/Framework/CHIP/templates/availability.yaml

+47
Original file line numberDiff line numberDiff line change
@@ -8515,6 +8515,7 @@
85158515
clusters:
85168516
- ActivatedCarbonFilterMonitoring
85178517
- AirQuality
8518+
- BooleanStateConfiguration
85188519
- ElectricalEnergyMeasurement
85198520
- ElectricalPowerMeasurement
85208521
- HEPAFilterMonitoring
@@ -8550,6 +8551,20 @@
85508551
- AttributeList
85518552
- FeatureMap
85528553
- ClusterRevision
8554+
BooleanStateConfiguration:
8555+
- CurrentSensitivityLevel
8556+
- SupportedSensitivityLevels
8557+
- DefaultSensitivityLevel
8558+
- AlarmsActive
8559+
- AlarmsSuppressed
8560+
- AlarmsEnabled
8561+
- AlarmsSupported
8562+
- SensorFault
8563+
- GeneratedCommandList
8564+
- AcceptedCommandList
8565+
- AttributeList
8566+
- FeatureMap
8567+
- ClusterRevision
85538568
ElectricalEnergyMeasurement:
85548569
- Accuracy
85558570
- CumulativeEnergyImported
@@ -8791,6 +8806,9 @@
87918806
- FeatureMap
87928807
- ClusterRevision
87938808
commands:
8809+
BooleanStateConfiguration:
8810+
- SuppressAlarm
8811+
- EnableDisableAlarm
87948812
ActivatedCarbonFilterMonitoring:
87958813
- ResetCondition
87968814
FanControl:
@@ -8800,6 +8818,11 @@
88008818
SmokeCOAlarm:
88018819
- SelfTestRequest
88028820
command fields:
8821+
BooleanStateConfiguration:
8822+
SuppressAlarm:
8823+
- alarmsToSuppress
8824+
EnableDisableAlarm:
8825+
- alarmsToEnableDisable
88038826
FanControl:
88048827
Step:
88058828
- direction
@@ -8887,6 +8910,9 @@
88878910
- productIdentifierType
88888911
- productIdentifierValue
88898912
events:
8913+
BooleanStateConfiguration:
8914+
- AlarmsStateChanged
8915+
- SensorFault
88908916
ElectricalEnergyMeasurement:
88918917
- CumulativeEnergyMeasured
88928918
- PeriodicEnergyMeasured
@@ -8905,6 +8931,12 @@
89058931
- InterconnectCOAlarm
89068932
- AllClear
89078933
event fields:
8934+
BooleanStateConfiguration:
8935+
AlarmsStateChanged:
8936+
- alarmsActive
8937+
- alarmsSuppressed
8938+
SensorFault:
8939+
- sensorFault
89088940
ElectricalEnergyMeasurement:
89098941
CumulativeEnergyMeasured:
89108942
- energyImported
@@ -9292,6 +9324,10 @@
92929324
- Feature
92939325
AirQuality:
92949326
- Feature
9327+
BooleanStateConfiguration:
9328+
- Feature
9329+
- AlarmModeBitmap
9330+
- SensorFaultBitmap
92959331
ElectricalEnergyMeasurement:
92969332
- Feature
92979333
ElectricalPowerMeasurement:
@@ -9332,6 +9368,17 @@
93329368
- Moderate
93339369
- VeryPoor
93349370
- ExtremelyPoor
9371+
BooleanStateConfiguration:
9372+
Feature:
9373+
- Visual
9374+
- Audible
9375+
- AlarmSuppress
9376+
- SensitivityLevel
9377+
AlarmModeBitmap:
9378+
- Visual
9379+
- Audible
9380+
SensorFaultBitmap:
9381+
- GeneralFault
93359382
ElectricalEnergyMeasurement:
93369383
Feature:
93379384
- ImportedEnergy

src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h

+55-55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/darwin/Framework/CHIP/zap-generated/MTRClusterConstants.h

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/darwin/Framework/CHIP/zap-generated/MTRClusters.h

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/darwin/Framework/CHIP/zap-generated/MTRCommandPayloadsObjc.h

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/darwin/Framework/CHIP/zap-generated/MTRStructsObjc.h

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)