Skip to content
Snippets Groups Projects
Commit d59dd050 authored by Robin Stecher's avatar Robin Stecher
Browse files

API-URL für aktuelles Wetter hinzugefügt

parent 839d4deb
No related branches found
No related tags found
1 merge request!1API-URL für aktuelles Wetter hinzugefügt
......@@ -723,3 +723,35 @@ Zeitfenster für TOTP generation: 30 Sekunden
```json
[]
```
## Wetter
### Aktuelles Wetter abrufen:
**`GET` `https://mobil.itmc.tu-dortmund.de/weather/v1/current`**:
```json
{
"currentWeather":
{
"dateTime":1722958878.000000000,
"windSpeed":3.0,
"windDirection":223.7,
"windGust1":5.4,
"windGust24":6.9,
"temperature":27.7,
"temperatureMax":28.3,
"temperatureMin":15.9,
"pressure":1010.0,
"precipitation1":0.0,
"precipitation24":0.0,
"symbolIdx1":3,
"symbolIdx24":3,
"uv":1,
"sunrise":1722916920.000000000,
"sunset":1722971340.000000000
}
}
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment