diff --git a/Ladestation_Universal/module.php b/Ladestation_Universal/module.php index 46c29ea..7cfbe1f 100644 --- a/Ladestation_Universal/module.php +++ b/Ladestation_Universal/module.php @@ -413,7 +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" . ($curl_getinfo($ch, CURLINFO_HTTP_CODE))); + IPS_LogMessage("Ladestation", "Antwort" . (curl_getinfo($ch, CURLINFO_HTTP_CODE))); // Check for errors if (curl_errno($ch)) { diff --git a/library.json b/library.json index bc20c88..0a09a5d 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.211", + "version": "0.212", "build": 0, "date": 0 } \ No newline at end of file