| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_AC_ENABLE |
static String |
KEY_AC_MAX_ENABLE |
static String |
KEY_AUTO_MODE_ENABLE |
static String |
KEY_CIRCULATE_AIR_ENABLE |
static String |
KEY_CLIMATE_ENABLE |
static String |
KEY_CURRENT_TEMPERATURE |
static String |
KEY_DEFROST_ZONE |
static String |
KEY_DESIRED_TEMPERATURE |
static String |
KEY_DUAL_MODE_ENABLE |
static String |
KEY_FAN_SPEED |
static String |
KEY_HEATED_MIRRORS_ENABLE |
static String |
KEY_HEATED_REAR_WINDOW_ENABLE |
static String |
KEY_HEATED_STEERING_WHEEL_ENABLE |
static String |
KEY_HEATED_WIND_SHIELD_ENABLE |
static String |
KEY_VENTILATION_MODE |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
ClimateControlData() |
ClimateControlData(Hashtable<String,Object> hash) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAcEnable() |
Boolean |
getAcMaxEnable() |
Boolean |
getAutoModeEnable() |
Boolean |
getCirculateAirEnable() |
Boolean |
getClimateEnable()
Gets the climateEnable portion of the ClimateControlData class
|
Temperature |
getCurrentTemperature() |
DefrostZone |
getDefrostZone() |
Temperature |
getDesiredTemperature() |
Boolean |
getDualModeEnable() |
Integer |
getFanSpeed() |
Boolean |
getHeatedMirrorsEnable()
Gets the heatedMirrorsEnable portion of the ClimateControlCapabilities class
|
Boolean |
getHeatedRearWindowEnable()
Gets the heatedRearWindowEnable portion of the ClimateControlCapabilities class
|
Boolean |
getHeatedSteeringWheelEnable()
Gets the heatedSteeringWheelEnable portion of the ClimateControlCapabilities class
|
Boolean |
getHeatedWindshieldEnable()
Gets the heatedWindshieldEnable portion of the ClimateControlCapabilities class
|
VentilationMode |
getVentilationMode() |
ClimateControlData |
setAcEnable(Boolean acEnable) |
ClimateControlData |
setAcMaxEnable(Boolean acMaxEnable) |
ClimateControlData |
setAutoModeEnable(Boolean autoModeEnable) |
ClimateControlData |
setCirculateAirEnable(Boolean circulateAirEnable) |
ClimateControlData |
setClimateEnable(Boolean climateEnable)
Sets the climateEnable portion of the ClimateControlData class
|
ClimateControlData |
setCurrentTemperature(Temperature currentTemperature) |
ClimateControlData |
setDefrostZone(DefrostZone defrostZone) |
ClimateControlData |
setDesiredTemperature(Temperature desiredTemperature) |
ClimateControlData |
setDualModeEnable(Boolean dualModeEnable) |
ClimateControlData |
setFanSpeed(Integer fanSpeed) |
ClimateControlData |
setHeatedMirrorsEnable(Boolean heatedMirrorsEnable)
Sets the heatedMirrorsEnable portion of the ClimateControlCapabilities class
|
ClimateControlData |
setHeatedRearWindowEnable(Boolean heatedRearWindowEnable)
Sets the heatedRearWindowEnable portion of the ClimateControlCapabilities class
|
ClimateControlData |
setHeatedSteeringWheelEnable(Boolean heatedSteeringWheelEnable)
Sets the heatedSteeringWheelEnable portion of the ClimateControlCapabilities class
|
ClimateControlData |
setHeatedWindshieldEnable(Boolean heatedWindshieldEnable)
Sets the heatedWindshieldEnable portion of the ClimateControlCapabilities class
|
ClimateControlData |
setVentilationMode(VentilationMode ventilationMode) |
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_FAN_SPEED
public static final String KEY_CURRENT_TEMPERATURE
public static final String KEY_DESIRED_TEMPERATURE
public static final String KEY_AC_ENABLE
public static final String KEY_CIRCULATE_AIR_ENABLE
public static final String KEY_AUTO_MODE_ENABLE
public static final String KEY_DEFROST_ZONE
public static final String KEY_DUAL_MODE_ENABLE
public static final String KEY_AC_MAX_ENABLE
public static final String KEY_VENTILATION_MODE
public static final String KEY_HEATED_STEERING_WHEEL_ENABLE
public static final String KEY_HEATED_WIND_SHIELD_ENABLE
public static final String KEY_HEATED_REAR_WINDOW_ENABLE
public static final String KEY_HEATED_MIRRORS_ENABLE
public static final String KEY_CLIMATE_ENABLE
public ClimateControlData setFanSpeed(Integer fanSpeed)
public Integer getFanSpeed()
public ClimateControlData setCurrentTemperature(Temperature currentTemperature)
public Temperature getCurrentTemperature()
public ClimateControlData setDesiredTemperature(Temperature desiredTemperature)
public Temperature getDesiredTemperature()
public ClimateControlData setAcEnable(Boolean acEnable)
public Boolean getAcEnable()
public ClimateControlData setCirculateAirEnable(Boolean circulateAirEnable)
public Boolean getCirculateAirEnable()
public ClimateControlData setAutoModeEnable(Boolean autoModeEnable)
public Boolean getAutoModeEnable()
public ClimateControlData setDefrostZone(DefrostZone defrostZone)
public DefrostZone getDefrostZone()
public ClimateControlData setDualModeEnable(Boolean dualModeEnable)
public Boolean getDualModeEnable()
public ClimateControlData setAcMaxEnable(Boolean acMaxEnable)
public Boolean getAcMaxEnable()
public ClimateControlData setVentilationMode(VentilationMode ventilationMode)
public VentilationMode getVentilationMode()
public ClimateControlData setHeatedSteeringWheelEnable(Boolean heatedSteeringWheelEnable)
heatedSteeringWheelEnable - Value false means disabled/turn off, value true means enabled/turn on.public Boolean getHeatedSteeringWheelEnable()
public ClimateControlData setHeatedWindshieldEnable(Boolean heatedWindshieldEnable)
heatedWindshieldEnable - Value false means disabled, value true means enabled.public Boolean getHeatedWindshieldEnable()
public ClimateControlData setHeatedRearWindowEnable(Boolean heatedRearWindowEnable)
heatedRearWindowEnable - Value false means disabled, value true means enabled.public Boolean getHeatedRearWindowEnable()
public ClimateControlData setHeatedMirrorsEnable(Boolean heatedMirrorsEnable)
heatedMirrorsEnable - Value false means disabled, value true means enabled.public Boolean getHeatedMirrorsEnable()
public ClimateControlData setClimateEnable(Boolean climateEnable)
climateEnable - Value false means disabled, value true means enabled.public Boolean getClimateEnable()