From e309656cc51b8bea1e3a3ff36ec3c666fd8376c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Wed, 5 Mar 2025 06:58:19 +0100 Subject: [PATCH] Syntax fehler behoben --- HauptManager/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HauptManager/module.php b/HauptManager/module.php index 9474f0a..1d92a1a 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -63,7 +63,7 @@ class HauptManager extends IPSModule } - LogMessage("HauptManager netzbezug" $Netzbezug. , 10206); + LogMessage("HauptManager netzbezug". $Netzbezug, 10206); diff --git a/library.json b/library.json index d7d3fdf..8676f31 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.222", + "version": "1.223", "build": 0, "date": 0 } \ No newline at end of file