Skip to content

Commit

Permalink
Update Darwin availability annotations.
Browse files Browse the repository at this point in the history
Make sure we don't expose new UnitTesting stuff in the public API.
  • Loading branch information
bzbarsky-apple committed Jan 25, 2024
1 parent a49adac commit 48594ec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8579,6 +8579,10 @@
- SetpointHoldExpiryTimestamp
- QueuedPreset
- ActiveScheduleHandle
UnitTesting:
# Ideally none of UnitTesting would be exposed as public API, but
# for now just start doing that for new additions to it.
- MeiInt8u
commands:
DoorLock:
# Aliro is not ready yet.
Expand All @@ -8596,6 +8600,11 @@
RVCOperationalState:
# Targeting Spring 2024 Matter release
- GoHome
UnitTesting:
# Ideally none of UnitTesting would be exposed as public API, but
# for now just start doing that for new additions to it.
- TestDifferentVendorMeiRequest
- TestDifferentVendorMeiResponse
structs:
Thermostat:
# Targeting Spring 2024 Matter release
Expand All @@ -8605,6 +8614,11 @@
- PresetTypeStruct
- ScheduleTypeStruct
- QueuedPresetStruct
events:
UnitTesting:
# Ideally none of UnitTesting would be exposed as public API, but
# for now just start doing that for new additions to it.
- TestDifferentVendorMeiEvent
enums:
Thermostat:
# Targeting Spring 2024 Matter release
Expand Down

0 comments on commit 48594ec

Please sign in to comment.