Result Logger hinzugefügt

This commit is contained in:
belevo\mh
2024-10-16 14:36:13 +02:00
parent 792e293da0
commit 46d9010314
2 changed files with 2 additions and 2 deletions

View File

@@ -175,7 +175,7 @@ return $json;
$context = stream_context_create($options); $context = stream_context_create($options);
$result = file_get_contents($url, false, $context); $result = file_get_contents($url, false, $context);
IPS_LogMessage("Belevo_Server_Kommunikation", "Result: " . print_r($result , true));
if ($result === FALSE) { if ($result === FALSE) {
IPS_LogMessage("Belevo_Server_Kommunikation", "Fehler beim senden an Influx->SendJsonToInfluxDB()"); IPS_LogMessage("Belevo_Server_Kommunikation", "Fehler beim senden an Influx->SendJsonToInfluxDB()");

View File

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