enableFan
A Boolean value indicating whether to turn on the cabin fan system.
Declaration
@property (nonatomic, copy, readonly, nullable) NSNumber * enableFan;@property (atomic, copy, readonly, nullable) NSNumber * enableFan;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.