From 15d62a008d64710e1759972534496107ce2a685e Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Mon, 11 Nov 2024 15:23:44 +0100 Subject: [PATCH] einen fehler behoben --- 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 f74ee7f..22f72dc 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -227,7 +227,7 @@ private function SendJsonToInfluxDB($url, $jsonData) { // cURL-Request ausführen $result = curl_exec($curl); - IPS_LogMessage("Belevo_Server_Kommunikation", "curl: " . $curl); + IPS_LogMessage("Belevo_Server_Kommunikation", "result " . $result); $error = curl_error($curl); $httpCode = curl_getinfo($curl, CURLINFO_HTTP_CODE); diff --git a/library.json b/library.json index 61435a6..465f2a2 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.123", + "version": "0.124", "build": 0, "date": 0 } \ No newline at end of file