aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/gui/src/test/_karma/ev/badges/ev_13_showHighlights_devices.json
blob: 4f35403f912c332fc76db08ae8f0183d52540e94 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
  "event": "showHighlights",
  "payload": {
    "devices": [
      {
        "id": "of:0000000000000001",
        "badge": {
          "status": "i",
          "gid": "xMark",
          "msg": "x marks the spot"
        }
      },
      {
        "id": "of:0000000000000002",
        "badge": {
          "status": "w",
          "gid": "crown",
          "msg": "it's good to be the King"
        }
      },
      {
        "id": "of:0000000000000003",
        "badge": {
          "status": "e",
          "gid": "chain",
          "msg": "the weakest link"
        }
      },
      {
        "id": "of:0000000000000004",
        "badge": {
          "status": "i",
          "txt": "1",
          "msg": "singular sensation"
        }
      },
      {
        "id": "of:0000000000000005",
        "badge": {
          "status": "w",
          "txt": "42",
          "msg": "life, the universe, and everything!"
        }
      },
      {
        "id": "of:0000000000000006",
        "badge": {
          "status": "e",
          "txt": "99",
          "msg": "cadbury's flake"
        }
      }
    ],
    "hosts": [],
    "links": [
      {
        "css": "primary",
        "id": "of:0000000000000001/5-of:0000000000000002/7",
        "label": "Foo!"
      }
    ]
  }
}