Anpassung des Hauptmanager auf Manager

This commit is contained in:
2025-05-06 07:27:03 +02:00
parent 7cc961c597
commit 8f596e2f88
2 changed files with 5 additions and 4 deletions

View File

@@ -170,9 +170,10 @@ class Manager extends IPSModule
foreach ($filteredVerbraucher as $user) {
IPS_RequestAction($user["InstanceID"],"SetAktuelle_Leistung",$user["Aktuelle_Leistung"]);
IPS_LogMessage("Manager", "aufgerufen nicht alle idle");
$this->SetValue("Is_Peak_Shaving", $Is_Peak_Shaving);
}
$this->SetValue("Is_Peak_Shaving", $Is_Peak_Shaving);
return;
}
$this->SetValue("Is_Peak_Shaving", $Is_Peak_Shaving);