setCabinTargetTemperature

abstract suspend fun setCabinTargetTemperature(zone: VehicleZone<SeatArea>, degreesCelsius: Float)

Sets the cabin target temperature for a specific zone.

Parameters

zone

A set of SeatArea; areas which are not supported by cabinTargetTemperatureCelsius will be ignored.

degreesCelsius

The temperature in Celsius. Values outside the range, as provided by the property cabinTargetTemperatureCelsius, will be clamped.