-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstream analytics test data.json
74 lines (74 loc) · 1.45 KB
/
stream analytics test data.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{
"DeviceId": "SimulatedDevice1",
"Room": "room1",
"HeartRate": 68,
"SkinTemp": 0.0,
"UVIndex": 0,
"Timestamp": "15/07/2016 17:35:12"
},
{
"DeviceId": "SimulatedDevice1",
"Room": "room1",
"HeartRate": 69,
"SkinTemp": 0.0,
"UVIndex": 0,
"Timestamp": "15/07/2016 17:35:14"
},
{
"DeviceId": "SimulatedDevice1",
"Room": "room1",
"HeartRate": 70,
"SkinTemp": 0.0,
"UVIndex": 0,
"Timestamp": "15/07/2016 17:35:16"
},
{
"DeviceId": "SimulatedDevice1",
"Room": "room1",
"HeartRate": 72,
"SkinTemp": 0.0,
"UVIndex": 0,
"Timestamp": "15/07/2016 17:35:18"
},
{
"DeviceId": "SimulatedDevice1",
"Room": "room1",
"HeartRate": 74,
"SkinTemp": 0.0,
"UVIndex": 0,
"Timestamp": "15/07/2016 17:35:20"
},
{
"DeviceId": "SimulatedDevice1",
"Room": "room1",
"HeartRate": 75,
"SkinTemp": 0.0,
"UVIndex": 0,
"Timestamp": "15/07/2016 17:35:22"
},
{
"DeviceId": "SimulatedDevice1",
"Room": "room1",
"HeartRate": 77,
"SkinTemp": 0.0,
"UVIndex": 0,
"Timestamp": "15/07/2016 17:35:24"
},
{
"DeviceId": "SimulatedDevice1",
"Room": "room1",
"HeartRate": 76,
"SkinTemp": 0.0,
"UVIndex": 0,
"Timestamp": "15/07/2016 17:35:26"
},
{
"DeviceId": "SimulatedDevice1",
"Room": "room1",
"HeartRate": 76,
"SkinTemp": 0.0,
"UVIndex": 0,
"Timestamp": "15/07/2016 17:35:29"
}
]