diff --git a/HauptManager/module.php b/HauptManager/module.php index ebbc8af..395c0dd 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -442,7 +442,7 @@ class HauptManager extends IPSModule $resultString = json_encode($resultArray); // Schritt 4: RequestAction aufrufen - RequestAction($writeback, $resultString); + SetValue($writeback, $resultString); }