Skip to content

Commit

Permalink
Update Darwin availability annotations. (#30536)
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 authored and pull[bot] committed Jan 26, 2024
1 parent b400f8c commit 6d2c034
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 33 deletions.
48 changes: 36 additions & 12 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,15 +7832,6 @@
OptionsBitmap:
- ExecuteIfOff
- CoupleColorTempToLevel
attributes:
Scenes:
# Targeting Spring 2024 Matter release
- FabricSceneInfo
structs:
Scenes:
# Targeting Spring 2024 Matter release
- SceneInfoStruct

deprecated:
event fields:
WiFiNetworkDiagnostics:
Expand Down Expand Up @@ -7859,6 +7865,10 @@
- MicrowaveOvenControl
- MicrowaveOvenMode
- DemandResponseLoadControl
- BooleanSensorConfiguration
- ValveConfigurationAndControl
- Timer
- OvenMode
attributes:
NetworkCommissioning:
# Targeting Spring 2024 Matter release
Expand All @@ -7868,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 @@ -7893,6 +7910,10 @@
QueryIdentityResponse:
- identity
- possessionSignature
structs:
Scenes:
# Targeting Spring 2024 Matter release
- SceneInfoStruct
struct fields:
NetworkCommissioning:
# Targeting Spring 2024 Matter release
Expand All @@ -7903,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.

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

0 comments on commit 6d2c034

Please sign in to comment.