diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index cfcf96b..3b2ac51 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -583,7 +583,7 @@ class Ladestation_v2 extends IPSModule } else { $resultArray[] = $this->GetValue("Mindestaldestrom") * 400 * 1.71; } - } + // Schleife wie gehabt @@ -594,7 +594,7 @@ class Ladestation_v2 extends IPSModule $resultArray[] = $i * 400 * 1.71; } } - +} return $resultArray; }