Simon Hunt | cc26756 | 2014-10-29 10:22:17 -0700 | [diff] [blame] | 1 | { |
| 2 | "comment": "sample device properties", |
| 3 | "id": "of:0000000000000001", |
Thomas Vachuska | 1de6601 | 2014-10-30 03:03:30 -0700 | [diff] [blame] | 4 | "type": "roadm", |
| 5 | "propOrder": [ "name", "type", "-", "dpid", "latitude", "longitude", "allowed" ], |
Thomas Vachuska | 0f6baee | 2014-11-11 15:02:32 -0800 | [diff] [blame] | 6 | "location": { |
| 7 | "type": "latlng", |
| 8 | "lat": 37.6, |
| 9 | "lng": 122.3 |
| 10 | }, |
Simon Hunt | cc26756 | 2014-10-29 10:22:17 -0700 | [diff] [blame] | 11 | "props": { |
| 12 | "allowed": true, |
| 13 | "latitude": 37.6, |
| 14 | "longitude": 122.3, |
| 15 | "name": "SFO-W10", |
Thomas Vachuska | 1de6601 | 2014-10-30 03:03:30 -0700 | [diff] [blame] | 16 | "dpid": "00:00:00:00:00:00:00:01" |
Simon Hunt | cc26756 | 2014-10-29 10:22:17 -0700 | [diff] [blame] | 17 | } |
| 18 | } |