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 Refrigerator Alarm cluster. #26699

Merged
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
31 changes: 31 additions & 0 deletions src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7006,6 +7006,7 @@
- FuelTankMonitoring
- InkCartridgeMonitoring
- TonerCartridgeMonitoring
- RefrigeratorAlarm
- TemperatureControl
- SmokeCOAlarm
attributes:
Expand Down Expand Up @@ -7293,6 +7294,16 @@
- EventList
- FeatureMap
- ClusterRevision
RefrigeratorAlarm:
- Mask
- Latch
- State
- GeneratedCommandList
- AcceptedCommandList
- AttributeList
- EventList
- FeatureMap
- ClusterRevision
TemperatureControl:
- TemperatureSetpoint
- MinTemperature
Expand Down Expand Up @@ -7350,6 +7361,8 @@
- ResetCondition
TonerCartridgeMonitoring:
- ResetCondition
RefrigeratorAlarm:
- Reset
TemperatureControl:
- SetTemperature
DoorLock:
Expand All @@ -7360,6 +7373,10 @@
DoorLock:
UnboltDoor:
- pinCode
RefrigeratorAlarm:
Reset:
- alarms
- mask
TemperatureControl:
SetTemperature:
- targetTemperature
Expand All @@ -7385,6 +7402,8 @@
- label
- temperatureLevel
events:
RefrigeratorAlarm:
- Notify
SmokeCOAlarm:
- SmokeAlarm
- COAlarm
Expand All @@ -7397,6 +7416,13 @@
- InterconnectSmokeAlarm
- InterconnectCOAlarm
- AllClear
event fields:
RefrigeratorAlarm:
Notify:
- active
- inactive
- state
- mask
enums:
AirQuality:
- AirQualityEnum
Expand Down Expand Up @@ -7691,6 +7717,8 @@
- Feature
TonerCartridgeMonitoring:
- Feature
RefrigeratorAlarm:
- AlarmMap
TemperatureControl:
- Feature
SmokeCOAlarm:
Expand Down Expand Up @@ -7774,6 +7802,9 @@
# here.
Feature:
- Unbolt
RefrigeratorAlarm:
AlarmMap:
- DoorOpen
TemperatureControl:
Feature:
- TemperatureNumber
Expand Down