diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index 74d7b02..cfcf96b 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -244,7 +244,7 @@ class Ladestation_v2 extends IPSModule $power = $this->GetValue("Mindestaldestrom") * 400 * 1.71; } - $this->SetValue("Power", $power) + $this->SetValue("Power", $power); }