jooby-codec
    Preparing search index...

    GetBatteryStatusResponse command parameters

    interface IGetBatteryStatusResponseParameters {
        averageDailyOverconsumptionCounter: TUint16;
        internalResistance: TUint16;
        isLastDayOverconsumption: boolean;
        remainingCapacity: TUint8;
        temperature: TUint8;
        voltageUnderHighLoad: TUint16;
        voltageUnderLowLoad: TUint16;
    }
    Index

    Properties

    averageDailyOverconsumptionCounter: TUint16

    Counter for exceeding average daily consumption.

    internalResistance: TUint16

    Internal resistance of the battery in . If the value of the internal resistance is 65535 mOhm, then the resistance is unknown. Max value is about 60000 mOhm. Typical range is about 5000..28000 mOhm.

    isLastDayOverconsumption: boolean

    Flag is set when consumption over the last 24 hours was higher than estimated.

    remainingCapacity: TUint8

    It's the remaining battery capacity, where 254 is 100%. A value of 255 means that the remaining battery capacity is unknown.

    temperature: TUint8

    It's a signed number in degrees Celsius.

    voltageUnderHighLoad: TUint16

    Voltage under load simulating transmission mode, value in mV. Typical value is about 3600 mV. If the voltage value is 4095 mV, then the value is unknown.

    voltageUnderLowLoad: TUint16

    Voltage under minimum load (sleep mode), value in mV. Typical value is about 3600 mV. If the voltage value is 4095 mV, then the value is unknown.