From 82ef0e44ee0f4f9e605d7599f51bcf93d95fb99d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Wed, 18 Dec 2024 14:16:24 +0100 Subject: [PATCH] Eine 1 drin die nicht funktionierte --- Ladestation_Universal/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ladestation_Universal/module.php b/Ladestation_Universal/module.php index c849448..851dbb0 100644 --- a/Ladestation_Universal/module.php +++ b/Ladestation_Universal/module.php @@ -286,7 +286,7 @@ class Ladestation_Universal extends IPSModule $url = $baseUrl . "alw=1"; } - curl_setopt($ch, CURLOPT_URL, $url1); + curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response1 = curl_exec($ch); diff --git a/library.json b/library.json index 9eb7817..34990c9 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.193", + "version": "0.194", "build": 0, "date": 0 } \ No newline at end of file