From 9b4a5e732ce9e6dd6ed16f0b1cf074ab17e624da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Thu, 19 Dec 2024 11:57:45 +0100 Subject: [PATCH] logging --- Ladestation_Universal/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ladestation_Universal/module.php b/Ladestation_Universal/module.php index 549fec4..2937c78 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" . $response2); + IPS_LogMessage("Ladestation", "Antwort" . print_r($response2)); // Check for errors if (curl_errno($ch)) { diff --git a/library.json b/library.json index 80e2776..e27f549 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.209", + "version": "0.210", "build": 0, "date": 0 } \ No newline at end of file