setAirConditionerModeAutoOn

abstract suspend fun setAirConditionerModeAutoOn(zone: VehicleZone<SeatArea>, on: Boolean)

Sets the "auto" mode of the air conditioner for a specific zone.

Parameters

zone

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

on

true for turning on otherwise false.