Configuration Tango Command Widget
Defined in src/index.ts:
Title:
Key:
titleType:
stringPurpose: Optional selector title override for the first device group.
Default: empty string.
Devices:
Key:
devicesType:
Array<{ endpoint?: TANGO_DB; device: string }>Purpose: Define one or more Tango devices. Each item provides a Tango DB selector (
endpoint) and the Tango device path (device).Default: LOW MCCS TPM01-TPM16 from
http://octopus-tangogql-ariadne:5004/db.
Commands:
Key:
commandsType:
Array<{ command: string; label?: string; device?: string; argin?: any; description?: string }>Purpose: Buttons to fire Tango commands (one button per array entry).
deviceoverrides the selected device(s);arginis optional (usenullfor arg-less commands likeRecover).Default:
Recoveraimed at the configured devices.