diff --git a/HauptManager/module.php b/HauptManager/module.php index cfc15df..53a2d80 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -231,6 +231,7 @@ class HauptManager extends IPSModule ]; } } + IPS_LogMessage("Hauptmanager", print_r($allSteps)); // Sortiere die Schritte nach Größe usort($allSteps, function ($a, $b) { @@ -302,7 +303,7 @@ class HauptManager extends IPSModule foreach ($users as $user) { $resultArray['User'][] = [ 'InstanceID' => $user['InstanceID'], - 'Set_Leistung' => $user['Aktuelle_Leistung'] + 'Set_Leistung' => $user['Set_Leistung'] ]; } diff --git a/library.json b/library.json index ec2e06d..bbaa5ce 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.165", + "version": "1.166", "build": 0, "date": 0 } \ No newline at end of file