diff --git a/Ladestation_Universal/module.php b/Ladestation_Universal/module.php index 2113ce3..16488bb 100644 --- a/Ladestation_Universal/module.php +++ b/Ladestation_Universal/module.php @@ -332,7 +332,7 @@ class Ladestation_Universal extends IPSModule } - if($this->GetValue("Power_Count"))>4{ + if($this->GetValue("Power_Count")>4){ $maxLeistung = 1.05 * $this->GetValue("Aktuelle_Leistung"); } diff --git a/library.json b/library.json index b58cecc..2ed3408 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.215", + "version": "1.216", "build": 0, "date": 0 } \ No newline at end of file