diff --git a/HauptManager/module.php b/HauptManager/module.php index ce6eaa5..f6f4491 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -26,6 +26,9 @@ class HauptManager extends IPSModule // WebSocket-Server starten $this->StartWebSocketServer(); + + // Initialisiere die Client-Liste im Formular + $this->UpdateClientList(); } public function RequestAction($Ident, $Value) diff --git a/library.json b/library.json index d9fd79c..17466a1 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.099", + "version": "1.100", "build": 0, "date": 0 } \ No newline at end of file