TemperatureUnit
Number
Temperature
Temperature
TemperatureUnit
Get the Unit
Kind: Instance method of Temperature
Returns: TemperatureUnit
- the KEY_UNIT value
Number
Get the ValueParam
Kind: Instance method of Temperature
Returns: Number
- the KEY_VALUE value
Temperature
Set the Unit
Kind: Instance method of Temperature
Returns: Temperature
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
unit | TemperatureUnit |
Temperature Unit - The desired Unit. |
Temperature
Set the ValueParam
Kind: Instance method of Temperature
Returns: Temperature
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
value | Number |
Temperature Value in TemperatureUnit specified unit. Range depends on OEM and is not checked by SDL. - The desired ValueParam. |