blob: 131596183676527c1ae4a10fe341a6190a84147c [file] [log] [blame]
Simon Huntcc267562014-10-29 10:22:17 -07001{
2 "comment": "sample device properties",
3 "id": "of:0000000000000003",
Thomas Vachuska1de66012014-10-30 03:03:30 -07004 "type": "switch",
Simon Huntcc267562014-10-29 10:22:17 -07005 "propOrder": [ "name", "type", "dpid", "latitude", "longitude", "allowed" ],
Thomas Vachuska0f6baee2014-11-11 15:02:32 -08006 "location": {
7 "type": "latlng",
8 "lat": 33.9,
9 "lng": 118.4
10 },
Simon Huntcc267562014-10-29 10:22:17 -070011 "props": {
12 "allowed": true,
13 "latitude": 33.9,
14 "longitude": 118.4,
15 "name": "LAX-W10",
16 "dpid": "00:00:00:00:00:00:00:03",
17 "type": "Roadm"
18 }
19}