This commit is contained in:
2024-12-19 11:57:45 +01:00
parent 080612dd5d
commit 9b4a5e732c
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_USERPWD, $this->ReadPropertyString("Username") . ":" . $this->ReadPropertyString("Password"));
$response2 = curl_exec($ch);
IPS_LogMessage("Ladestation", "Antwort" . $response2);
IPS_LogMessage("Ladestation", "Antwort" . print_r($response2));
// Check for errors
if (curl_errno($ch)) {

View File

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