Number
Temperature
Temperature
ClimateData
ClimateData
ClimateData
Number
Get the AtmosphericPressure
Kind: Instance method of ClimateData
Returns: Number
- the KEY_ATMOSPHERIC_PRESSURE value
Temperature
Get the CabinTemperature
Kind: Instance method of ClimateData
Returns: Temperature
- the KEY_CABIN_TEMPERATURE value
Temperature
Get the ExternalTemperature
Kind: Instance method of ClimateData
Returns: Temperature
- the KEY_EXTERNAL_TEMPERATURE value
ClimateData
Set 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} |
ClimateData
Set 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. |
ClimateData
Set 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. |