setAirConditionerModeEcoOn

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

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

Parameters

zone

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

on

true for turning on otherwise false.