From 46d9010314ab96366c3f230c0f9418fa31130881 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 16 Oct 2024 14:36:13 +0200 Subject: [PATCH] =?UTF-8?q?Result=20Logger=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Belevo_Server_Kommunikation/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index 21e46f0..1bef846 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -175,7 +175,7 @@ return $json; $context = stream_context_create($options); $result = file_get_contents($url, false, $context); - + IPS_LogMessage("Belevo_Server_Kommunikation", "Result: " . print_r($result , true)); if ($result === FALSE) { IPS_LogMessage("Belevo_Server_Kommunikation", "Fehler beim senden an Influx->SendJsonToInfluxDB()"); diff --git a/library.json b/library.json index 3bd2bea..a6a522f 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.49", + "version": "0.50", "build": 0, "date": 0 } \ No newline at end of file