forked from faucetsdn/udmi
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample.json
More file actions
36 lines (36 loc) · 837 Bytes
/
example.json
File metadata and controls
36 lines (36 loc) · 837 Bytes
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
{
"version": "1.5.2",
"timestamp": "2018-08-26T21:39:29.364Z",
"state_etag": "2a8b718",
"points": {
"room_temperature": {
"value_state": "applied"
},
"hallway_temperature": {
"value_state": "overridden"
},
"hallway_lights": {
"value_state": "updating"
},
"entryway_lock": {
"value_state": "failure",
"status": {
"message": "Failure to confirm point",
"category": "pointset.point.failure",
"timestamp": "2018-08-26T21:39:28.364Z",
"level": 600
}
},
"scale_sensor": {
"value_state": "invalid",
"status": {
"message": "Point is not writable",
"category": "pointset.point.invalid",
"timestamp": "2018-08-26T21:39:28.364Z",
"level": 600
}
},
"rocket_motor": {
}
}
}