From a1342ddb4aae8a52fc6371fbf88a2c967ea394cf Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Mon, 4 Nov 2024 11:18:25 +0100 Subject: [PATCH] =?UTF-8?q?zur=C3=BCck=20auf=200.57?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Belevo_Server_Kommunikation/module.php | 3 +-- library.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index 8f60cc8..990b19c 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -130,7 +130,7 @@ return $json; private function SendJsonToInfluxDB($url, $json) { - $token = "Token iFNTONC5UvST8GT5itWqxiO6m4O1yHt5hus54J8eqotk5IZiq0Wjd0_Xi6dozmo32QR3esJqk6hJAvJ8X2SxtQ=="; + // $token = "Token iFNTONC5UvST8GT5itWqxiO6m4O1yHt5hus54J8eqotk5IZiq0Wjd0_Xi6dozmo32QR3esJqk6hJAvJ8X2SxtQ=="; /* if (empty($token)) { IPS_LogMessage("Belevo_Server_Kommunikation", "InfluxDB-Token fehlt->SendJsonToInfluxDB"); @@ -166,7 +166,6 @@ return $json; $options = [ 'http' => [ 'header' => "Content-Type: application/json\r\n". - "Authorization: Bearer $token". "id: test\r\n", 'method' => 'POST', diff --git a/library.json b/library.json index db50732..a150fce 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.58", + "version": "0.59", "build": 0, "date": 0 } \ No newline at end of file