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 <woody@apple.com>
  • Loading branch information
2 people authored and pull[bot] committed Jul 23, 2024
1 parent 1b8c1d8 commit 2073889
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 2073889

Please sign in to comment.