Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1509007 authored by Todd Poynor's avatar Todd Poynor
Browse files

libbatteryservice: Add average current property

Change-Id: I519c2fb9f7cec21d9f87e73fa96b2f58a7ab27a5
parent edfc4781
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ enum {
enum {
    BATTERY_PROP_CHARGE_COUNTER = 1, // equals BatteryProperty.BATTERY_PROP_CHARGE_COUNTER constant
    BATTERY_PROP_CURRENT_NOW = 2, // equals BatteryProperty.BATTERY_PROP_CURRENT_NOW constant
    BATTERY_PROP_CURRENT_AVG = 3, // equals BatteryProperty.BATTERY_PROP_CURRENT_AVG constant
};

struct BatteryProperties {