Simon Hunt | cc26756 | 2014-10-29 10:22:17 -0700 | [diff] [blame] | 1 | { |
| 2 | "comment": "sample device properties", |
| 3 | "id": "of:0000000000000004", |
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": 32.8, |
| 9 | "lng": 117.1 |
| 10 | }, |
Simon Hunt | cc26756 | 2014-10-29 10:22:17 -0700 | [diff] [blame] | 11 | "props": { |
| 12 | "allowed": true, |
| 13 | "latitude": 32.8, |
| 14 | "longitude": 117.1, |
| 15 | "name": "SDG-W10", |
| 16 | "dpid": "00:00:00:00:00:00:00:04", |
| 17 | "type": "Roadm" |
| 18 | } |
| 19 | } |