Interface MonitoringConfigUnitFormatter

Configuration interface for unit formatting of a single data point in the monitoring data.

Hierarchy

  • MonitoringConfigUnitFormatter

Properties

Properties

converterId: keyof UnitConverters

The ID of the converter to use for formatting the data point.

data?: any

Optional additional data required for formatting. This varies depending on the converter type (e.g., an object with resolution and feed for a position converter).

unit: string

The target unit for the formatted value.

Generated using TypeDoc