From fb180150a0e7cef76e3f3b07211625aad0c5fb0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 28 Feb 2025 13:21:42 +0100 Subject: [PATCH] =?UTF-8?q?verbraucherliste=20hinzugfef=C3=BChgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Manager/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Manager/module.php b/Manager/module.php index 45169af..e9d46df 100644 --- a/Manager/module.php +++ b/Manager/module.php @@ -290,7 +290,7 @@ class Manager extends IPSModule $Netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug")); - $Verbraucher_Liste = []; // Array das später mit allen Verbrauchsdaten der Energieverbraucher gefüllt wird + $Verbraucher_Liste = json_decode($this->ReadPropertyString("Verbraucher_Liste"), true); $filteredVerbraucher = []; // Fülle das Array mit allen entsprechenden Werten der Verbraucher ab foreach ($Verbraucher_Liste as $user) { diff --git a/library.json b/library.json index 0ad7796..666bfc0 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.111", + "version": "1.112", "build": 0, "date": 0 } \ No newline at end of file