BooleanBooleanBooleanBooleanBooleanTemperatureDefrostZoneTemperatureBooleanNumberBooleanBooleanBooleanBooleanVentilationModeClimateControlDataClimateControlDataClimateControlDataClimateControlDataClimateControlDataClimateControlDataClimateControlDataClimateControlDataClimateControlDataClimateControlDataClimateControlDataClimateControlDataClimateControlDataClimateControlDataClimateControlDataBooleanGet the AcEnable
Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_AC_ENABLE value
BooleanGet the AcMaxEnable
Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_AC_MAX_ENABLE value
BooleanGet the AutoModeEnable
Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_AUTO_MODE_ENABLE value
BooleanGet the CirculateAirEnable
Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_CIRCULATE_AIR_ENABLE value
BooleanGet the ClimateEnable
Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_CLIMATE_ENABLE value
TemperatureGet the CurrentTemperature
Kind: Instance method of ClimateControlData
Returns: Temperature - the KEY_CURRENT_TEMPERATURE value
DefrostZoneGet the DefrostZone
Kind: Instance method of ClimateControlData
Returns: DefrostZone - the KEY_DEFROST_ZONE value
TemperatureGet the DesiredTemperature
Kind: Instance method of ClimateControlData
Returns: Temperature - the KEY_DESIRED_TEMPERATURE value
BooleanGet the DualModeEnable
Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_DUAL_MODE_ENABLE value
NumberGet the FanSpeed
Kind: Instance method of ClimateControlData
Returns: Number - the KEY_FAN_SPEED value
BooleanGet the HeatedMirrorsEnable
Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_HEATED_MIRRORS_ENABLE value
BooleanGet the HeatedRearWindowEnable
Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_HEATED_REAR_WINDOW_ENABLE value
BooleanGet the HeatedSteeringWheelEnable
Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_HEATED_STEERING_WHEEL_ENABLE value
BooleanGet the HeatedWindshieldEnable
Kind: Instance method of ClimateControlData
Returns: Boolean - the KEY_HEATED_WINDSHIELD_ENABLE value
VentilationModeGet the VentilationMode
Kind: Instance method of ClimateControlData
Returns: VentilationMode - the KEY_VENTILATION_MODE value
ClimateControlDataSet the AcEnable
Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| enable | Boolean |
The desired AcEnable. |
ClimateControlDataSet the AcMaxEnable
Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| enable | Boolean |
The desired AcMaxEnable. |
ClimateControlDataSet the AutoModeEnable
Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| enable | Boolean |
The desired AutoModeEnable. |
ClimateControlDataSet the CirculateAirEnable
Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| enable | Boolean |
The desired CirculateAirEnable. |
ClimateControlDataSet 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. |
ClimateControlDataSet the CurrentTemperature
Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| temperature | Temperature |
The desired CurrentTemperature. |
ClimateControlDataSet the DefrostZone
Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| zone | DefrostZone |
The desired DefrostZone. |
ClimateControlDataSet the DesiredTemperature
Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| temperature | Temperature |
The desired DesiredTemperature. |
ClimateControlDataSet the DualModeEnable
Kind: Instance method of ClimateControlData
Returns: ClimateControlData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| enable | Boolean |
The desired DualModeEnable. |
ClimateControlDataSet 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} |
ClimateControlDataSet 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. |
ClimateControlDataSet 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. |
ClimateControlDataSet 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. |
ClimateControlDataSet 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. |