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

Commit 588bd591 authored by Anton Vorontsov's avatar Anton Vorontsov
Browse files

power_supply: Fix documentation for TEMP_*ALERT* properties



All temperatures should be in tenth degrees Celsius.

Reported-by: default avatarJonghwa Lee <jonghwa3.lee@samsung.com>
Cc: Mark A. Greer <mgreer@animalcreek.com>
Signed-off-by: default avatarAnton Vorontsov <anton@enomsg.org>
parent 39e7213e
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -135,11 +135,11 @@ CAPACITY_LEVEL - capacity level. This corresponds to
POWER_SUPPLY_CAPACITY_LEVEL_*.
POWER_SUPPLY_CAPACITY_LEVEL_*.


TEMP - temperature of the power supply.
TEMP - temperature of the power supply.
TEMP_ALERT_MIN - minimum battery temperature alert value in milli centigrade.
TEMP_ALERT_MIN - minimum battery temperature alert.
TEMP_ALERT_MAX - maximum battery temperature alert value in milli centigrade.
TEMP_ALERT_MAX - maximum battery temperature alert.
TEMP_AMBIENT - ambient temperature.
TEMP_AMBIENT - ambient temperature.
TEMP_AMBIENT_ALERT_MIN - minimum ambient temperature alert value in milli centigrade.
TEMP_AMBIENT_ALERT_MIN - minimum ambient temperature alert.
TEMP_AMBIENT_ALERT_MAX - maximum ambient temperature alert value in milli centigrade.
TEMP_AMBIENT_ALERT_MAX - maximum ambient temperature alert.


TIME_TO_EMPTY - seconds left for battery to be considered empty (i.e.
TIME_TO_EMPTY - seconds left for battery to be considered empty (i.e.
while battery powers a load)
while battery powers a load)