Simon Hunt | cc26756 | 2014-10-29 10:22:17 -0700 | [diff] [blame] | 1 | { |
| 2 | "comment": "sample device properties", |
| 3 | "id": "of:0000000000000002", |
Thomas Vachuska | 1de6601 | 2014-10-30 03:03:30 -0700 | [diff] [blame] | 4 | "type": "switch", |
Simon Hunt | cc26756 | 2014-10-29 10:22:17 -0700 | [diff] [blame] | 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.3, |
| 14 | "longitude": 121.9, |
| 15 | "name": "SJC-W10", |
| 16 | "dpid": "00:00:00:00:00:00:00:02", |
| 17 | "type": "Roadm" |
| 18 | } |
| 19 | } |