Skip to content

Commit d653df1

Browse files
authored
Darwin ValveConfigurationAndControl introduction (#33370)
* Darwin: promote `ValveConfigurationAndControl` to Introduced (YAML step) * Darwin: promote `ValveConfigurationAndControl` to Introduced (codegen step)
1 parent 307cffb commit d653df1

File tree

7 files changed

+188
-230
lines changed

7 files changed

+188
-230
lines changed

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

+58
Original file line numberDiff line numberDiff line change
@@ -8531,6 +8531,7 @@
85318531
- PM25ConcentrationMeasurement
85328532
- RadonConcentrationMeasurement
85338533
- TotalVolatileOrganicCompoundsConcentrationMeasurement
8534+
- ValveConfigurationAndControl
85348535
attributes:
85358536
ActivatedCarbonFilterMonitoring:
85368537
- Condition
@@ -8805,6 +8806,23 @@
88058806
- AttributeList
88068807
- FeatureMap
88078808
- ClusterRevision
8809+
ValveConfigurationAndControl:
8810+
- OpenDuration
8811+
- DefaultOpenDuration
8812+
- AutoCloseTime
8813+
- RemainingDuration
8814+
- CurrentState
8815+
- TargetState
8816+
- CurrentLevel
8817+
- TargetLevel
8818+
- DefaultOpenLevel
8819+
- ValveFault
8820+
- LevelStep
8821+
- GeneratedCommandList
8822+
- AcceptedCommandList
8823+
- AttributeList
8824+
- FeatureMap
8825+
- ClusterRevision
88088826
commands:
88098827
BooleanStateConfiguration:
88108828
- SuppressAlarm
@@ -8817,6 +8835,9 @@
88178835
- ResetCondition
88188836
SmokeCOAlarm:
88198837
- SelfTestRequest
8838+
ValveConfigurationAndControl:
8839+
- Open
8840+
- Close
88208841
command fields:
88218842
BooleanStateConfiguration:
88228843
SuppressAlarm:
@@ -8828,6 +8849,10 @@
88288849
- direction
88298850
- wrap
88308851
- lowestOff
8852+
ValveConfigurationAndControl:
8853+
Open:
8854+
- openDuration
8855+
- targetLevel
88318856
structs:
88328857
ActivatedCarbonFilterMonitoring:
88338858
- ReplacementProductStruct
@@ -8930,6 +8955,9 @@
89308955
- InterconnectSmokeAlarm
89318956
- InterconnectCOAlarm
89328957
- AllClear
8958+
ValveConfigurationAndControl:
8959+
- ValveStateChanged
8960+
- ValveFault
89338961
event fields:
89348962
BooleanStateConfiguration:
89358963
AlarmsStateChanged:
@@ -8958,6 +8986,12 @@
89588986
- alarmSeverityLevel
89598987
InterconnectCOAlarm:
89608988
- alarmSeverityLevel
8989+
ValveConfigurationAndControl:
8990+
ValveStateChanged:
8991+
- valveState
8992+
- valveLevel
8993+
ValveFault:
8994+
- valveFault
89618995
enums:
89628996
ActivatedCarbonFilterMonitoring:
89638997
- DegradationDirectionEnum
@@ -9022,6 +9056,9 @@
90229056
- MeasurementUnitEnum
90239057
- MeasurementMediumEnum
90249058
- LevelValueEnum
9059+
ValveConfigurationAndControl:
9060+
- ValveStateEnum
9061+
- StatusCodeEnum
90259062
enum values:
90269063
ActivatedCarbonFilterMonitoring:
90279064
DegradationDirectionEnum:
@@ -9319,6 +9356,13 @@
93199356
- Medium
93209357
- High
93219358
- Critical
9359+
ValveConfigurationAndControl:
9360+
ValveStateEnum:
9361+
- Closed
9362+
- Open
9363+
- Transitioning
9364+
StatusCodeEnum:
9365+
- FailureDueToFault
93229366
bitmaps:
93239367
ActivatedCarbonFilterMonitoring:
93249368
- Feature
@@ -9356,6 +9400,9 @@
93569400
- Feature
93579401
TotalVolatileOrganicCompoundsConcentrationMeasurement:
93589402
- Feature
9403+
ValveConfigurationAndControl:
9404+
- Feature
9405+
- ValveFaultBitmap
93599406
bitmap values:
93609407
ActivatedCarbonFilterMonitoring:
93619408
Feature:
@@ -9485,6 +9532,17 @@
94859532
- CriticalLevel
94869533
- PeakMeasurement
94879534
- AverageMeasurement
9535+
ValveConfigurationAndControl:
9536+
Feature:
9537+
- TimeSync
9538+
- Level
9539+
ValveFaultBitmap:
9540+
- GeneralFault
9541+
- Blocked
9542+
- Leaking
9543+
- NotConnected
9544+
- ShortCircuit
9545+
- CurrentExceeded
94889546
provisional:
94899547
clusters:
94909548
# Targeting Spring 2024 Matter release

0 commit comments

Comments
 (0)