From 243f5a05377e984a075fe5c332b4132ca6830734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Wed, 18 Dec 2024 14:36:10 +0100 Subject: [PATCH] amx geht scheinbar doch nicht, daher muss jetzt amp dran glauben... --- 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 851dbb0..73d5f38 100644 --- a/Ladestation_Universal/module.php +++ b/Ladestation_Universal/module.php @@ -302,7 +302,7 @@ class Ladestation_Universal extends IPSModule if($this->ReadPropertyInteger("Ladestation")==2){ $url2 = $baseUrl . "amp=$value"; }elseif($this->ReadPropertyInteger("Ladestation")==1){ - $url2 = $baseUrl . "amx=$value"; + $url2 = $baseUrl . "amp=$value"; } curl_setopt($ch, CURLOPT_URL, $url2); diff --git a/library.json b/library.json index 71ee1f5..8bda1ef 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.196", + "version": "0.197", "build": 0, "date": 0 } \ No newline at end of file