Spot Toolbar Widget
Widget Type: rc-spot-toolbar

A pre-wired toolbar tailored to Boston Dynamics Spot. Out of the box it shows battery, signal, latency, throughput, e-stop status/registration, lease, and motor power. Unlike the generic Toolbar Widget, no source/expression wiring is required.
Configuration
All fields are optional.
timeoutMs (optional) Timeout (ms) used by the toolbar's freshness indicators.
disableLights (optional) When true, hides the SpotCAM lights control.
disableWifi (optional) When true, hides the WiFi/signal indicator.
Example
The widget works with no configuration:
{}
Example with options
{
"timeoutMs": 5000,
"disableLights": false,
"disableWifi": false
}