From eedd374c316802a7a80cc0b7c67b3399cbc9401c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Mon, 18 Nov 2024 14:13:16 +0100 Subject: [PATCH] =?UTF-8?q?eine=20zeile=20zuviel=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Manager/module.php | 1 + library.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Manager/module.php b/Manager/module.php index fd1130e..54a8eef 100644 --- a/Manager/module.php +++ b/Manager/module.php @@ -139,6 +139,7 @@ class Manager extends IPSModule $priorityKey = $getCurrentDataParam ? 'LockPrio' : 'UserPrio'; // Schleife durch alle Prioritäten + $priorities = array_unique(array_column($filteredEnergyUsers, $priorityKey)); $groupedUsers = []; foreach ($priorities as $priority) { diff --git a/library.json b/library.json index b8f5672..20de754 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.143", + "version": "0.144", "build": 0, "date": 0 } \ No newline at end of file