setAirConditionerModeMaxDefrostOn

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

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

Parameters

zone

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

on

true for turning on otherwise false.