setAirConditionerModeMaxOn

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

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

Parameters

zone

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

on

true for turning on otherwise false.