no message

This commit is contained in:
2025-03-19 16:16:33 +01:00
parent 62ec8e8537
commit 787f47c28e
6 changed files with 13 additions and 4 deletions

View File

@@ -182,7 +182,6 @@ class Manager extends IPSModule
// Primärschlüssel für die Priorität basierend auf dem Parameter auswählen (für sortierung in gruppen anschliessend)
$priorityKey = $Is_Peak_Shaving ? "Sperre_Prio" : "PV_Prio";
IPS_LogMessage("Filtered_Verbraucher", print_r($filteredVerbraucher));
// Schleife durch alle Prioritäten
$priorities = array_unique(
array_column($filteredVerbraucher, $priorityKey)