diff --git a/Ladestation_Universal/module.php b/Ladestation_Universal/module.php index 422ba28..549fec4 100644 --- a/Ladestation_Universal/module.php +++ b/Ladestation_Universal/module.php @@ -413,6 +413,7 @@ class Ladestation_Universal extends IPSModule curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_BASIC); curl_setopt($ch, CURLOPT_USERPWD, $this->ReadPropertyString("Username") . ":" . $this->ReadPropertyString("Password")); $response2 = curl_exec($ch); + IPS_LogMessage("Ladestation", "Antwort" . $response2); // Check for errors if (curl_errno($ch)) { diff --git a/library.json b/library.json index be03d0d..80e2776 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.208", + "version": "0.209", "build": 0, "date": 0 } \ No newline at end of file