From 7c2a357e2a35881d5113eb698705772dbb077ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 21 Mar 2025 14:50:24 +0100 Subject: [PATCH] no message --- Ladestation_Universal/module.php | 3 ++- library.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Ladestation_Universal/module.php b/Ladestation_Universal/module.php index 90c8f6e..00ed30f 100644 --- a/Ladestation_Universal/module.php +++ b/Ladestation_Universal/module.php @@ -323,7 +323,8 @@ class Ladestation_Universal extends IPSModule if(($this->GetValue("Aktuelle_Leistung")<(0.8*$this->GetValue("Power"))) && $this->GetValue("Power")>0){ - $this->SetValue("Power_Count", $this->GetValue("Power_Count")+1); + $dummy = $this->GetValue("Power_Count")+1 + $this->SetValue("Power_Count", $dummy); }elseif($this->GetValue("Power_Count")<=8) { diff --git a/library.json b/library.json index ecc904b..3c8f304 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.218", + "version": "1.219", "build": 0, "date": 0 } \ No newline at end of file