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. #35108

Merged
merged 1 commit into from
Aug 21, 2024
Merged
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
51 changes: 50 additions & 1 deletion src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9694,6 +9694,13 @@
- WaterHeaterMode
- WiFiNetworkManagement
attributes:
AccessControl:
# Targeting 1.4
- CommissioningARL
- ARL
BridgedDeviceBasicInformation:
# Targeting 1.4
- ProductID
GeneralCommissioning:
# Targeting 1.4
- TCAcceptedVersion
Expand All @@ -9712,13 +9719,21 @@
- NullableGlobalEnum
- NullableGlobalStruct
commands:
AccessControl:
# Targeting 1.4
- ReviewFabricRestrictions
- ReviewFabricRestrictionsResponse
BridgedDeviceBasicInformation:
# Targeting 1.4
- KeepActive
GeneralCommissioning:
# Targeting 1.4
- SetTCAcknowledgements
- SetTCAcknowledgementsResponse
Thermostat:
# Targeting 1.4
- AtomicRequest
- AtomicResponse
UnitTesting:
# Ideally none of UnitTesting would be exposed as public API, but
# for now just start doing that for new additions to it.
Expand All @@ -9727,9 +9742,17 @@
- StringEchoRequest
- StringEchoResponse
structs:
AccessControl:
# Targeting 1.4
- AccessRestrictionEntryStruct
- AccessRestrictionStruct
- CommissioningAccessRestrictionEntryStruct
Globals:
# Test-only value
- TestGlobalStruct
# Targeting 1.4
- AtomicAttributeStatusStruct
- LocationDescriptorStruct
OccupancySensing:
# Targeting 1.4
- HoldTimeLimitsStruct
Expand All @@ -9742,21 +9765,44 @@
NestedStruct:
- d
events:
AccessControl:
# Targeting 1.4
- AccessRestrictionEntryChanged
- FabricRestrictionReviewUpdate
BridgedDeviceBasicInformation:
# Targeting 1.4
- ActiveChanged
enums:
AccessControl:
# Targeting 1.4
- AccessRestrictionTypeEnum
Globals:
# Test-only value
- TestGlobalEnum
# Targeting 1.4
- AreaTypeTag
- AtomicRequestTypeEnum
- FloorSurfaceTag
- LandmarkTag
- PositionTag
- RelativePositionTag
enum values:
ApplicationLauncher:
StatusEnum:
# Targeting 1.4
- Downloading
- Installing
- PendingUserApproval
GeneralCommissioning:
# Targeting 1.4
CommissioningErrorEnum:
# Targeting 1.4
- RequiredTCNotAccepted
- TCAcknowledgementsNotReceived
- TCMinVersionNotMet
bitmaps:
AccessControl:
# Targeting 1.4
- Feature
BridgedDeviceBasicInformation:
# Targeting 1.4
- Feature
Expand All @@ -9766,6 +9812,9 @@
OccupancySensing:
# Targeting 1.4
- Feature
Thermostat:
# Targeting 1.4
- OccupancyBitmap
bitmap values:
Switch:
Feature:
Expand Down
Loading