synatx fehler

This commit is contained in:
belevo\mh
2024-11-06 14:02:01 +01:00
parent 9b628b787c
commit a2ea308f01
2 changed files with 2 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ public function MakeJson($json)
private function SendJsonToInfluxDB($url, $jsonData) {
// cURL Initialisieren
$curl = curl_init();
$pw =$this->ReadPropertyString("Passwort");
$pw =$this->ReadPropertyString("GeräteNummer");
// Optionen für cURL-Request definieren
curl_setopt_array($curl, [
CURLOPT_URL => $url,

View File

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