TruckSim Telemetry - v1.0.0
    Preparing search index...

    Interface TSTAdBlueWarningEvent

    interface TSTAdBlueWarningEvent {
        adblue: number;
        adblueCapacity: number;
        adblueWarning: boolean;
        adblueWarningFactor: number;
    }

    Hierarchy

    • Pick<
          SCSSDKTelemetry,
          | "adblue"
          | "adblueCapacity"
          | "adblueWarning"
          | "adblueWarning"
          | "adblueWarningFactor",
      >
      • TSTAdBlueWarningEvent
    Index

    Properties

    adblue: number

    Amount of AdBlue in liters

    adblueCapacity: number

    AdBlue tank capacity in litres

    adblueWarning: boolean

    Indicates if the adblue warning is active

    adblueWarningFactor: number

    Fraction of the adblue capacity below which is activated the adblue warning