methode public gemacht, da unbekannt

This commit is contained in:
2024-11-08 10:23:30 +01:00
parent 9016e5cb79
commit fc9016d633
2 changed files with 2 additions and 2 deletions

View File

@@ -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);