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 mit Parametern zusammenstellen
$url = "https://brain.belevo.ch/v2wetter?loc=" . urlencode($loc) . "&nr=" . urlencode($bn); $url = "https://brain.belevo.ch/v2wetter?loc=" . urlencode($loc) . "&nr=" . urlencode($bn);

View File

@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "0.89", "version": "0.90",
"build": 0, "build": 0,
"date": 0 "date": 0
} }