diff --git a/Manager/module.php b/Manager/module.php index b81c343..4f2c066 100644 --- a/Manager/module.php +++ b/Manager/module.php @@ -47,9 +47,13 @@ class Manager extends IPSModule if (($currentTime - $timestamp) < 3600) { $this->DistributeEnergy_Extern(); + IPS_LogMessage("Manager", "im here ist gut"); + } } else { $this->DistributeEnergy(); + IPS_LogMessage("Manager", "im here ist schlecht"); + } }else{