From e9278af376ef004aa8466af4e0e7207d0b58107c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 8 Nov 2024 15:43:16 +0100 Subject: [PATCH] syntaxfehler ausgemerzt, vielleicht wegen dem --- WP_Standart/module.json | 4 ++-- WP_Standart/module.php | 3 +-- library.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/WP_Standart/module.json b/WP_Standart/module.json index 836fa9e..41694f4 100644 --- a/WP_Standart/module.json +++ b/WP_Standart/module.json @@ -1,5 +1,5 @@ { - "id": "{B5845D10-1E21-A1AB-32D3-A00E6866EC25}", + "id": "{65C6AFF6-8953-1881-ACAE-25AA8B230A61}", "name": "WP_Standart", "type": 3, "vendor": "Belevo AG", @@ -8,5 +8,5 @@ "childRequirements": [], "implemented": [], "prefix": "GEF", - "url": "https://git.belevo.ch/dh/Energiemanager_Symconmodule_Demo" + "url": "" } \ No newline at end of file diff --git a/WP_Standart/module.php b/WP_Standart/module.php index 0357576..892a883 100644 --- a/WP_Standart/module.php +++ b/WP_Standart/module.php @@ -204,7 +204,7 @@ class WP_Standart extends IPSModule { }else{ break; $newCount = $this->GetValue("WP_Laufzeit_Zahler"); - $this->SetValue("WP_Laufzeit_Zahler", ($newCount +1)) + $this->SetValue("WP_Laufzeit_Zahler", ($newCount +1)); } @@ -217,7 +217,6 @@ class WP_Standart extends IPSModule { - $this->SetValue("LetzterPeakwert", $Peak); $this->SetValue("LetzterPeakwert", $Peak); diff --git a/library.json b/library.json index dae72ba..411d490 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.98", + "version": "0.99", "build": 0, "date": 0 } \ No newline at end of file