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" ], |
Simon Hunt | cc26756 | 2014-10-29 10:22:17 -0700 | [diff] [blame] | 6 | "props": { |
| 7 | "allowed": true, |
| 8 | "latitude": 37.6, |
| 9 | "longitude": 122.3, |
| 10 | "name": "SFO-W10", |
Thomas Vachuska | 1de6601 | 2014-10-30 03:03:30 -0700 | [diff] [blame] | 11 | "dpid": "00:00:00:00:00:00:00:01" |
Simon Hunt | cc26756 | 2014-10-29 10:22:17 -0700 | [diff] [blame] | 12 | } |
| 13 | } |