torque-pro-assistant - v1.0.0
    Preparing search index...

    Resolved (key, unit) pair for a PID under the active units mode.

    interface ResolvedPid {
        key: string;
        unit: string;
    }
    Index

    Properties

    Properties

    key: string

    SessionDataRow field name to read values from. Swapped to the metric companion (e.g. speed_kph instead of speed_mph) when units === 'metric' and the catalog defines an altUnit.metric.

    unit: string

    Display unit suffix for tooltips / axis ticks.