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

Commit 1b72d1b2 authored by Aaqib Ismail's avatar Aaqib Ismail
Browse files

Update HAL code comments for EV_BATTERY_LEVEL

Bug: 260464610
Test: N/A
Change-Id: I6577d7bf055cdee7648309b3cb9beb76104dfc81
parent 422030d2
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -327,9 +327,11 @@ enum VehicleProperty {
    FUEL_DOOR_OPEN = 0x0308 + 0x10000000 + 0x01000000
            + 0x00200000, // VehiclePropertyGroup:SYSTEM,VehicleArea:GLOBAL,VehiclePropertyType:BOOLEAN
    /**
     * EV battery level in WH, if EV or hybrid
     * Battery level for EV or hybrid vehicle
     *
     * Value may not exceed INFO_EV_BATTERY_CAPACITY
     * Returns the current battery level, if EV or hybrid. This value will not exceed
     * EV_CURRENT_BATTERY_CAPACITY. To calculate the battery percentage, use:
     * (EV_BATTERY_LEVEL/EV_CURRENT_BATTERY_CAPACITY)*100.
     *
     * @change_mode VehiclePropertyChangeMode.CONTINUOUS
     * @access VehiclePropertyAccess.READ