BatteryService: add Disabled to ChargingMode enum

This commit is contained in:
Damian D'Souza
2025-10-10 20:03:16 +02:00
parent e5976d017f
commit bcec1d0ebb

View File

@@ -10,6 +10,7 @@ Singleton {
id: root
enum ChargingMode {
Disabled = 0,
Full,
Balanced,
Lifespan