einen fehler behoben

This commit is contained in:
belevo\mh
2024-11-11 15:23:44 +01:00
parent fee4102399
commit 15d62a008d
2 changed files with 2 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ private function SendJsonToInfluxDB($url, $jsonData) {
// cURL-Request ausführen // cURL-Request ausführen
$result = curl_exec($curl); $result = curl_exec($curl);
IPS_LogMessage("Belevo_Server_Kommunikation", "curl: " . $curl);
IPS_LogMessage("Belevo_Server_Kommunikation", "result " . $result); IPS_LogMessage("Belevo_Server_Kommunikation", "result " . $result);
$error = curl_error($curl); $error = curl_error($curl);
$httpCode = curl_getinfo($curl, CURLINFO_HTTP_CODE); $httpCode = curl_getinfo($curl, CURLINFO_HTTP_CODE);

View File

@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "0.123", "version": "0.124",
"build": 0, "build": 0,
"date": 0 "date": 0
} }