Skip to content

Commit

Permalink
Darwin ValveConfigurationAndControl introduction (project-chip#33370)
Browse files Browse the repository at this point in the history
* Darwin: promote `ValveConfigurationAndControl` to Introduced (YAML step)

* Darwin:  promote `ValveConfigurationAndControl` to Introduced (codegen step)
  • Loading branch information
kiel-apple authored May 9, 2024
1 parent 307cffb commit d653df1
Show file tree
Hide file tree
Showing 7 changed files with 188 additions and 230 deletions.
58 changes: 58 additions & 0 deletions src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8531,6 +8531,7 @@
- PM25ConcentrationMeasurement
- RadonConcentrationMeasurement
- TotalVolatileOrganicCompoundsConcentrationMeasurement
- ValveConfigurationAndControl
attributes:
ActivatedCarbonFilterMonitoring:
- Condition
Expand Down Expand Up @@ -8805,6 +8806,23 @@
- AttributeList
- FeatureMap
- ClusterRevision
ValveConfigurationAndControl:
- OpenDuration
- DefaultOpenDuration
- AutoCloseTime
- RemainingDuration
- CurrentState
- TargetState
- CurrentLevel
- TargetLevel
- DefaultOpenLevel
- ValveFault
- LevelStep
- GeneratedCommandList
- AcceptedCommandList
- AttributeList
- FeatureMap
- ClusterRevision
commands:
BooleanStateConfiguration:
- SuppressAlarm
Expand All @@ -8817,6 +8835,9 @@
- ResetCondition
SmokeCOAlarm:
- SelfTestRequest
ValveConfigurationAndControl:
- Open
- Close
command fields:
BooleanStateConfiguration:
SuppressAlarm:
Expand All @@ -8828,6 +8849,10 @@
- direction
- wrap
- lowestOff
ValveConfigurationAndControl:
Open:
- openDuration
- targetLevel
structs:
ActivatedCarbonFilterMonitoring:
- ReplacementProductStruct
Expand Down Expand Up @@ -8930,6 +8955,9 @@
- InterconnectSmokeAlarm
- InterconnectCOAlarm
- AllClear
ValveConfigurationAndControl:
- ValveStateChanged
- ValveFault
event fields:
BooleanStateConfiguration:
AlarmsStateChanged:
Expand Down Expand Up @@ -8958,6 +8986,12 @@
- alarmSeverityLevel
InterconnectCOAlarm:
- alarmSeverityLevel
ValveConfigurationAndControl:
ValveStateChanged:
- valveState
- valveLevel
ValveFault:
- valveFault
enums:
ActivatedCarbonFilterMonitoring:
- DegradationDirectionEnum
Expand Down Expand Up @@ -9022,6 +9056,9 @@
- MeasurementUnitEnum
- MeasurementMediumEnum
- LevelValueEnum
ValveConfigurationAndControl:
- ValveStateEnum
- StatusCodeEnum
enum values:
ActivatedCarbonFilterMonitoring:
DegradationDirectionEnum:
Expand Down Expand Up @@ -9319,6 +9356,13 @@
- Medium
- High
- Critical
ValveConfigurationAndControl:
ValveStateEnum:
- Closed
- Open
- Transitioning
StatusCodeEnum:
- FailureDueToFault
bitmaps:
ActivatedCarbonFilterMonitoring:
- Feature
Expand Down Expand Up @@ -9356,6 +9400,9 @@
- Feature
TotalVolatileOrganicCompoundsConcentrationMeasurement:
- Feature
ValveConfigurationAndControl:
- Feature
- ValveFaultBitmap
bitmap values:
ActivatedCarbonFilterMonitoring:
Feature:
Expand Down Expand Up @@ -9485,6 +9532,17 @@
- CriticalLevel
- PeakMeasurement
- AverageMeasurement
ValveConfigurationAndControl:
Feature:
- TimeSync
- Level
ValveFaultBitmap:
- GeneralFault
- Blocked
- Leaking
- NotConnected
- ShortCircuit
- CurrentExceeded
provisional:
clusters:
# Targeting Spring 2024 Matter release
Expand Down
Loading

0 comments on commit d653df1

Please sign in to comment.