Thermometer

The thermometer widget shows the property value of a single thing as a thermometer-style gauge.

The widget can be configured with up to three threshold levels in a range.

Field

Description

Name

The name of the widget, shown at the top of the widget.

Thing key

The unique key of the thing to be shown by the widget.

Thing property (mandatory)

The property of the thing to be shown by the widget.

Max

The maximum value to be expected by the widget. Defaults to 100.

Min

The minimum value to be expected by the widget. Defaults to 0.

Threshold 1 value

The highest value from the minimum before the color changes.

Threshold 1 color

The color to be shown when the property value is withing Threshold 1.

Threshold 2 value

The highest value from Threshold 1 before the color changes.

Threshold 2 color

The color to be shown when the property value is withing Threshold 2.

Threshold 3 value

The highest value from Threshold 2 before the color changes. This is not configurable.

Threshold 3 color

The color to be shown when the property value is withing Threshold 3.

Show border

If the widget should have a border around it.