possible fix

This commit is contained in:
Jens 2022-09-05 23:53:22 +02:00
parent a0910e620f
commit 2fd79140cb
1 changed files with 1 additions and 0 deletions

View File

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