Skip to content
Docs

Action & Control Widgets

These widgets let users interact directly with connected equipment from a dashboard — flipping a device on or off, triggering a single action, or setting a value within a range.


Live Interactive

An ON/OFF widget is used to control or perform the configured actions.

ON/OFF Widget
FieldDescription
Variable IDSelect the variable that controls the ON/OFF state.
Action 1Specify the first action to execute when the ON button is pressed.
Action 1 Button Label (Green)Enter the label for the button that triggers the first action.
Action 2Specify the second action to execute when the OFF button is pressed.
Action 2 Button Label (Red)Enter the label for the button that triggers the second action.
  • Displays two buttons — green for Action 1, red for Action 2 — each triggering a separately configured action.
  • Button labels are fully customizable and don’t have to read “ON” / “OFF”.

Live Interactive

An Single Action widget is used to control or perform the configured action.

Single Action Widget
FieldDescription
Variable IDSelect the variable that this widget will monitor or control.
ActionSpecify the action to execute when the button is pressed.
Action Button LabelEnter the label for the button that triggers the action.
  • Displays a single button that triggers one configured action — simpler than the ON/OFF Widget, which supports two.

Live Interactive

The Text Action Widget displays the value of a selected variable and executes a specified action.

Text Action Widget
FieldDescription
Variable IDSelect the variable whose value will be displayed by the widget.
ActionSpecify the action to execute when the widget is interacted with.
  • Combines a live value display with an interactive trigger in a single widget.

Live Interactive

A range slider is used to set a value within a range.

Range Slider Widget
FieldDescription
Variable IDSelect the variable that range slider will control.
ActionSpecify the action to execute when the slider value is changed.
Minimum Range ValueSpecify the minimum value of the range.
Maximum Range ValueSpecify the maximum value of the range.
StepSpecify the step value of the range.
  • The step value determines the increment between selectable values as the slider is dragged.