setSeatHeaterLevel

abstract suspend fun setSeatHeaterLevel(zone: VehicleZone<SeatArea>, level: Int)

Sets the seat heater level for a specific zone.

Parameters

zone

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

level

The heat level value. Values outside the range, as provided by the property seatHeaterLevel, will be clamped.