-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
125 lines (125 loc) · 2.54 KB
/
config.json
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"Events": [{
"Event": "new:tracker",
"ID": 256,
"Data": {
"Emitter": 1,
"Data": "mock://random_fix",
"_Data": "tobii://REXDL-010103247001"
}
}, {
"Event": "new:tracker",
"ID": 256,
"Data": {
"Emitter": 2,
"Data": "mock://standard",
"_Data": "tobii://REXDL-010104627253"
}
},{
"Event": "irc:settings",
"ID": 256,
"Data": {
"_Username": "breamio",
"_Password": "oauth:rizyskb9a694burwouzh71tsmqxr6lx",
"_Server": "irc.twitch.tv:6667",
"Channel": "#breamio"
}
},{
"Event": "new:regionStats",
"ID": 256,
"Data": {
"Emitter": 1,
"Duration": "60s",
"Hertz": 40,
"GenerationInterval": "10s"
}
},{
"Event": "new:regionStats",
"ID": 256,
"Data": {
"Emitter": 2,
"Duration": "60s",
"Hertz": 40,
"GenerationInterval": "10s"
}
},{
"Event": "regionStats:addRegion",
"ID": 1,
"Data": {
"Name": "screen",
"Def": {
"Type": "rectangle",
"X": 0.0,
"Width": 1.0,
"Y": 0.0,
"Height": 1.0
}
}
}, {
"Event": "regionStats:addRegion",
"ID": 1,
"Data": {
"Name": "top-left",
"Def": {
"Type": "rectangle",
"X": 0.0,
"Width": 0.5,
"Y": 0.0,
"Height": 0.5
}
}
}, {
"Event": "regionStats:addRegion",
"ID": 1,
"Data": {
"Name": "bottom-right",
"Def": {
"Type": "circle",
"X": 0.5,
"Width": 0.5,
"Y": 0.5,
"Height": 0.5
}
}
},{
"Event": "regionStats:addRegion",
"ID": 2,
"Data": {
"Name": "screen",
"Def": {
"Type": "rectangle",
"X": 0.0,
"Width": 1.0,
"Y": 0.0,
"Height": 1.0
}
}
}, {
"Event": "regionStats:addRegion",
"ID": 2,
"Data": {
"Name": "top-left-rectangle",
"Def": {
"Type": "rectangle",
"X": 0.0,
"Width": 0.5,
"Y": 0.0,
"Height": 0.5
}
}
}, {
"Event": "regionStats:addRegion",
"ID": 2,
"Data": {
"Name": "bottom-right-circle",
"Def": {
"Type": "circle",
"X": 0.5,
"Width": 0.5,
"Y": 0.5,
"Height": 0.5
}
}
}
]
}