$result = file_get_contents($url, false, $context); auskommentiert
This commit is contained in:
@@ -155,6 +155,7 @@ return $json;
|
||||
],
|
||||
];
|
||||
$context = stream_context_create($options);
|
||||
/*
|
||||
$result = file_get_contents($url, false, $context);
|
||||
|
||||
if ($result === FALSE) {
|
||||
@@ -162,7 +163,7 @@ return $json;
|
||||
IPS_LogMessage("Belevo_Server_Kommunikation", "Fehler beim senden an Influx->SendJsonToInfluxDB()");
|
||||
} else {
|
||||
IPS_LogMessage("Belevo_Server_Kommunikation", "Daten erfolgreich an Influx gesendet->SendJsonToInfluxDB()");
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user