From ebeac194b7087cc44306651fbaf7d2676a3fe3e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 4 Mar 2025 16:33:41 +0100 Subject: [PATCH] user durch instance id ersetzt --- 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 c228866..44256aa 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -331,7 +331,7 @@ class HauptManager extends IPSModule foreach ($users as $user) { $resultArray['User'][] = [ - 'InstanceID' => $user['InstanceID'], + 'InstanceID' => $user['user'], 'Set_Leistung' => $user['Set_Leistung'] ]; } diff --git a/library.json b/library.json index 496f520..5bd8caf 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.210", + "version": "1.211", "build": 0, "date": 0 } \ No newline at end of file