blob: b82fda855ecaa55eb880f48b3d51c2bd51f68b7e [file] [log] [blame]
Simon Huntbb282f52014-11-10 11:08:19 -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 ],
Simon Hunt902c9922014-11-11 11:59:31 -080013 "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 }
Simon Huntbb282f52014-11-10 11:08:19 -080018 }
19}