Merge "healthd: Add handling for "Calibration required" battery health." into main
This commit is contained in:
commit
fb589aac77
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ BatteryHealth getBatteryHealth(const char* status) {
|
|||
{"Warm", BatteryHealth::GOOD},
|
||||
{"Cool", BatteryHealth::GOOD},
|
||||
{"Hot", BatteryHealth::OVERHEAT},
|
||||
{"Calibration required", BatteryHealth::INCONSISTENT},
|
||||
{NULL, BatteryHealth::UNKNOWN},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue