From a2ea308f018d3b939bc7932d119a0abf0bb82ee3 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 6 Nov 2024 14:02:01 +0100 Subject: [PATCH] synatx fehler --- Belevo_Server_Kommunikation/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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