setAirConditionerOn

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

Sets the power of the air conditioner for a specific zone.

Parameters

zone

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

on

true for turning on otherwise false.