This commit is contained in:
2024-12-19 11:52:37 +01:00
parent 170db38fd4
commit 080612dd5d
2 changed files with 2 additions and 1 deletions

View File

@@ -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)) {