Skip to content

Progress Bar Widget

Overview

Progress Bar Widget includes its own configuration fields in the widget configuration flow.

Configuration Fields

  • Alias
  • Devices
  • Selected Device Ids
  • Title
  • Telemetry Key
  • Min Value
  • Max Value
  • Decimals
  • Suffix
  • Stroke Height
  • Status Mode
  • Compact
  • Show Header
  • Show Device Name
  • Show Value
  • Show Min Max
  • Show Percent
  • Global Keys
  • Loading Devices
  • Loading Keys
  • Device ID
  • Device Ids
  • Metric
  • Key
  • Telemetry Keys

Defaults

  • Alias — null
  • Selected Device Ids — (config.deviceId ? [config.deviceId] : []
  • Title — ""
  • Telemetry Key — config.metric || config.key || config.telemetryKeys?.[0] || ""
  • Suffix — ""
  • Status Mode — "normal"
  • Compact — true
  • Show Header — true
  • Show Device Name — true
  • Show Value — true
  • Show Min Max — true
  • Show Percent — true

Source

  • File — ProgressBarWidgetConfig.tsx

Documentation for the Autoconnecto IoT platform