Flüchtigkeitsfehler behoben

This commit is contained in:
2025-03-05 07:10:12 +01:00
parent adc5018da4
commit b18fd1d61f
3 changed files with 4 additions and 4 deletions

View File

@@ -336,11 +336,11 @@ class Manager extends IPSModule
$answerArray = json_decode(GetValue($this->ReadPropertyInteger("DatenZuruck")), true);
foreach($answerArray["User"] as $user){}
foreach($answerArray["User"] as $user){
IPS_RequestAction($user["InstanceID"],"SetAktuelle_Leistung",$user["Set_Leistung"]);
IPS_RequestAction($user["InstanceID"],"GetCurrentData", $answerArray["Is_Peak_Shaving"]);
}