blob: 6fb67419718a68437586e394284f4e78ab1d8e01 [file] [log] [blame]
Simon Hunta5487ad2016-06-16 13:10:41 -07001{
2 "event": "showHighlights",
3 "payload": {
4 "devices": [
5 {
6 "id": "of:0000000000000001",
7 "badge": {
8 "status": "i",
9 "gid": "xMark",
10 "msg": "x marks the spot"
11 }
12 },
13 {
14 "id": "of:0000000000000101",
15 "badge": {
16 "status": "w",
17 "gid": "crown",
18 "msg": "it's good to be the King"
19 }
20 },
21 {
22 "id": "of:0000000000000002",
23 "badge": {
24 "status": "e",
25 "gid": "chain",
26 "msg": "the weakest link"
27 }
28 },
29 {
30 "id": "of:0000000000000102",
31 "badge": {
32 "status": "i",
33 "txt": "1",
34 "msg": "singular sensation"
35 }
36 },
37 {
38 "id": "of:0000000000000003",
39 "badge": {
40 "status": "w",
41 "txt": "42",
42 "msg": "life, the universe, and everything!"
43 }
44 },
45 {
46 "id": "of:0000000000000103",
47 "badge": {
48 "status": "e",
49 "txt": "99",
50 "msg": "cadbury's flake"
51 }
52 }
53 ],
54 "hosts": [
55 {
56 "id": "0E:2A:69:30:13:01/-1",
57 "badge": {
58 "status": "w",
59 "gid": "crown"
60 }
61 }
62 ],
63 "links": [
64 {
65 "css": "primary",
66 "id": "of:0000000000000001/2-of:0000000000000002/1",
67 "label": "Foo!"
68 },
69 {
70 "css": "secondary",
71 "id": "of:0000000000000002/3-of:0000000000000003/2",
72 "label": "Bar!"
73 },
74 {
75 "css": "",
76 "id": "of:0000000000000003/4-of:0000000000000004/3",
77 "label": "Baz-a-ma-taz!!"
78 }
79 ]
80 }
81}