logging
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user