diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index 91686b6..588ea14 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -109,7 +109,7 @@ class Belevo_Server_Kommunikation extends IPSModule if (!empty($json)) { // Kombiniere die URL mit der Anlagenummer - $fullURL = $baseURL + $fullURL = $baseURL; $this->SendJsonToInfluxDB($fullURL, $json); } else { IPS_LogMessage("Belevo_Server_Kommunikation", "Keine Aufzeichnung im Influx: Anlagenummer oder JSON-Daten fehlen->GetAction()"); diff --git a/library.json b/library.json index 907d173..bf78f34 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.85", + "version": "0.86", "build": 0, "date": 0 } \ No newline at end of file