Constructor
# <Thermometer value minimum maximum />
These are single-property sensors just used to measure the temperature in the environment. This include thermometers and any other temperature device.
PropTypes:
Name | Type | Required | Description | Default |
---|---|---|---|---|
value |
number | Yes | The value of temperature measured in °C. | |
minimum |
number | Yes | The minimum value of temperature than can be measured by the sensor. | |
maximum |
number | Yes | The maximum value of temperature than can be measured by the sensor. |