TemperatureUnitNumberTemperatureTemperatureTemperatureUnitGet the Unit
Kind: Instance method of Temperature
Returns: TemperatureUnit - the KEY_UNIT value
NumberGet the ValueParam
Kind: Instance method of Temperature
Returns: Number - the KEY_VALUE value
TemperatureSet 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. |
TemperatureSet 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. |