-
Notifications
You must be signed in to change notification settings - Fork 0
/
sampledata_database.json
50 lines (50 loc) · 1.38 KB
/
sampledata_database.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
45
46
47
48
49
50
{
"test": {
"balloons": [
{
"temperature": [
{
"time": 1610385120,
"value": 21.0013040
},
{
"time": 1610385133,
"value": 22.1932000
},
{
"time": 1610385139,
"value": 20.0929928
}
],
"humidity": [
{
"time": 1610385120,
"value": 48.0929928
},
{
"time": 1610385133,
"value": 49.1002912
},
{
"time": 1610385139,
"value": 50.2919929
}
],
"pressure": [
{
"time": 1610385120,
"value": 101330
},
{
"time": 1610385133,
"value": 102000
},
{
"time": 1610385139,
"value": 101001
}
]
}
]
}
}