Skip to content

Commit

Permalink
Add Darwin availability annotations for new Fan Control and Operation…
Browse files Browse the repository at this point in the history
…al State bits. (#26953)
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Feb 6, 2024
1 parent 3b69f06 commit 3697850
Showing 1 changed file with 80 additions and 0 deletions.
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

0 comments on commit 3697850

Please sign in to comment.