The panel widget is a WireCloud widget that provides an easy way to display simple text messages, like measures.
Min height (Percentage)
: Minimal font-size to use. This value is a percentage relative to the available height.Max height (Percentage)
: Maximal font-size to use. This value is a percentage relative to the available height.Decimals
: Number of decimals to use for number values. Empty for using all the available decimals.
-
Contents: An object with the message to display. The message should be provided using the
value
key. E.g.{ "value": "Text message" }
You can also provide a unit:
{ "value": "24.5", "unit": "ºC" }
- This widget has no output endpoint