diff --git a/Manager/module.php b/Manager/module.php index 4f2c066..452fa0d 100644 --- a/Manager/module.php +++ b/Manager/module.php @@ -44,6 +44,7 @@ class Manager extends IPSModule $timestamp = $data["timestamp"]; $currentTime = time(); IPS_LogMessage("Manager", ($currentTime - $timestamp)); + IPS_LogMessage("Manager", "im here ist so halb gut"); if (($currentTime - $timestamp) < 3600) { $this->DistributeEnergy_Extern();