Skip to content

Commit 5a6d0f9

Browse files
Add Darwin availability annotations for some new features. (#34167)
* Add Darwin availability annotations for some new features. * Update src/darwin/Framework/CHIP/templates/availability.yaml * Apply suggestions from code review --------- Co-authored-by: Justin Wood <woody@apple.com>
1 parent d9fc295 commit 5a6d0f9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

+19
Original file line numberDiff line numberDiff line change
@@ -9694,6 +9694,25 @@
96949694
- ThreadBorderRouterManagement
96959695
- ThreadNetworkDirectory
96969696
- WiFiNetworkManagement
9697+
attributes:
9698+
OccupancySensing:
9699+
# Targeting 1.4
9700+
- HoldTime
9701+
- HoldTimeLimits
9702+
commands:
9703+
UnitTesting:
9704+
# Ideally none of UnitTesting would be exposed as public API, but
9705+
# for now just start doing that for new additions to it.
9706+
- StringEchoRequest
9707+
- StringEchoResponse
9708+
structs:
9709+
OccupancySensing:
9710+
# Targeting 1.4
9711+
- HoldTimeLimitsStruct
9712+
bitmaps:
9713+
OccupancySensing:
9714+
# Targeting Fall 1.4
9715+
- Feature
96979716
bitmap values:
96989717
Switch:
96999718
Feature:

0 commit comments

Comments
 (0)