Skip to content

Commit

Permalink
Add Darwin availability annotations for some new features. (#34167)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
bzbarsky-apple and woody-apple authored Jul 3, 2024
1 parent d9fc295 commit 5a6d0f9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9694,6 +9694,25 @@
- ThreadBorderRouterManagement
- ThreadNetworkDirectory
- WiFiNetworkManagement
attributes:
OccupancySensing:
# Targeting 1.4
- HoldTime
- HoldTimeLimits
commands:
UnitTesting:
# Ideally none of UnitTesting would be exposed as public API, but
# for now just start doing that for new additions to it.
- StringEchoRequest
- StringEchoResponse
structs:
OccupancySensing:
# Targeting 1.4
- HoldTimeLimitsStruct
bitmaps:
OccupancySensing:
# Targeting Fall 1.4
- Feature
bitmap values:
Switch:
Feature:
Expand Down

0 comments on commit 5a6d0f9

Please sign in to comment.