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

Commit 8cfe13bf authored by Aaqib Ismail's avatar Aaqib Ismail
Browse files

Update HAL code comments for INFO_EV_BATTERY_CAPACITY

Bug: 260464528
Test: N/A
Change-Id: I7f32bcb10e24271ca9452fdb63841d6a5e4eb2f1
parent 422030d2
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -97,8 +97,12 @@ enum VehicleProperty {
    INFO_FUEL_TYPE = 0x0105 + 0x10000000 + 0x01000000
            + 0x00410000, // VehiclePropertyGroup:SYSTEM,VehicleArea:GLOBAL,VehiclePropertyType:INT32_VEC
    /**
     * Battery capacity of the vehicle, if EV or hybrid.  This is the nominal
     * battery capacity when the vehicle is new.
     * Nominal battery capacity for EV or hybrid vehicle
     *
     * Returns the nominal battery capacity, if EV or hybrid. This is the battery capacity when the
     * vehicle is new. This value might be different from EV_CURRENT_BATTERY_CAPACITY because
     * EV_CURRENT_BATTERY_CAPACITY returns the real-time battery capacity taking into account
     * factors such as battery aging and temperature dependency.
     *
     * @change_mode VehiclePropertyChangeMode.STATIC
     * @access VehiclePropertyAccess.READ