Result Logger hinzugefügt
This commit is contained in:
@@ -175,7 +175,7 @@ return $json;
|
||||
$context = stream_context_create($options);
|
||||
|
||||
$result = file_get_contents($url, false, $context);
|
||||
|
||||
IPS_LogMessage("Belevo_Server_Kommunikation", "Result: " . print_r($result , true));
|
||||
if ($result === FALSE) {
|
||||
|
||||
IPS_LogMessage("Belevo_Server_Kommunikation", "Fehler beim senden an Influx->SendJsonToInfluxDB()");
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"compatibility": {
|
||||
"version": "7.1"
|
||||
},
|
||||
"version": "0.49",
|
||||
"version": "0.50",
|
||||
"build": 0,
|
||||
"date": 0
|
||||
}
|
||||
Reference in New Issue
Block a user