setAirRecirculationOn

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

Sets the air recirculation for a specific zone.

Parameters

zone

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

on

true for turning on otherwise false.