Skip to content

Commit 0c4dde5

Browse files
Update Darwin availability annotations. (#35108)
1 parent 849634b commit 0c4dde5

File tree

1 file changed

+50
-1
lines changed

1 file changed

+50
-1
lines changed

src/darwin/Framework/CHIP/templates/availability.yaml

+50-1
Original file line numberDiff line numberDiff line change
@@ -9694,6 +9694,13 @@
96949694
- WaterHeaterMode
96959695
- WiFiNetworkManagement
96969696
attributes:
9697+
AccessControl:
9698+
# Targeting 1.4
9699+
- CommissioningARL
9700+
- ARL
9701+
BridgedDeviceBasicInformation:
9702+
# Targeting 1.4
9703+
- ProductID
96979704
GeneralCommissioning:
96989705
# Targeting 1.4
96999706
- TCAcceptedVersion
@@ -9712,13 +9719,21 @@
97129719
- NullableGlobalEnum
97139720
- NullableGlobalStruct
97149721
commands:
9722+
AccessControl:
9723+
# Targeting 1.4
9724+
- ReviewFabricRestrictions
9725+
- ReviewFabricRestrictionsResponse
97159726
BridgedDeviceBasicInformation:
97169727
# Targeting 1.4
97179728
- KeepActive
97189729
GeneralCommissioning:
97199730
# Targeting 1.4
97209731
- SetTCAcknowledgements
97219732
- SetTCAcknowledgementsResponse
9733+
Thermostat:
9734+
# Targeting 1.4
9735+
- AtomicRequest
9736+
- AtomicResponse
97229737
UnitTesting:
97239738
# Ideally none of UnitTesting would be exposed as public API, but
97249739
# for now just start doing that for new additions to it.
@@ -9727,9 +9742,17 @@
97279742
- StringEchoRequest
97289743
- StringEchoResponse
97299744
structs:
9745+
AccessControl:
9746+
# Targeting 1.4
9747+
- AccessRestrictionEntryStruct
9748+
- AccessRestrictionStruct
9749+
- CommissioningAccessRestrictionEntryStruct
97309750
Globals:
97319751
# Test-only value
97329752
- TestGlobalStruct
9753+
# Targeting 1.4
9754+
- AtomicAttributeStatusStruct
9755+
- LocationDescriptorStruct
97339756
OccupancySensing:
97349757
# Targeting 1.4
97359758
- HoldTimeLimitsStruct
@@ -9742,21 +9765,44 @@
97429765
NestedStruct:
97439766
- d
97449767
events:
9768+
AccessControl:
9769+
# Targeting 1.4
9770+
- AccessRestrictionEntryChanged
9771+
- FabricRestrictionReviewUpdate
97459772
BridgedDeviceBasicInformation:
97469773
# Targeting 1.4
97479774
- ActiveChanged
97489775
enums:
9776+
AccessControl:
9777+
# Targeting 1.4
9778+
- AccessRestrictionTypeEnum
97499779
Globals:
97509780
# Test-only value
97519781
- TestGlobalEnum
9782+
# Targeting 1.4
9783+
- AreaTypeTag
9784+
- AtomicRequestTypeEnum
9785+
- FloorSurfaceTag
9786+
- LandmarkTag
9787+
- PositionTag
9788+
- RelativePositionTag
97529789
enum values:
9790+
ApplicationLauncher:
9791+
StatusEnum:
9792+
# Targeting 1.4
9793+
- Downloading
9794+
- Installing
9795+
- PendingUserApproval
97539796
GeneralCommissioning:
9754-
# Targeting 1.4
97559797
CommissioningErrorEnum:
9798+
# Targeting 1.4
97569799
- RequiredTCNotAccepted
97579800
- TCAcknowledgementsNotReceived
97589801
- TCMinVersionNotMet
97599802
bitmaps:
9803+
AccessControl:
9804+
# Targeting 1.4
9805+
- Feature
97609806
BridgedDeviceBasicInformation:
97619807
# Targeting 1.4
97629808
- Feature
@@ -9766,6 +9812,9 @@
97669812
OccupancySensing:
97679813
# Targeting 1.4
97689814
- Feature
9815+
Thermostat:
9816+
# Targeting 1.4
9817+
- OccupancyBitmap
97699818
bitmap values:
97709819
Switch:
97719820
Feature:

0 commit comments

Comments
 (0)