From 6af06cfc49002f9c0c5ba247251d9f36dde50c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 21 Mar 2025 14:27:10 +0100 Subject: [PATCH] bugfix --- Ladestation_Universal/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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