-
Notifications
You must be signed in to change notification settings - Fork 49
/
example.json
47 lines (47 loc) · 1.2 KB
/
example.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
{
"version": "1.5.2",
"timestamp": "2018-08-26T21:39:29.364Z",
"system": {
"hardware": {
"make": "ACME",
"model": "Bird Trap"
},
"software": {
"firmware": "3.2a"
},
"serial_no": "182732142",
"last_config": "2018-08-26T21:49:29.364Z",
"operation": {
"operational": true,
"last_start": "2018-08-25T21:49:29.364Z",
"mode": "active",
"restart_count": 121
},
"status": {
"message": "Tickity Boo",
"category": "system.config.apply",
"timestamp": "2018-08-26T21:39:30.364Z",
"level": 600
}
},
"pointset": {
"status": { // Status scoped to overall pointset operation
"message": "Invalid sample time",
"category": "pointset.point.invalid",
"timestamp": "2018-08-26T21:39:28.364Z",
"level": 800
},
"points": {
"return_air_temperature_sensor": {
"status": { // Status scoped to a specific point in a pointset
"message": "Point return_air_temperature_sensor unable to read value",
"category": "pointset.point.failure",
"timestamp": "2018-08-26T21:39:28.364Z",
"level": 800
}
},
"nexus_sensor": {
}
}
}
}