Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaScript Suite Documentation
ClimateControlData

ClimateControlData Class Reference

Constructors

Instance Methods

Constructors

new ClimateControlData(parameters)

Initializes an instance of ClimateControlData.

Instance Methods

climateControlData.getAcEnable() ⇒ Boolean

Get the AcEnable

Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_AC_ENABLE value

climateControlData.getAcMaxEnable() ⇒ Boolean

Get the AcMaxEnable

Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_AC_MAX_ENABLE value

climateControlData.getAutoModeEnable() ⇒ Boolean

Get the AutoModeEnable

Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_AUTO_MODE_ENABLE value

climateControlData.getCirculateAirEnable() ⇒ Boolean

Get the CirculateAirEnable

Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_CIRCULATE_AIR_ENABLE value

climateControlData.getClimateEnable() ⇒ Boolean

Get the ClimateEnable

Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_CLIMATE_ENABLE value

climateControlData.getCurrentTemperature() ⇒ Temperature

Get the CurrentTemperature

Kind: Instance method of ClimateControlData
Returns: Temperature - the KEY_CURRENT_TEMPERATURE value

climateControlData.getDefrostZone() ⇒ DefrostZone

Get the DefrostZone

Kind: Instance method of ClimateControlData
Returns: DefrostZone - the KEY_DEFROST_ZONE value

climateControlData.getDesiredTemperature() ⇒ Temperature

Get the DesiredTemperature

Kind: Instance method of ClimateControlData
Returns: Temperature - the KEY_DESIRED_TEMPERATURE value

climateControlData.getDualModeEnable() ⇒ Boolean

Get the DualModeEnable

Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_DUAL_MODE_ENABLE value

climateControlData.getFanSpeed() ⇒ Number

Get the FanSpeed

Kind: Instance method of ClimateControlData
Returns: Number - the KEY_FAN_SPEED value

climateControlData.getHeatedMirrorsEnable() ⇒ Boolean

Get the HeatedMirrorsEnable

Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_HEATED_MIRRORS_ENABLE value

climateControlData.getHeatedRearWindowEnable() ⇒ Boolean

Get the HeatedRearWindowEnable

Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_HEATED_REAR_WINDOW_ENABLE value

climateControlData.getHeatedSteeringWheelEnable() ⇒ Boolean

Get the HeatedSteeringWheelEnable

Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_HEATED_STEERING_WHEEL_ENABLE value

climateControlData.getHeatedWindshieldEnable() ⇒ Boolean

Get the HeatedWindshieldEnable

Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_HEATED_WINDSHIELD_ENABLE value

climateControlData.getVentilationMode() ⇒ VentilationMode

Get the VentilationMode

Kind: Instance method of ClimateControlData
Returns: VentilationMode - the KEY_VENTILATION_MODE value

climateControlData.setAcEnable(enable) ⇒ ClimateControlData

Set the AcEnable

Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.

ParamTypeDescription
enable Boolean The desired AcEnable.

climateControlData.setAcMaxEnable(enable) ⇒ ClimateControlData

Set the AcMaxEnable

Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.

ParamTypeDescription
enable Boolean The desired AcMaxEnable.

climateControlData.setAutoModeEnable(enable) ⇒ ClimateControlData

Set the AutoModeEnable

Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.

ParamTypeDescription
enable Boolean The desired AutoModeEnable.

climateControlData.setCirculateAirEnable(enable) ⇒ ClimateControlData

Set the CirculateAirEnable

Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.

ParamTypeDescription
enable Boolean The desired CirculateAirEnable.

climateControlData.setClimateEnable(enable) ⇒ ClimateControlData

Set the ClimateEnable

Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.

ParamTypeDescription
enable Boolean True if the climate module is on, false if the climate module is off - The desired ClimateEnable.

climateControlData.setCurrentTemperature(temperature) ⇒ ClimateControlData

Set the CurrentTemperature

Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.

ParamTypeDescription
temperature Temperature The desired CurrentTemperature.

climateControlData.setDefrostZone(zone) ⇒ ClimateControlData

Set the DefrostZone

Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.

ParamTypeDescription
zone DefrostZone The desired DefrostZone.

climateControlData.setDesiredTemperature(temperature) ⇒ ClimateControlData

Set the DesiredTemperature

Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.

ParamTypeDescription
temperature Temperature The desired DesiredTemperature.

climateControlData.setDualModeEnable(enable) ⇒ ClimateControlData

Set the DualModeEnable

Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.

ParamTypeDescription
enable Boolean The desired DualModeEnable.

climateControlData.setFanSpeed(speed) ⇒ ClimateControlData

Set the FanSpeed

Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.

ParamTypeDescription
speed Number The desired FanSpeed. {'num_min_value': 0, 'num_max_value': 100}

climateControlData.setHeatedMirrorsEnable(enable) ⇒ ClimateControlData

Set the HeatedMirrorsEnable

Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.

ParamTypeDescription
enable Boolean value false means disabled, value true means enabled. - The desired HeatedMirrorsEnable.

climateControlData.setHeatedRearWindowEnable(enable) ⇒ ClimateControlData

Set the HeatedRearWindowEnable

Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.

ParamTypeDescription
enable Boolean value false means disabled, value true means enabled. - The desired HeatedRearWindowEnable.

climateControlData.setHeatedSteeringWheelEnable(enable) ⇒ ClimateControlData

Set the HeatedSteeringWheelEnable

Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.

ParamTypeDescription
enable Boolean value false means disabled/turn off, value true means enabled/turn on. - The desired HeatedSteeringWheelEnable.

climateControlData.setHeatedWindshieldEnable(enable) ⇒ ClimateControlData

Set the HeatedWindshieldEnable

Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.

ParamTypeDescription
enable Boolean value false means disabled, value true means enabled. - The desired HeatedWindshieldEnable.

climateControlData.setVentilationMode(mode) ⇒ ClimateControlData

Set the VentilationMode

Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.

ParamTypeDescription
mode VentilationMode The desired VentilationMode.
View on GitHub.com
Previous Section Next Section