Skip to content

Commit

Permalink
Merge branch 'master' into feature/resolve-issues-from-31320
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarkov authored Jan 25, 2024
2 parents a5049b1 + 2ef091e commit 7fa68d6
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 7fa68d6

Please sign in to comment.