blob: 1f5c8e9f80ca9012a151f0cb1fb1f59b7f8c4f52 [file] [log] [blame]
Simon Huntcc267562014-10-29 10:22:17 -07001{
2 "comment": "sample device properties",
3 "id": "of:0000000000000001",
Thomas Vachuska1de66012014-10-30 03:03:30 -07004 "type": "roadm",
5 "propOrder": [ "name", "type", "-", "dpid", "latitude", "longitude", "allowed" ],
Thomas Vachuska0f6baee2014-11-11 15:02:32 -08006 "location": {
7 "type": "latlng",
8 "lat": 37.6,
9 "lng": 122.3
10 },
Simon Huntcc267562014-10-29 10:22:17 -070011 "props": {
12 "allowed": true,
13 "latitude": 37.6,
14 "longitude": 122.3,
15 "name": "SFO-W10",
Thomas Vachuska1de66012014-10-30 03:03:30 -070016 "dpid": "00:00:00:00:00:00:00:01"
Simon Huntcc267562014-10-29 10:22:17 -070017 }
18}