forked from faucetsdn/udmi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.json
37 lines (37 loc) · 838 Bytes
/
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
{
"version": 1,
"timestamp": "2018-08-26T21:39:29.364Z",
"system": {
"make_model": "ACME Bird Trap",
"firmware": {
"version": "3.2a"
},
"last_config": "2018-08-26T21:49:29.364Z",
"operational": true,
"statuses": {
"base_system": {
"message": "Tickity Boo",
"category": "device.state.com",
"timestamp": "2018-08-26T21:39:30.364Z",
"level": 600
}
}
},
"pointset": {
"points": {
"return_air_temperature_sensor": {
"units": "Celsius",
"status": {
"message": "Invalid sample time",
"category": "device.config.validate",
"timestamp": "2018-08-26T21:39:28.364Z",
"level": 800
}
},
"nexus_sensor": {
"units": "Celsius",
"source": "fix"
}
}
}
}