diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index 588ea14..1c06bbc 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -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, diff --git a/library.json b/library.json index bf78f34..e807de0 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.86", + "version": "0.87", "build": 0, "date": 0 } \ No newline at end of file