diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index 32d91ce..a78b67c 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -49,7 +49,7 @@ class Belevo_Server_Kommunikation extends IPSModule } } - private function getWetter($bn, $pw, $loc) { + public function getWetter($bn, $pw, $loc) { // URL mit Parametern zusammenstellen $url = "https://brain.belevo.ch/v2wetter?loc=" . urlencode($loc) . "&nr=" . urlencode($bn); diff --git a/library.json b/library.json index 3fdc695..c2a8298 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.89", + "version": "0.90", "build": 0, "date": 0 } \ No newline at end of file