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

Add Darwin availability annotations for new Fan Control and Operational State bits. #26953

Merged
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
80 changes: 80 additions & 0 deletions src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7090,6 +7090,7 @@
- TotalTrihalomethanesConcentrationMeasurement
- TotalVolatileOrganicCompoundsConcentrationMeasurement
- TurbidityConcentrationMeasurement
- OperationalState
- RefrigeratorAlarm
- TemperatureControl
- SmokeCOAlarm
Expand Down Expand Up @@ -7182,6 +7183,7 @@
- EventList
FanControl:
- EventList
- AirflowDirection
ThermostatUserInterfaceConfiguration:
- EventList
ColorControl:
Expand Down Expand Up @@ -8028,6 +8030,19 @@
- EventList
- FeatureMap
- ClusterRevision
OperationalState:
- PhaseList
- CurrentPhase
- CountdownTime
- OperationalStateList
- OperationalState
- OperationalError
- GeneratedCommandList
- AcceptedCommandList
- AttributeList
- EventList
- FeatureMap
- ClusterRevision
RefrigeratorAlarm:
- Mask
- Latch
Expand Down Expand Up @@ -8095,6 +8110,14 @@
- ResetCondition
TonerCartridgeMonitoring:
- ResetCondition
FanControl:
- Step
OperationalState:
- Pause
- Stop
- Start
- Resume
- OperationalCommandResponse
RefrigeratorAlarm:
- Reset
TemperatureControl:
Expand All @@ -8107,6 +8130,14 @@
DoorLock:
UnboltDoor:
- pinCode
FanControl:
Step:
- direction
- wrap
- lowestOff
OperationalState:
OperationalCommandResponse:
- commandResponseState
RefrigeratorAlarm:
Reset:
- alarms
Expand All @@ -8122,6 +8153,9 @@
- ProductAppearanceStruct
BridgedDeviceBasicInformation:
- ProductAppearanceStruct
OperationalState:
- OperationalStateStruct
- ErrorStateStruct
TemperatureControl:
- TemperatureLevelStruct
ThreadNetworkDiagnostics:
Expand All @@ -8141,6 +8175,14 @@
ProductAppearanceStruct:
- finish
- primaryColor
OperationalState:
OperationalStateStruct:
- operationalStateID
- operationalStateLabel
ErrorStateStruct:
- errorStateID
- errorStateLabel
- errorStateDetails
TemperatureControl:
TemperatureLevelStruct:
- label
Expand Down Expand Up @@ -8173,6 +8215,9 @@
- allocated
- linkEstablished
events:
OperationalState:
- OperationalError
- OperationCompletion
RefrigeratorAlarm:
- Notify
SmokeCOAlarm:
Expand All @@ -8188,6 +8233,13 @@
- InterconnectCOAlarm
- AllClear
event fields:
OperationalState:
OperationalError:
- errorState
OperationCompletion:
- completionErrorCode
- totalOperationalTime
- pausedTime
RefrigeratorAlarm:
Notify:
- active
Expand All @@ -8203,6 +8255,9 @@
BridgedDeviceBasicInformation:
- ColorEnum
- ProductFinishEnum
FanControl:
- DirectionEnum
- AirflowDirectionEnum
HEPAFilterMonitoring:
- ChangeIndicationEnum
- DegradationDirectionEnum
Expand Down Expand Up @@ -8383,6 +8438,9 @@
- LevelValueEnum
- MeasurementUnitEnum
- MeasurementMediumEnum
OperationalState:
- OperationalStateEnum
- ErrorStateEnum
SmokeCOAlarm:
- AlarmStateEnum
- ContaminationStateEnum
Expand Down Expand Up @@ -8460,6 +8518,13 @@
- Rugged
- Fabric
- Other
FanControl:
DirectionEnum:
- Increase
- Decrease
AirflowDirectionEnum:
- Forward
- Reverse
NetworkCommissioning:
WiFiBand:
- 1G
Expand Down Expand Up @@ -9286,6 +9351,17 @@
- Eurocylinder
LockOperationTypeEnum:
- Unlatch
OperationalState:
OperationalStateEnum:
- Stopped
- Running
- Paused
- Error
ErrorStateEnum:
- NoError
- UnableToStartOrResume
- UnableToCompleteOperation
- CommandInvalidInState
SmokeCOAlarm:
AlarmStateEnum:
- Normal
Expand Down Expand Up @@ -9444,6 +9520,10 @@
- Moderate
- VeryPoor
- ExtremelyPoor
FanControl:
Feature:
- Step
- AirflowDirection
Groups:
Feature:
- GroupNames
Expand Down