Configuration Tango Explorer Widget

Defined in src/index.ts. Options and defaults:

  • Tango DB:

    • Key: tangoDB

    • Type: TANGO_DB

    • Purpose: Tango Database endpoint used by this widget.

    • Default: ""

  • Use enum labels:

    • Key: useEnumLabels

    • Type: boolean

    • Purpose: Map integer states to human-readable labels when exploring attributes.

    • Default: true

  • Group by server:

    • Key: groupByServer

    • Type: boolean

    • Purpose: Group devices by Tango server; disable to group directly by state across all devices.

    • Default: true

Quick recipe

{ "useEnumLabels": true, "groupByServer": true }