-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest_data.json
More file actions
44 lines (43 loc) · 1.02 KB
/
test_data.json
File metadata and controls
44 lines (43 loc) · 1.02 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
[ {
"event_type": "metrics",
"data": [
{
"time": 1727338611.289379,
"sensor_id": 10,
"data": 5.4
},
{
"time": 1727338612.289379,
"sensor_id": 10,
"data": 6.0
},
{
"time": 1727338613.289379,
"sensor_id": 10,
"data": 4.4
}
]
},
{
"event_type": "session",
"data":[
{
"id": "4",
"status": "open",
"start": 1727338611.289379,
"car": "IC24"
},
{
"id": "5",
"status": "closed",
"stop": 1727338613.289379
},
{
"id":"7",
"status": "error",
"error_name": "sensor_error",
"error_description": "Sensor 10 is not responding"
}
]
}
]