Skip to content

Commit

Permalink
Update Darwin availability annotations. (#30165)
Browse files Browse the repository at this point in the history
* Mark new things as provisional.
* Fix incorrect availability for ApplicationLauncher's StatusEnum introduced by
  #30134
  • Loading branch information
bzbarsky-apple authored Nov 2, 2023
1 parent a607daa commit 37f099e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
19 changes: 17 additions & 2 deletions src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3258,7 +3258,10 @@
AudioOutput:
- OutputTypeEnum
ApplicationLauncher:
- ApplicationLauncherStatusEnum
# StatusEnum was originally named ApplicationLauncherStatusEnum, but we
# generate the same API for the names with/without the cluster name at the
# beginning, so the name can just change here.
- StatusEnum
ApplicationBasic:
- ApplicationStatusEnum
TestCluster:
Expand Down Expand Up @@ -4137,7 +4140,10 @@
- Internal
- Other
ApplicationLauncher:
ApplicationLauncherStatusEnum:
# StatusEnum was originally named ApplicationLauncherStatusEnum, but we
# generate the same API for the names with/without the cluster name at the
# beginning, so the name can just change here.
StatusEnum:
- Success
- AppNotAvailable
- SystemBusy
Expand Down Expand Up @@ -7762,6 +7768,10 @@
Feature:
- WaterMarks
provisional:
clusters:
# Targeting Spring 2024 Matter release
- MicrowaveOvenControl
- MicrowaveOvenMode
attributes:
NetworkCommissioning:
# Targeting Spring 2024 Matter release
Expand All @@ -7777,6 +7787,11 @@
NetworkCommissioning:
# Targeting Spring 2024 Matter release
- ThreadCapabilitiesBitmap
bitmap values:
OnOff:
Feature:
# Targeting Spring 2024 Matter release
- OffOnly
renames:
bitmaps:
Scenes:
Expand Down
8 changes: 4 additions & 4 deletions src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h

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

0 comments on commit 37f099e

Please sign in to comment.