Skip to content

Commit beb7f11

Browse files
Remove provisional markings from SmokeCOAlarm and AirQuality in Matter.framework. (project-chip#33282)
1 parent 39000e6 commit beb7f11

File tree

7 files changed

+331
-345
lines changed

7 files changed

+331
-345
lines changed

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

+119-2
Original file line numberDiff line numberDiff line change
@@ -7458,7 +7458,6 @@
74587458
provisional:
74597459
clusters:
74607460
## Not ready at cutoff
7461-
- AirQuality
74627461
# Replaceable Monitoring clusters
74637462
- HEPAFilterMonitoring
74647463
- ActivatedCarbonFilterMonitoring
@@ -7475,7 +7474,6 @@
74757474
- TotalVolatileOrganicCompoundsConcentrationMeasurement
74767475
- RefrigeratorAlarm
74777476
- TemperatureControl
7478-
- SmokeCOAlarm
74797477
## Not ready to be public API yet.
74807478
- ICDManagement
74817479
- LaundryWasherMode
@@ -8528,35 +8526,154 @@
85288526
- release: "Future"
85298527
versions: "future"
85308528
introduced:
8529+
clusters:
8530+
- AirQuality
8531+
- SmokeCOAlarm
85318532
attributes:
8533+
AirQuality:
8534+
- AirQuality
8535+
- GeneratedCommandList
8536+
- AcceptedCommandList
8537+
- AttributeList
8538+
- FeatureMap
8539+
- ClusterRevision
85328540
FanControl:
85338541
- AirflowDirection
8542+
SmokeCOAlarm:
8543+
- ExpressedState
8544+
- SmokeState
8545+
- COState
8546+
- BatteryAlert
8547+
- DeviceMuted
8548+
- TestInProgress
8549+
- HardwareFaultAlert
8550+
- EndOfServiceAlert
8551+
- InterconnectSmokeAlarm
8552+
- InterconnectCOAlarm
8553+
- ContaminationState
8554+
- SmokeSensitivityLevel
8555+
- ExpiryDate
8556+
- GeneratedCommandList
8557+
- AcceptedCommandList
8558+
- AttributeList
8559+
- FeatureMap
8560+
- ClusterRevision
85348561
commands:
85358562
FanControl:
85368563
- Step
8564+
SmokeCOAlarm:
8565+
- SelfTestRequest
85378566
command fields:
85388567
FanControl:
85398568
Step:
85408569
- direction
85418570
- wrap
85428571
- lowestOff
8572+
events:
8573+
SmokeCOAlarm:
8574+
- SmokeAlarm
8575+
- COAlarm
8576+
- LowBattery
8577+
- HardwareFault
8578+
- EndOfService
8579+
- SelfTestComplete
8580+
- AlarmMuted
8581+
- MuteEnded
8582+
- InterconnectSmokeAlarm
8583+
- InterconnectCOAlarm
8584+
- AllClear
8585+
event fields:
8586+
SmokeCOAlarm:
8587+
SmokeAlarm:
8588+
- alarmSeverityLevel
8589+
COAlarm:
8590+
- alarmSeverityLevel
8591+
LowBattery:
8592+
- alarmSeverityLevel
8593+
InterconnectSmokeAlarm:
8594+
- alarmSeverityLevel
8595+
InterconnectCOAlarm:
8596+
- alarmSeverityLevel
85438597
enums:
8598+
AirQuality:
8599+
- AirQualityEnum
85448600
FanControl:
85458601
- StepDirectionEnum
85468602
- AirflowDirectionEnum
8603+
SmokeCOAlarm:
8604+
- AlarmStateEnum
8605+
- SensitivityEnum
8606+
- ExpressedStateEnum
8607+
- MuteStateEnum
8608+
- EndOfServiceEnum
8609+
- ContaminationStateEnum
85478610
enum values:
8611+
AirQuality:
8612+
AirQualityEnum:
8613+
- Unknown
8614+
- Good
8615+
- Fair
8616+
- Moderate
8617+
- Poor
8618+
- VeryPoor
8619+
- ExtremelyPoor
85488620
FanControl:
85498621
StepDirectionEnum:
85508622
- Increase
85518623
- Decrease
85528624
AirflowDirectionEnum:
85538625
- Forward
85548626
- Reverse
8627+
SmokeCOAlarm:
8628+
AlarmStateEnum:
8629+
- Normal
8630+
- Warning
8631+
- Critical
8632+
SensitivityEnum:
8633+
- High
8634+
- Standard
8635+
- Low
8636+
ExpressedStateEnum:
8637+
- Normal
8638+
- SmokeAlarm
8639+
- COAlarm
8640+
- BatteryAlert
8641+
- Testing
8642+
- HardwareFault
8643+
- EndOfService
8644+
- InterconnectSmoke
8645+
- InterconnectCO
8646+
MuteStateEnum:
8647+
- NotMuted
8648+
- Muted
8649+
EndOfServiceEnum:
8650+
- Normal
8651+
- Expired
8652+
ContaminationStateEnum:
8653+
- Normal
8654+
- Low
8655+
- Warning
8656+
- Critical
8657+
bitmaps:
8658+
AirQuality:
8659+
- Feature
8660+
SmokeCOAlarm:
8661+
- Feature
85558662
bitmap values:
8663+
AirQuality:
8664+
Feature:
8665+
- Fair
8666+
- Moderate
8667+
- VeryPoor
8668+
- ExtremelyPoor
85568669
FanControl:
85578670
Feature:
85588671
- Step
85598672
- AirflowDirection
8673+
SmokeCOAlarm:
8674+
Feature:
8675+
- SmokeAlarm
8676+
- COAlarm
85608677
provisional:
85618678
clusters:
85628679
# Targeting Spring 2024 Matter release

0 commit comments

Comments
 (0)