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