Skip to content

Commit

Permalink
Update Darwin availability annotations for Air Quality and ICD change…
Browse files Browse the repository at this point in the history
…s. (#26620)
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Dec 15, 2023
1 parent 28f57d1 commit 1478257
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 3,491 deletions.
36 changes: 32 additions & 4 deletions src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6214,10 +6214,6 @@
- Dual
CredentialRuleEnum:
- Double
provisional:
clusters:
# Not ready to be public API yet.
- ClientMonitoring
renames:
clusters:
UnitTesting: TestCluster
Expand Down Expand Up @@ -7025,6 +7021,7 @@
versions: "future"
introduced:
clusters:
- AirQuality
- HEPAFilterMonitoring
- ActivatedCarbonFilterMonitoring
- CeramicFilterMonitoring
Expand All @@ -7038,6 +7035,13 @@
- InkCartridgeMonitoring
- TonerCartridgeMonitoring
attributes:
AirQuality:
- AirQuality
- GeneratedCommandList
- AcceptedCommandList
- AttributeList
- FeatureMap
- ClusterRevision
BasicInformation:
- ProductAppearance
BridgedDeviceBasicInformation:
Expand Down Expand Up @@ -7202,6 +7206,8 @@
- finish
- primaryColor
enums:
AirQuality:
- AirQualityEnum
BasicInformation:
- ColorEnum
- ProductFinishEnum
Expand Down Expand Up @@ -7245,6 +7251,15 @@
- ChangeIndicationEnum
- DegradationDirectionEnum
enum values:
AirQuality:
AirQualityEnum:
- Unknown
- Good
- Fair
- Moderate
- Poor
- VeryPoor
- ExtremelyPoor
BasicInformation:
ColorEnum:
- Black
Expand Down Expand Up @@ -7402,6 +7417,8 @@
- Up
- Down
bitmaps:
AirQuality:
- Feature
Groups:
- GroupsFeature
PressureMeasurement:
Expand Down Expand Up @@ -7435,6 +7452,12 @@
TonerCartridgeMonitoring:
- Feature
bitmap values:
AirQuality:
Feature:
- Fair
- Moderate
- VeryPoor
- ExtremelyPoor
Groups:
GroupsFeature:
- GroupNames
Expand Down Expand Up @@ -7571,9 +7594,14 @@
PumpConfigurationAndControl:
PumpConfigurationAndControlFeature: PumpFeature
provisional:
clusters:
# Not ready to be public API yet.
- ICDManagement
# Once we actually unmark TimeSynchronization as provisional, all these bits should go away too, and we should instead
# mark things as introduced/deprecated as needed. The "ids" entries should go away, in particular.
attributes:
AirQuality:
- EventList
HEPAFilterMonitoring:
- EventList
ActivatedCarbonFilterMonitoring:
Expand Down
253 changes: 0 additions & 253 deletions src/darwin/Framework/CHIP/zap-generated/MTRAttributeTLVValueDecoder.mm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1478257

Please sign in to comment.