Skip to content

Commit

Permalink
Update Darwin availability annotations. (project-chip#35108)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored and PeterC1965 committed Aug 28, 2024
1 parent 01701ab commit 9fda39a
Showing 1 changed file with 50 additions and 1 deletion.
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

0 comments on commit 9fda39a

Please sign in to comment.