Logger angepasst

This commit is contained in:
belevo\mh
2024-10-16 13:49:45 +02:00
parent 46e7e36275
commit 2b6d632656
2 changed files with 2 additions and 2 deletions

View File

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

View File

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