diff --git a/HauptManager/module.php b/HauptManager/module.php index 5971581..5d2e969 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"), true); + $Verbraucher_Liste = json_decode($this->ReadPropertyString("Verbraucher_Liste")); $currentTime = time(); $Netzbezug = 0; diff --git a/library.json b/library.json index 8c9e7f0..49c0faa 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.126", + "version": "1.128", "build": 0, "date": 0 } \ No newline at end of file