Deep Trekker BRIDGE API - v1.0.3
    Preparing search index...

    Type Alias BatteryDiagnosticsReadonly

    Provides advanced battery diagnostics information.

    type BatteryDiagnostics = {
        averageCurrent?: number;
        averageVoltage?: number;
        estimatedSoC?: number;
        instantCurrent?: number;
        instantVoltage?: number;
        lastFullChargeCapacity?: number;
        remainingCapacity?: number;
        reportedChargeCycles?: number;
        timeTillEmpty?: number;
        timeTillFull?: number;
        totalChargeCycles?: number;
    }
    Index

    Properties

    averageCurrent?: number

    Average current (mA)

    averageVoltage?: number

    Average voltage (mV)

    0

    estimatedSoC?: number

    Estimated state of charge

    0

    100

    instantCurrent?: number

    Instant current (mA)

    instantVoltage?: number

    Instant voltage (mV)

    0

    lastFullChargeCapacity?: number

    Last full charge capacity (mAh)

    remainingCapacity?: number

    Remaining capacity (mAh)

    reportedChargeCycles?: number

    Reported charge cycles (charge cycles currently reported by the battery monitoring chip)

    timeTillEmpty?: number

    Time till empty (minutes)

    timeTillFull?: number

    Time till full (minutes)

    totalChargeCycles?: number

    Total charge cycles (charge cycles over the battery's lifetime)