Below is shown the list of all the widget types currently supported by the dashboards of the manager applications:
A push button that can invoke a function when it is pressed and when it is released.
A multiline text display.
A component to edit text.
A circular gauge with a needle that represents a numeric value within a range.
A widget that plots the values of multiple datasets in time scale. The time range can be changed dinamically dragging the mouse up and down. A mouse double click starts/stops the graph animation.
25.34
(25.34)
("tem" => 22.5 "pre" => 1023.4 "hum" => 78.3 ...)
("tem" => (22.5 1525190567927) "pre" => (1023.1 1525190567927) ...)
("x" => ((8.45 1525190567927) (7.41 1525190569231) ...) "y" => ((-2.65 1525190567927) (-1.08 1525190569231) ...))
The graph widget only calls get-history function the first time it is displayed and
then it refreshes its contents when the get-value exterior function provides new data.
A widget to display images and videos.
A widget to show an indicator value.
A led indicator that turns on and off depending on the value of a exterior function.
A slider control that allows you to select a numeric value within a range. Changes in the server are also reflected in the slider.
A component that allows you to select a value from a list of options. Changes in the server are also reflected in the widget.
(("1" "Option 1") ("2" "Option 2") ...)
A stick control designed to drive robots, drones and other mobile objects.
A switch button with two states, ON and OFF.