From 7eccb3b7fc18e8e3a8898c7c914f2be6ef04f6bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Mon, 3 Mar 2025 06:48:11 +0100 Subject: [PATCH] string anders geparst --- HauptManager/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HauptManager/module.php b/HauptManager/module.php index 731f268..596d16a 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -38,7 +38,7 @@ class HauptManager extends IPSModule public function DistributeEnergy() { - $Verbraucher_Liste = json_decode($this->ReadPropertyString("Verbraucher_Liste")); + $Verbraucher_Liste = json_decode($this->ReadPropertyString("Verbraucher_Liste"), true); $currentTime = time(); $Netzbezug = 0; diff --git a/library.json b/library.json index 7472cb5..4bb0c04 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.132", + "version": "1.133", "build": 0, "date": 0 } \ No newline at end of file