dfa
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user