Skip to content

Commit 6d18f49

Browse files
Remove Darwin provisional markings for resource monitoring clusters.
1 parent beb7f11 commit 6d18f49

File tree

7 files changed

+274
-309
lines changed

7 files changed

+274
-309
lines changed

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

+94-3
Original file line numberDiff line numberDiff line change
@@ -7458,9 +7458,6 @@
74587458
provisional:
74597459
clusters:
74607460
## Not ready at cutoff
7461-
# Replaceable Monitoring clusters
7462-
- HEPAFilterMonitoring
7463-
- ActivatedCarbonFilterMonitoring
74647461
# Concentration Measurement clusters
74657462
- CarbonDioxideConcentrationMeasurement
74667463
- CarbonMonoxideConcentrationMeasurement
@@ -8527,9 +8524,23 @@
85278524
versions: "future"
85288525
introduced:
85298526
clusters:
8527+
- ActivatedCarbonFilterMonitoring
85308528
- AirQuality
8529+
- HEPAFilterMonitoring
85318530
- SmokeCOAlarm
85328531
attributes:
8532+
ActivatedCarbonFilterMonitoring:
8533+
- Condition
8534+
- DegradationDirection
8535+
- ChangeIndication
8536+
- InPlaceIndicator
8537+
- LastChangedTime
8538+
- ReplacementProductList
8539+
- GeneratedCommandList
8540+
- AcceptedCommandList
8541+
- AttributeList
8542+
- FeatureMap
8543+
- ClusterRevision
85338544
AirQuality:
85348545
- AirQuality
85358546
- GeneratedCommandList
@@ -8539,6 +8550,18 @@
85398550
- ClusterRevision
85408551
FanControl:
85418552
- AirflowDirection
8553+
HEPAFilterMonitoring:
8554+
- Condition
8555+
- DegradationDirection
8556+
- ChangeIndication
8557+
- InPlaceIndicator
8558+
- LastChangedTime
8559+
- ReplacementProductList
8560+
- GeneratedCommandList
8561+
- AcceptedCommandList
8562+
- AttributeList
8563+
- FeatureMap
8564+
- ClusterRevision
85428565
SmokeCOAlarm:
85438566
- ExpressedState
85448567
- SmokeState
@@ -8559,8 +8582,12 @@
85598582
- FeatureMap
85608583
- ClusterRevision
85618584
commands:
8585+
ActivatedCarbonFilterMonitoring:
8586+
- ResetCondition
85628587
FanControl:
85638588
- Step
8589+
HEPAFilterMonitoring:
8590+
- ResetCondition
85648591
SmokeCOAlarm:
85658592
- SelfTestRequest
85668593
command fields:
@@ -8569,6 +8596,20 @@
85698596
- direction
85708597
- wrap
85718598
- lowestOff
8599+
structs:
8600+
ActivatedCarbonFilterMonitoring:
8601+
- ReplacementProductStruct
8602+
HEPAFilterMonitoring:
8603+
- ReplacementProductStruct
8604+
struct fields:
8605+
ActivatedCarbonFilterMonitoring:
8606+
ReplacementProductStruct:
8607+
- productIdentifierType
8608+
- productIdentifierValue
8609+
HEPAFilterMonitoring:
8610+
ReplacementProductStruct:
8611+
- productIdentifierType
8612+
- productIdentifierValue
85728613
events:
85738614
SmokeCOAlarm:
85748615
- SmokeAlarm
@@ -8595,11 +8636,19 @@
85958636
InterconnectCOAlarm:
85968637
- alarmSeverityLevel
85978638
enums:
8639+
ActivatedCarbonFilterMonitoring:
8640+
- DegradationDirectionEnum
8641+
- ChangeIndicationEnum
8642+
- ProductIdentifierTypeEnum
85988643
AirQuality:
85998644
- AirQualityEnum
86008645
FanControl:
86018646
- StepDirectionEnum
86028647
- AirflowDirectionEnum
8648+
HEPAFilterMonitoring:
8649+
- DegradationDirectionEnum
8650+
- ChangeIndicationEnum
8651+
- ProductIdentifierTypeEnum
86038652
SmokeCOAlarm:
86048653
- AlarmStateEnum
86058654
- SensitivityEnum
@@ -8608,6 +8657,20 @@
86088657
- EndOfServiceEnum
86098658
- ContaminationStateEnum
86108659
enum values:
8660+
ActivatedCarbonFilterMonitoring:
8661+
DegradationDirectionEnum:
8662+
- Up
8663+
- Down
8664+
ChangeIndicationEnum:
8665+
- OK
8666+
- Warning
8667+
- Critical
8668+
ProductIdentifierTypeEnum:
8669+
- UPC
8670+
- GTIN8
8671+
- EAN
8672+
- GTIN14
8673+
- OEM
86118674
AirQuality:
86128675
AirQualityEnum:
86138676
- Unknown
@@ -8624,6 +8687,20 @@
86248687
AirflowDirectionEnum:
86258688
- Forward
86268689
- Reverse
8690+
HEPAFilterMonitoring:
8691+
DegradationDirectionEnum:
8692+
- Up
8693+
- Down
8694+
ChangeIndicationEnum:
8695+
- OK
8696+
- Warning
8697+
- Critical
8698+
ProductIdentifierTypeEnum:
8699+
- UPC
8700+
- GTIN8
8701+
- EAN
8702+
- GTIN14
8703+
- OEM
86278704
SmokeCOAlarm:
86288705
AlarmStateEnum:
86298706
- Normal
@@ -8655,17 +8732,31 @@
86558732
- Warning
86568733
- Critical
86578734
bitmaps:
8735+
ActivatedCarbonFilterMonitoring:
8736+
- Feature
86588737
AirQuality:
86598738
- Feature
8739+
HEPAFilterMonitoring:
8740+
- Feature
86608741
SmokeCOAlarm:
86618742
- Feature
86628743
bitmap values:
8744+
ActivatedCarbonFilterMonitoring:
8745+
Feature:
8746+
- Condition
8747+
- Warning
8748+
- ReplacementProductList
86638749
AirQuality:
86648750
Feature:
86658751
- Fair
86668752
- Moderate
86678753
- VeryPoor
86688754
- ExtremelyPoor
8755+
HEPAFilterMonitoring:
8756+
Feature:
8757+
- Condition
8758+
- Warning
8759+
- ReplacementProductList
86698760
FanControl:
86708761
Feature:
86718762
- Step

0 commit comments

Comments
 (0)