possible fix

This commit is contained in:
Jens 2022-09-05 23:53:22 +02:00
parent a0910e620f
commit 2fd79140cb

View File

@ -132,6 +132,7 @@ public class BatteryReceiver extends BroadcastReceiver implements AutomationList
switch(status) switch(status)
{ {
case BatteryManager.BATTERY_STATUS_CHARGING:
case BatteryManager.BATTERY_STATUS_FULL: case BatteryManager.BATTERY_STATUS_FULL:
Miscellaneous.logEvent("i", "BatteryReceiver", "Device has been fully charged.", 5); Miscellaneous.logEvent("i", "BatteryReceiver", "Device has been fully charged.", 5);
this.actionCharging(context); this.actionCharging(context);