This commit is contained in:
2025-03-19 10:30:48 +01:00
parent a957b3e75c
commit 213976e6cd
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "1.197", "version": "1.198",
"build": 0, "build": 0,
"date": 0 "date": 0
} }