From ff9d9b8909c707710a018f1331e83db6dcb12f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Thu, 19 Dec 2024 13:44:37 +0100 Subject: [PATCH] von get auf post gesetzt --- Ladestation_Universal/module.php | 1 + library.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Ladestation_Universal/module.php b/Ladestation_Universal/module.php index 7cfbe1f..856bab6 100644 --- a/Ladestation_Universal/module.php +++ b/Ladestation_Universal/module.php @@ -410,6 +410,7 @@ class Ladestation_Universal extends IPSModule IPS_LogMessage("Ladestation", "Aufgerufene ip" . $url2); curl_setopt($ch, CURLOPT_URL, $url2); + curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_BASIC); curl_setopt($ch, CURLOPT_USERPWD, $this->ReadPropertyString("Username") . ":" . $this->ReadPropertyString("Password")); $response2 = curl_exec($ch); diff --git a/library.json b/library.json index 0a09a5d..37a45ed 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.212", + "version": "0.214", "build": 0, "date": 0 } \ No newline at end of file