From 81de3f5fe4455d2656798612aea3fd80dd5339e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 28 Feb 2025 07:13:48 +0100 Subject: [PATCH] no message --- HauptManager/module.php | 3 +++ library.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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