Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Darwin availability annotations. #30536

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading