-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutput.json
44 lines (44 loc) · 874 Bytes
/
output.json
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
{
"days": [
{
"date": "2022-05-18",
"hours_start": 9,
"hours_end": 19,
"hours_count": 11,
"temp_avg": 13.091,
"relevant_cond_hours": 11
},
{
"date": "2022-05-19",
"hours_start": 9,
"hours_end": 19,
"hours_count": 11,
"temp_avg": 10.727,
"relevant_cond_hours": 5
},
{
"date": "2022-05-20",
"hours_start": 9,
"hours_end": 19,
"hours_count": 11,
"temp_avg": 11.364,
"relevant_cond_hours": 11
},
{
"date": "2022-05-21",
"hours_start": null,
"hours_end": null,
"hours_count": 0,
"temp_avg": null,
"relevant_cond_hours": 0
},
{
"date": "2022-05-22",
"hours_start": null,
"hours_end": null,
"hours_count": 0,
"temp_avg": null,
"relevant_cond_hours": 0
}
]
}