Skip to content

Commit a5caceb

Browse files
Update Darwin availability annotations.
* Mark new things as provisional. * Fix incorrect availability for ApplicationLauncher's StatusEnum introduced by project-chip#30134
1 parent edfc199 commit a5caceb

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

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

+17-2
Original file line numberDiff line numberDiff line change
@@ -3258,7 +3258,10 @@
32583258
AudioOutput:
32593259
- OutputTypeEnum
32603260
ApplicationLauncher:
3261-
- ApplicationLauncherStatusEnum
3261+
# StatusEnum was originally named ApplicationLauncherStatusEnum, but we
3262+
# generate the same API for the names with/without the cluster name at the
3263+
# beginning, so the name can just change here.
3264+
- StatusEnum
32623265
ApplicationBasic:
32633266
- ApplicationStatusEnum
32643267
TestCluster:
@@ -4137,7 +4140,10 @@
41374140
- Internal
41384141
- Other
41394142
ApplicationLauncher:
4140-
ApplicationLauncherStatusEnum:
4143+
# StatusEnum was originally named ApplicationLauncherStatusEnum, but we
4144+
# generate the same API for the names with/without the cluster name at the
4145+
# beginning, so the name can just change here.
4146+
StatusEnum:
41414147
- Success
41424148
- AppNotAvailable
41434149
- SystemBusy
@@ -7762,6 +7768,10 @@
77627768
Feature:
77637769
- WaterMarks
77647770
provisional:
7771+
clusters:
7772+
# Targeting Spring 2024 Matter release
7773+
- MicrowaveOvenControl
7774+
- MicrowaveOvenMode
77657775
attributes:
77667776
NetworkCommissioning:
77677777
# Targeting Spring 2024 Matter release
@@ -7777,6 +7787,11 @@
77777787
NetworkCommissioning:
77787788
# Targeting Spring 2024 Matter release
77797789
- ThreadCapabilitiesBitmap
7790+
bitmap values:
7791+
OnOff:
7792+
Feature:
7793+
# Targeting Spring 2024 Matter release
7794+
- OffOnly
77807795
renames:
77817796
bitmaps:
77827797
Scenes:

src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)