summaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/gui/src/test/_karma/ev/_capture/rx/addDevice_ex2_memo.json
blob: 5f519ffa7dd553a8d6d50ff23df7205ed90db728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "event": "addDevice",
  "payload": {
    "id": "of:0000000000000003",
    "type": "switch",
    "online": true,
    "labels": [
      "of:0000000000000003",
      "3",
      "",
      null
    ],
    "props": {
      "latitude": 123.5,
      "longitude": 67.8,
      "anotherProp": "foobar"
    },
    "metaUi": {
      "xpc": 57.3,
      "ypc": 24.86,
      "and": "other properties the UI wishes to remember..."
    }
  }
}