From e704592c0352fdb254ea07d83996628c9051ab59 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 16 Oct 2024 09:03:07 +0200 Subject: [PATCH] $result = file_get_contents($url, false, $context); auskommentiert --- Belevo_Server_Kommunikation/module.php | 3 ++- library.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index 0e235e4..e68c1ab 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -155,6 +155,7 @@ return $json; ], ]; $context = stream_context_create($options); + /* $result = file_get_contents($url, false, $context); if ($result === FALSE) { @@ -162,7 +163,7 @@ return $json; IPS_LogMessage("Belevo_Server_Kommunikation", "Fehler beim senden an Influx->SendJsonToInfluxDB()"); } else { IPS_LogMessage("Belevo_Server_Kommunikation", "Daten erfolgreich an Influx gesendet->SendJsonToInfluxDB()"); - } + }*/ } diff --git a/library.json b/library.json index 7c9cf74..aecc774 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.41", + "version": "0.42", "build": 0, "date": 0 } \ No newline at end of file