---
title: enableFan
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insetclimatesettingsincarintent/enablefan-5srs9
---

# enableFan

A Boolean value indicating whether to turn on the cabin fan system.

## Declaration

```swift
@nonobjc final var enableFan: Bool? { get }
```

## Discussion

Discussion Enabling the fan typically disengages the automated climate control systems and causes the vehicle to enter a manual mode. Check the fanSpeedIndex, fanSpeedPercentage, or relativeFanSpeedSetting properties to determine whether the user specified a speed for the fan. This property is nil when the user modified a different climate control setting.

## See Also

### Getting the Fan Settings

- [fanSpeedIndex](intents/insetclimatesettingsincarintent/fanspeedindex-wz49.md)
- [fanSpeedPercentage](intents/insetclimatesettingsincarintent/fanspeedpercentage-7i2hq.md)
- [relativeFanSpeedSetting](intents/insetclimatesettingsincarintent/relativefanspeedsetting.md)
