From 4708181f96e2a3a479dbea878602412480a47e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Thu, 19 Dec 2024 11:04:03 +0100 Subject: [PATCH] =?UTF-8?q?responses=20werden=20nicht=20mehr=20zur=C3=BCck?= =?UTF-8?q?gegeben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ladestation_Universal/module.php | 6 +++--- library.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Ladestation_Universal/module.php b/Ladestation_Universal/module.php index da6dafe..4d92962 100644 --- a/Ladestation_Universal/module.php +++ b/Ladestation_Universal/module.php @@ -382,7 +382,7 @@ class Ladestation_Universal extends IPSModule curl_close($ch); // Return responses - return [$response1, $response2]; + return ; }elseif($this->ReadPropertyInteger("Ladestation")==1){ $url2 = $baseUrl . "amp=$value"; curl_setopt($ch, CURLOPT_URL, $url2); @@ -398,7 +398,7 @@ class Ladestation_Universal extends IPSModule curl_close($ch); // Return responses - return [$response1, $response2]; + return; } elseif($this->ReadPropertyInteger("Ladestation")==3){ @@ -418,7 +418,7 @@ class Ladestation_Universal extends IPSModule curl_close($ch); // Return responses - return [$response1, $response2]; + return; } diff --git a/library.json b/library.json index 3acffa2..259daab 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.204", + "version": "0.205", "build": 0, "date": 0 } \ No newline at end of file