-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.cson
136 lines (136 loc) · 2.77 KB
/
config.cson
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
126
127
128
129
130
131
132
133
134
135
136
{
servers:
httpPort: 8080
udpPort: 9909
webSocketPort: 9910
webSocketHost: "0.0.0.0"
hosts:
enttec1:
# path: "/dev/serial/by-id/usb-FTDI_FT245R_USB_FIFO_ENP9D7H7-if00-port0"
# path: "/dev/serial/by-id/usb-FTDI_USB__-__Serial-if00-port0"
# path: "/dev/serial/by-id/usb-FTDI_USB__-__Serial-if00-port0"
# path: "/dev/serial/by-id/usb-ENTTEC_DMX_USB_PRO_ENR35XBU-if00-port0"
type: "enttec"
mapping:
light:
0:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 1
1:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 6
2:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 11
3:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 16
4:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 21
5:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 26
6:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 31
7:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 36
8:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 41
9:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 46
10:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 51
11:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 56
12:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 61
13:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 66
14:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 71
15:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 76
16:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 81
17:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 86
18:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 91
19:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 96
20:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 101
21:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 106
22:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 111
23:
name: "sali rgb"
host: "enttec1"
type: "rgb"
address: 116
}