diff --git a/HauptManager/module.php b/HauptManager/module.php index 5275c2e..0486978 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -59,11 +59,8 @@ class HauptManager extends IPSModule $subuser += ['Writeback' => $user["User_Down"]]; - $Verbraucher_Liste_Korr[] = [ - "User" => $subuser - - - ]; + $Verbraucher_Liste_Korr[0]["User"][] = $subuser; + } $Netzbezug += $decodedUser["Netzbezug"]; } diff --git a/library.json b/library.json index 85860ed..b24e12d 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.148", + "version": "1.149", "build": 0, "date": 0 } \ No newline at end of file