From 5082cea9367d535e85d4ca3efaf1b27eca64cc77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 4 Mar 2025 16:12:03 +0100 Subject: [PATCH] no message --- 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 86d9e78..92bc5f0 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -254,7 +254,7 @@ class HauptManager extends IPSModule $powerstep = $entry["step"]; - $aktleistung = array_filter($userEnergyProv[strval($user)], function($entry2) use ($user, $manager) { + $aktleistung = array_filter($userEnergyProv, function($entry2) use ($user, $manager) { return $entry2["user"] == $user && $entry2["Writeback"] == $manager; diff --git a/library.json b/library.json index 6c3da15..acb30ae 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.204", + "version": "1.205", "build": 0, "date": 0 } \ No newline at end of file