Merge "healthd: Add handling for "Calibration required" battery health." into main

This commit is contained in:
David Anderson 2023-12-13 22:43:04 +00:00 committed by Gerrit Code Review
commit fb589aac77

View file

@ -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},
};