---
title: enableFan
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insetclimatesettingsincarintent/enablefan-3bu9e
---

# enableFan

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

## Declaration

```occ
@property (nonatomic, copy, readonly, nullable) NSNumber * enableFan;
```

```occ
@property (atomic, copy, readonly, nullable) NSNumber * enableFan;
```

## 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-4c1rr.md)
- [fanSpeedPercentage](intents/insetclimatesettingsincarintent/fanspeedpercentage-ep0u.md)
- [relativeFanSpeedSetting](intents/insetclimatesettingsincarintent/relativefanspeedsetting.md)
