From 2b6d63265614f48b568caea50689b9b87e96f22d Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 16 Oct 2024 13:49:45 +0200 Subject: [PATCH] Logger angepasst --- Belevo_Server_Kommunikation/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index 7825dab..d9c7564 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -162,7 +162,7 @@ return $json; ], ]; - IPS_LogMessage("Belevo_Server_Kommunikation", "OPtions: " . $options); + IPS_LogMessage("Belevo_Server_Kommunikation", "Options: " . print_r($options, true)); $context = stream_context_create($options); $result = file_get_contents($url, false, $context); diff --git a/library.json b/library.json index a7a8c6f..a75a6b6 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.45", + "version": "0.46", "build": 0, "date": 0 } \ No newline at end of file