Boolean
Boolean
Boolean
Boolean
Boolean
Temperature
DefrostZone
Temperature
Boolean
Number
Boolean
Boolean
Boolean
Boolean
VentilationMode
ClimateControlData
ClimateControlData
ClimateControlData
ClimateControlData
ClimateControlData
ClimateControlData
ClimateControlData
ClimateControlData
ClimateControlData
ClimateControlData
ClimateControlData
ClimateControlData
ClimateControlData
ClimateControlData
ClimateControlData
Boolean
Get the AcEnable
Kind: Instance method of ClimateControlData
Returns: Boolean
- the KEY_AC_ENABLE value
Boolean
Get the AcMaxEnable
Kind: Instance method of ClimateControlData
Returns: Boolean
- the KEY_AC_MAX_ENABLE value
Boolean
Get the AutoModeEnable
Kind: Instance method of ClimateControlData
Returns: Boolean
- the KEY_AUTO_MODE_ENABLE value
Boolean
Get the CirculateAirEnable
Kind: Instance method of ClimateControlData
Returns: Boolean
- the KEY_CIRCULATE_AIR_ENABLE value
Boolean
Get the ClimateEnable
Kind: Instance method of ClimateControlData
Returns: Boolean
- the KEY_CLIMATE_ENABLE value
Temperature
Get the CurrentTemperature
Kind: Instance method of ClimateControlData
Returns: Temperature
- the KEY_CURRENT_TEMPERATURE value
DefrostZone
Get the DefrostZone
Kind: Instance method of ClimateControlData
Returns: DefrostZone
- the KEY_DEFROST_ZONE value
Temperature
Get the DesiredTemperature
Kind: Instance method of ClimateControlData
Returns: Temperature
- the KEY_DESIRED_TEMPERATURE value
Boolean
Get the DualModeEnable
Kind: Instance method of ClimateControlData
Returns: Boolean
- the KEY_DUAL_MODE_ENABLE value
Number
Get the FanSpeed
Kind: Instance method of ClimateControlData
Returns: Number
- the KEY_FAN_SPEED value
Boolean
Get the HeatedMirrorsEnable
Kind: Instance method of ClimateControlData
Returns: Boolean
- the KEY_HEATED_MIRRORS_ENABLE value
Boolean
Get the HeatedRearWindowEnable
Kind: Instance method of ClimateControlData
Returns: Boolean
- the KEY_HEATED_REAR_WINDOW_ENABLE value
Boolean
Get the HeatedSteeringWheelEnable
Kind: Instance method of ClimateControlData
Returns: Boolean
- the KEY_HEATED_STEERING_WHEEL_ENABLE value
Boolean
Get the HeatedWindshieldEnable
Kind: Instance method of ClimateControlData
Returns: Boolean
- the KEY_HEATED_WINDSHIELD_ENABLE value
VentilationMode
Get the VentilationMode
Kind: Instance method of ClimateControlData
Returns: VentilationMode
- the KEY_VENTILATION_MODE value
ClimateControlData
Set the AcEnable
Kind: Instance method of ClimateControlData
Returns: ClimateControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
enable | Boolean |
The desired AcEnable. |
ClimateControlData
Set the AcMaxEnable
Kind: Instance method of ClimateControlData
Returns: ClimateControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
enable | Boolean |
The desired AcMaxEnable. |
ClimateControlData
Set the AutoModeEnable
Kind: Instance method of ClimateControlData
Returns: ClimateControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
enable | Boolean |
The desired AutoModeEnable. |
ClimateControlData
Set the CirculateAirEnable
Kind: Instance method of ClimateControlData
Returns: ClimateControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
enable | Boolean |
The desired CirculateAirEnable. |
ClimateControlData
Set the ClimateEnable
Kind: Instance method of ClimateControlData
Returns: ClimateControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
enable | Boolean |
True if the climate module is on, false if the climate module is off - The desired ClimateEnable. |
ClimateControlData
Set the CurrentTemperature
Kind: Instance method of ClimateControlData
Returns: ClimateControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
temperature | Temperature |
The desired CurrentTemperature. |
ClimateControlData
Set the DefrostZone
Kind: Instance method of ClimateControlData
Returns: ClimateControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
zone | DefrostZone |
The desired DefrostZone. |
ClimateControlData
Set the DesiredTemperature
Kind: Instance method of ClimateControlData
Returns: ClimateControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
temperature | Temperature |
The desired DesiredTemperature. |
ClimateControlData
Set the DualModeEnable
Kind: Instance method of ClimateControlData
Returns: ClimateControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
enable | Boolean |
The desired DualModeEnable. |
ClimateControlData
Set the FanSpeed
Kind: Instance method of ClimateControlData
Returns: ClimateControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
speed | Number |
The desired FanSpeed. {'num_min_value': 0, 'num_max_value': 100} |
ClimateControlData
Set the HeatedMirrorsEnable
Kind: Instance method of ClimateControlData
Returns: ClimateControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
enable | Boolean |
value false means disabled, value true means enabled. - The desired HeatedMirrorsEnable. |
ClimateControlData
Set the HeatedRearWindowEnable
Kind: Instance method of ClimateControlData
Returns: ClimateControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
enable | Boolean |
value false means disabled, value true means enabled. - The desired HeatedRearWindowEnable. |
ClimateControlData
Set the HeatedSteeringWheelEnable
Kind: Instance method of ClimateControlData
Returns: ClimateControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
enable | Boolean |
value false means disabled/turn off, value true means enabled/turn on. - The desired HeatedSteeringWheelEnable. |
ClimateControlData
Set the HeatedWindshieldEnable
Kind: Instance method of ClimateControlData
Returns: ClimateControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
enable | Boolean |
value false means disabled, value true means enabled. - The desired HeatedWindshieldEnable. |