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