NumberTemperatureTemperatureClimateDataClimateDataClimateDataNumberGet the AtmosphericPressure
Kind: Instance method of ClimateData
Returns: Number - the KEY_ATMOSPHERIC_PRESSURE value
TemperatureGet the CabinTemperature
Kind: Instance method of ClimateData
Returns: Temperature - the KEY_CABIN_TEMPERATURE value
TemperatureGet the ExternalTemperature
Kind: Instance method of ClimateData
Returns: Temperature - the KEY_EXTERNAL_TEMPERATURE value
ClimateDataSet the AtmosphericPressure
Kind: Instance method of ClimateData
Returns: ClimateData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| pressure | Number |
Current atmospheric pressure in mBar - The desired AtmosphericPressure. {'num_min_value': 0.0, 'num_max_value': 2000.0} |
ClimateDataSet the CabinTemperature
Kind: Instance method of ClimateData
Returns: ClimateData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| temperature | Temperature |
Internal ambient cabin temperature in degrees celsius - The desired CabinTemperature. |
ClimateDataSet the ExternalTemperature
Kind: Instance method of ClimateData
Returns: ClimateData - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| temperature | Temperature |
The external temperature in degrees celsius - The desired ExternalTemperature. |