Skip to content

Commit

Permalink
Update Darwin availability annotations.
Browse files Browse the repository at this point in the history
Some things got incorrectly added to "introduced" instead of "provisional".

Some things just didn't have annotations at all yet.
  • Loading branch information
bzbarsky-apple committed Nov 17, 2023
1 parent 1369703 commit 728d889
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 32 deletions.
47 changes: 36 additions & 11 deletions src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7774,6 +7774,10 @@
enums:
ContentLauncher:
- StatusEnum
ThermostatUserInterfaceConfiguration:
- KeypadLockoutEnum
- ScheduleProgrammingVisibilityEnum
- TemperatureDisplayModeEnum
enum values:
ContentLauncher:
StatusEnum:
Expand All @@ -7784,10 +7788,23 @@
FanModeSequenceEnum:
- OffHighAuto
- OffHigh
ThermostatUserInterfaceConfiguration:
KeypadLockoutEnum:
- NoLockout
- Lockout1
- Lockout2
- Lockout3
- Lockout4
- Lockout5
ScheduleProgrammingVisibilityEnum:
- ScheduleProgrammingPermitted
- ScheduleProgrammingDenied
TemperatureDisplayModeEnum:
- Celsius
- Fahrenheit
bitmaps:
Scenes:
- CopyModeBitmap
- NameSupportBitmap
AdministratorCommissioning:
- Feature
ContentLauncher:
Expand All @@ -7801,8 +7818,6 @@
Scenes:
CopyModeBitmap:
- CopyAllScenes
NameSupportBitmap:
- SceneNames
SoftwareDiagnostics:
Feature:
- Watermarks
Expand All @@ -7817,14 +7832,6 @@
OptionsBitmap:
- ExecuteIfOff
- CoupleColorTempToLevel
attributes:
Scenes:
- FabricSceneInfo
# Targeting Spring 2024 Matter release
structs:
Scenes:
- SceneInfoStruct
# Targeting Spring 2024 Matter release
deprecated:
event fields:
WiFiNetworkDiagnostics:
Expand Down Expand Up @@ -7858,6 +7865,10 @@
- MicrowaveOvenControl
- MicrowaveOvenMode
- DemandResponseLoadControl
- BooleanSensorConfiguration
- ValveConfigurationAndControl
- Timer
- OvenMode
attributes:
NetworkCommissioning:
# Targeting Spring 2024 Matter release
Expand All @@ -7867,6 +7878,13 @@
WakeOnLAN:
# Targeting Spring 2024 Matter release
- LinkLocalAddress
BasicInformation:
# Targeting Spring 2024 Matter release
- SpecificationVersion
- MaxPathsPerInvoke
Scenes:
# Targeting Spring 2024 Matter release
- FabricSceneInfo
commands:
GeneralDiagnostics:
# Targeting Spring 2024 Matter release
Expand All @@ -7892,6 +7910,10 @@
QueryIdentityResponse:
- identity
- possessionSignature
structs:
Scenes:
# Targeting Spring 2024 Matter release
- SceneInfoStruct
struct fields:
NetworkCommissioning:
# Targeting Spring 2024 Matter release
Expand All @@ -7902,6 +7924,9 @@
NetworkCommissioning:
# Targeting Spring 2024 Matter release
- ThreadCapabilitiesBitmap
Scenes:
# Targeting Spring 2024 Matter release
- NameSupportBitmap
bitmap values:
OnOff:
Feature:
Expand Down
36 changes: 18 additions & 18 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.

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

2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/zap-generated/MTRClusters.h

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

2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/zap-generated/MTRStructsObjc.h

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

0 comments on commit 728d889

Please sign in to comment.