blob: 4f35403f912c332fc76db08ae8f0183d52540e94 [file] [log] [blame]
Simon Hunt004fc2c2015-10-23 11:55:58 -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:0000000000000002",
15 "badge": {
16 "status": "w",
17 "gid": "crown",
18 "msg": "it's good to be the King"
19 }
20 },
21 {
22 "id": "of:0000000000000003",
23 "badge": {
24 "status": "e",
25 "gid": "chain",
26 "msg": "the weakest link"
27 }
28 },
29 {
30 "id": "of:0000000000000004",
31 "badge": {
32 "status": "i",
33 "txt": "1",
34 "msg": "singular sensation"
35 }
36 },
37 {
38 "id": "of:0000000000000005",
39 "badge": {
40 "status": "w",
41 "txt": "42",
42 "msg": "life, the universe, and everything!"
43 }
44 },
45 {
46 "id": "of:0000000000000006",
47 "badge": {
48 "status": "e",
49 "txt": "99",
50 "msg": "cadbury's flake"
51 }
52 }
53 ],
54 "hosts": [],
55 "links": [
56 {
57 "css": "primary",
58 "id": "of:0000000000000001/5-of:0000000000000002/7",
59 "label": "Foo!"
60 }
61 ]
62 }
63}