blob: 5f519ffa7dd553a8d6d50ff23df7205ed90db728 [file] [log] [blame]
Simon Hunt902c9922014-11-11 11:59:31 -08001{
2 "event": "addDevice",
3 "payload": {
4 "id": "of:0000000000000003",
5 "type": "switch",
6 "online": true,
7 "labels": [
8 "of:0000000000000003",
9 "3",
10 "",
11 null
12 ],
13 "props": {
Simon Hunt44031102014-11-11 13:20:36 -080014 "latitude": 123.5,
15 "longitude": 67.8,
Simon Hunt902c9922014-11-11 11:59:31 -080016 "anotherProp": "foobar"
17 },
18 "metaUi": {
19 "xpc": 57.3,
20 "ypc": 24.86,
21 "and": "other properties the UI wishes to remember..."
22 }
23 }
24}