This commit is contained in:
belevo\mh
2024-11-05 13:07:43 +01:00
parent 1a81e81271
commit 63ae0b6a31
2 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ private function SendJsonToInfluxDB($url, $jsonData) {
// cURL-Request ausführen
$result = curl_exec($curl);
$error = curl_error($curl);
$httpCode = curl_getinfo($curl, CURLINFO_HTTP_CODE);
// cURL beenden
curl_close($curl);

View File

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