log erweitert

This commit is contained in:
belevo\mh
2024-11-11 15:15:42 +01:00
parent 02b766c9be
commit 3d53d6d214
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

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