-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemp_data.json
More file actions
52 lines (52 loc) · 1.06 KB
/
temp_data.json
File metadata and controls
52 lines (52 loc) · 1.06 KB
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
[{
"tempdata": [{
"tempprobe": 6.5,
"ambient": 12,
"timestamp": "2017-09-01 18:35:10",
"threshold_high": 8,
"threshold_low": 2
},
{
"tempprobe": 6.4,
"ambient": 24,
"timestamp": "2017-09-01 24:38:01",
"threshold_high": 8,
"threshold_low": 2
},
{
"tempprobe": 6.3,
"ambient": 23,
"timestamp": "2017-09-02 18:40:10",
"threshold_high": 8,
"threshold_low": 2
},
{
"tempprobe": 6.0,
"ambient": 20,
"timestamp": "2017-09-03 18:42:10",
"threshold_high": 8,
"threshold_low": 2
},
{
"tempprobe": 4.9,
"ambient": 15,
"timestamp": "2017-09-03 18:44:10",
"threshold_high": 8,
"threshold_low": 2
},
{
"tempprobe": 6.3,
"ambient": 22.1,
"timestamp": "2017-09-04 18:46:10",
"threshold_high": 8,
"threshold_low": 2
},
{
"tempprobe": 5.8,
"ambient": 21.1,
"timestamp": "2017-09-06 18:48:10",
"threshold_high": 8,
"threshold_low": 2
}
]
}]