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

    Interface VehicleCalibration

    One per-PID sensor calibration override. Used by summarize to subtract sensor drift / replacement-part bias from the raw PID value before deriving session-level metrics.

    interface VehicleCalibration {
        amount: number;
        label: string;
        note: string;
        op: CalibrationOp;
        pid: string;
        unit: string;
    }
    Index

    Properties

    Properties

    amount: number
    label: string
    note: string
    pid: string
    unit: string