aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/gui/src/test/_karma/ev/_capture/rx/addDevice_ex1.json
blob: b82fda855ecaa55eb880f48b3d51c2bd51f68b7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "event": "addDevice",
  "payload": {
    "id": "of:0000000000000003",
    "type": "switch",
    "online": true,
    "labels": [
      "of:0000000000000003",
      "3",
      "",
      null
    ],
    "props": {
      "latitude": 123.5,
      "longitude": 67.8,
      "anotherProp": "foobar"
    }
  }
}