forked from baerengraben/ioBroker.swiss-weather-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresponseHourForecast
102 lines (102 loc) · 1.7 KB
/
responseHourForecast
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"formatted_date": "31.12.2019",
"date": "2019-12-31",
"nexthour": [
{
"date": "2019-12-31T01:00:00+0100",
"values": [
{
"smb3": "-2"
},
{
"ttt": "-0.7"
},
{
"fff": "4"
},
{
"ffx3": "9"
},
{
"ddd": "201"
},
{
"rr3": "0.0"
},
{
"pr3": "1"
}
]
}
],
"info": {
"id": 3054,
"name": {
"de": "Schüpfen"
},
"plz": 3054
},
"type": "forecasts",
"units": {
"dd3": {
"name": "winddirection_10m_mean_3h",
"unit": "°"
},
"ddd": {
"name": "winddirection_10m_mean_1d",
"unit": "°"
},
"ff3": {
"name": "windspeed_10m_mean_3h",
"unit": "km/h"
},
"ffd": {
"name": "windspeed_10m_mean_1d",
"unit": "km/h"
},
"fx3": {
"name": "windspeed_10m_max_3h",
"unit": "km/h"
},
"fxd": {
"name": "windspeed_10m_max_1d",
"unit": "km/h"
},
"pr3": {
"name": "probrain_3h",
"unit": "%"
},
"prd": {
"name": "probrain_1d",
"unit": "%"
},
"rr3": {
"name": "precipitation_1.5m_sum_3h",
"unit": "mm"
},
"rsd": {
"name": "precipitation_1.5m_sum_1d",
"unit": "mm"
},
"smb3": {
"name": "symbol",
"unit": "code"
},
"smbd": {
"name": "symbol",
"unit": "code"
},
"ttn": {
"name": "temperature_2m_min",
"unit": "°C"
},
"ttt": {
"name": "temperature_2m_act",
"unit": "°C"
},
"ttx": {
"name": "temperature_2m_max",
"unit": "°C"
}
}
}