diff --git a/src/darwin/Framework/CHIP/templates/availability.yaml b/src/darwin/Framework/CHIP/templates/availability.yaml index 4850889f6ce132..526df9ba2f07c8 100644 --- a/src/darwin/Framework/CHIP/templates/availability.yaml +++ b/src/darwin/Framework/CHIP/templates/availability.yaml @@ -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. @@ -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 @@ -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