Cleanup some docs in the weather modules

This commit is contained in:
rejas
2021-09-04 12:25:43 +02:00
parent 06389e35f9
commit 221b6325f6
6 changed files with 44 additions and 40 deletions

View File

@@ -18,10 +18,10 @@ WeatherProvider.register("openweathermap", {
defaults: {
apiVersion: "2.5",
apiBase: "https://api.openweathermap.org/data/",
weatherEndpoint: "",
weatherEndpoint: "", // can be "onecall", "forecast" or "weather" (for current)
locationID: false,
location: false,
lat: 0,
lat: 0, // the onecall endpoint needs lat / lon values, it doesn'T support the locationId
lon: 0,
apiKey: ""
},