setFanDirection

abstract suspend fun setFanDirection(zone: VehicleZone<SeatArea>, direction: Set<VehicleFanDirection>)

Sets the fan direction for a specific zone.

Parameters

zone

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

direction

The vehicle fan direction; directions other than the by fanDirection supported combinations will be ignored.