diff --git a/Manager/module.php b/Manager/module.php index 94e029b..005eee8 100644 --- a/Manager/module.php +++ b/Manager/module.php @@ -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) $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 $priorities = array_unique( array_column($filteredVerbraucher, $priorityKey) diff --git a/library.json b/library.json index 25fbcaa..c7fe3e3 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.197", + "version": "1.198", "build": 0, "date": 0 } \ No newline at end of file