This commit is contained in:
2024-12-19 13:20:02 +01:00
parent ba76b3266c
commit 2317d1333e
2 changed files with 2 additions and 2 deletions

View File

@@ -413,7 +413,7 @@ class Ladestation_Universal extends IPSModule
curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_BASIC); curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
curl_setopt($ch, CURLOPT_USERPWD, $this->ReadPropertyString("Username") . ":" . $this->ReadPropertyString("Password")); curl_setopt($ch, CURLOPT_USERPWD, $this->ReadPropertyString("Username") . ":" . $this->ReadPropertyString("Password"));
$response2 = curl_exec($ch); $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 // Check for errors
if (curl_errno($ch)) { if (curl_errno($ch)) {

View File

@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "0.211", "version": "0.212",
"build": 0, "build": 0,
"date": 0 "date": 0
} }