Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Darwin: promote BooleanStateConfiguration from Provisional to Introduced #33323

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8515,6 +8515,7 @@
clusters:
- ActivatedCarbonFilterMonitoring
- AirQuality
- BooleanStateConfiguration
- ElectricalEnergyMeasurement
- ElectricalPowerMeasurement
- HEPAFilterMonitoring
Expand Down Expand Up @@ -8550,6 +8551,20 @@
- AttributeList
- FeatureMap
- ClusterRevision
BooleanStateConfiguration:
- CurrentSensitivityLevel
- SupportedSensitivityLevels
- DefaultSensitivityLevel
- AlarmsActive
- AlarmsSuppressed
- AlarmsEnabled
- AlarmsSupported
- SensorFault
- GeneratedCommandList
- AcceptedCommandList
- AttributeList
- FeatureMap
- ClusterRevision
ElectricalEnergyMeasurement:
- Accuracy
- CumulativeEnergyImported
Expand Down Expand Up @@ -8791,6 +8806,9 @@
- FeatureMap
- ClusterRevision
commands:
BooleanStateConfiguration:
- SuppressAlarm
- EnableDisableAlarm
ActivatedCarbonFilterMonitoring:
- ResetCondition
FanControl:
Expand All @@ -8800,6 +8818,11 @@
SmokeCOAlarm:
- SelfTestRequest
command fields:
BooleanStateConfiguration:
SuppressAlarm:
- alarmsToSuppress
EnableDisableAlarm:
- alarmsToEnableDisable
FanControl:
Step:
- direction
Expand Down Expand Up @@ -8887,6 +8910,9 @@
- productIdentifierType
- productIdentifierValue
events:
BooleanStateConfiguration:
- AlarmsStateChanged
- SensorFault
ElectricalEnergyMeasurement:
- CumulativeEnergyMeasured
- PeriodicEnergyMeasured
Expand All @@ -8905,6 +8931,12 @@
- InterconnectCOAlarm
- AllClear
event fields:
BooleanStateConfiguration:
AlarmsStateChanged:
- alarmsActive
- alarmsSuppressed
SensorFault:
- sensorFault
ElectricalEnergyMeasurement:
CumulativeEnergyMeasured:
- energyImported
Expand Down Expand Up @@ -9292,6 +9324,10 @@
- Feature
AirQuality:
- Feature
BooleanStateConfiguration:
- Feature
- AlarmModeBitmap
- SensorFaultBitmap
ElectricalEnergyMeasurement:
- Feature
ElectricalPowerMeasurement:
Expand Down Expand Up @@ -9332,6 +9368,17 @@
- Moderate
- VeryPoor
- ExtremelyPoor
BooleanStateConfiguration:
Feature:
- Visual
- Audible
- AlarmSuppress
- SensitivityLevel
AlarmModeBitmap:
- Visual
- Audible
SensorFaultBitmap:
- GeneralFault
ElectricalEnergyMeasurement:
Feature:
- ImportedEnergy
Expand Down
110 changes: 55 additions & 55 deletions src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions src/darwin/Framework/CHIP/zap-generated/MTRClusterConstants.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions src/darwin/Framework/CHIP/zap-generated/MTRClusters.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/darwin/Framework/CHIP/zap-generated/MTRStructsObjc.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading