---
title: fanSpeedIndex
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insetclimatesettingsincarintent/fanspeedindex-wz49
---

# fanSpeedIndex

An integer value indicating the desired fan speed position.

## Declaration

```swift
@nonobjc final var fanSpeedIndex: Int? { get }
```

## Discussion

Discussion The value in this property maps to the manual fan speed control in your vehicle. For example, the value 1 corresponds to the first position of the fan speed knob, the value 2 corresponds to the second position of the fan speed knob, and so on. Use this property to set the fan speed to the specific level requested by the user. This property is nil when the user modified a different climate control setting.

## See Also

### Getting the Fan Settings

- [enableFan](intents/insetclimatesettingsincarintent/enablefan-5srs9.md)
- [fanSpeedPercentage](intents/insetclimatesettingsincarintent/fanspeedpercentage-7i2hq.md)
- [relativeFanSpeedSetting](intents/insetclimatesettingsincarintent/relativefanspeedsetting.md)
