From 2e57c8d064b564a5a361722052895524c1a161c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 8 Nov 2024 15:20:36 +0100 Subject: [PATCH] =?UTF-8?q?immer=20noch=20nicht,=20mal=20url=20hinzugef?= =?UTF-8?q?=C3=BChgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WP_N/module.json | 2 +- WP_N/module.php | 2 +- library.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WP_N/module.json b/WP_N/module.json index 63d05a8..945964c 100644 --- a/WP_N/module.json +++ b/WP_N/module.json @@ -8,5 +8,5 @@ "childRequirements": [], "implemented": [], "prefix": "GEF", - "url": "" + "url": "https://git.belevo.ch/dh/Energiemanager_Symconmodule_Demo" } \ No newline at end of file diff --git a/WP_N/module.php b/WP_N/module.php index 4c9b835..f333b16 100644 --- a/WP_N/module.php +++ b/WP_N/module.php @@ -91,7 +91,7 @@ class WP_N extends IPSModule { $this->CheckIdle($power); if($this->GetValue("CurrentPower")!=$power){ - $this->SetValue("WP_Laufzeit_Zahler", 0) + $this->SetValue("WP_Laufzeit_Zahler", 0); $LastPeak = $this->GetValue("LetzterPeakwert"); diff --git a/library.json b/library.json index a25933d..2591020 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.96", + "version": "0.97", "build": 0, "date": 0 } \ No newline at end of file