Widget Functionality
What it does
Shows the current observing state for a selected device or subsystem and optionally exposes a control to trigger a Tango command.
Expected data
Device name for which to display the state.
GraphQL operations
Stream (subscription): see
src/graphql/stream.tsfor the live state feed.Polling (query): see
src/graphql/polling.tsfor one-shot state snapshots.Mutation (command): see
src/graphql/mutation.tsfor sending a Tango command withcommand,device, andargin.
Notes:
Depending on dashboard settings, the widget may run in polling-only mode.