diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index d87ad53..1ce0b30 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -695,7 +695,7 @@ class Ladestation_v2 extends IPSModule } else { $powerSteps = [$this->GetValue("Mindestaldestrom") * 400 * 1.71]; } - } + } else { $powerSteps = $this->Get_Array_From_Current($this->GetValue("Is_1_ph"),$this->GetValue("Max_Current"), $this->GetValue("Aktuelle_Leistung"), $this->GetValue("IsTimerActive_Null_Timer")); }