From 3d53d6d214fc208e9e38aa31a6247f0f438b2b40 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Mon, 11 Nov 2024 15:15:42 +0100 Subject: [PATCH] log erweitert --- Belevo_Server_Kommunikation/module.php | 4 ++-- library.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index cfcaf21..8a30be1 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -227,8 +227,8 @@ private function SendJsonToInfluxDB($url, $jsonData) { // cURL-Request ausführen $result = curl_exec($curl); - IPS_LogMessage("curl", $curl); - IPS_LogMessage("result", $result); + 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); // cURL beenden diff --git a/library.json b/library.json index c99830c..cd87b8f 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.121", + "version": "0.122", "build": 0, "date": 0 } \ No newline at end of file