diff options
-rw-r--r-- | pixelstats/pixelatoms.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pixelstats/pixelatoms.proto b/pixelstats/pixelatoms.proto index 0fe618b..f7b61d0 100644 --- a/pixelstats/pixelatoms.proto +++ b/pixelstats/pixelatoms.proto @@ -1188,6 +1188,7 @@ message BatteryHealthStatus { NEEDS_REPLACEMENT = 2; // The battery needs replacement FAILED = 3; // The battery has failed and no longer operates as expected NOT_AVAILABLE = 4; // This is a temporary state when cycle count is insufficient + INCONSISTENT = 5; // The battery recalibration is pending } // HealthStatus calculated using health_index, health_perf_index. |