Skip to content

Commit e5b55cb

Browse files
committed
Auto-Programs colors
* ColorPreset instead of Generic type * EffectSpeed instead of Speed
1 parent 2fc0730 commit e5b55cb

File tree

1 file changed

+234
-0
lines changed

1 file changed

+234
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,234 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
3+
"name": "LED PARty Spot Silent RGB/WW",
4+
"shortName": "EurolitePARtySpotSilent",
5+
"categories": ["Color Changer"],
6+
"meta": {
7+
"authors": ["Tero Korpela"],
8+
"createDate": "2024-11-23",
9+
"lastModifyDate": "2024-12-01"
10+
},
11+
"links": {
12+
"manual": [
13+
"https://www.steinigke.de/download/42110203-Manual-149388-1.000-eurolite-led-party-spot-silent-rgb-ww-de_en.pdf"
14+
],
15+
"productPage": [
16+
"https://www.steinigke.de/en/mpn42110203-eurolite-led-party-spot-silent-rgb-ww.html"
17+
],
18+
"video": [
19+
"https://www.youtube.com/watch?v=YATlZarOS6U"
20+
]
21+
},
22+
"physical": {
23+
"dimensions": [155, 190, 90],
24+
"weight": 0.47,
25+
"power": 17,
26+
"DMXconnector": "3-pin",
27+
"bulb": {
28+
"type": "12 x 5 W COB 4in1 QCL RGB/WW (homogenous color mix)"
29+
},
30+
"lens": {
31+
"degreesMinMax": [12, 30]
32+
}
33+
},
34+
"availableChannels": {
35+
"Red": {
36+
"capability": {
37+
"type": "ColorIntensity",
38+
"color": "Red"
39+
}
40+
},
41+
"Green": {
42+
"capability": {
43+
"type": "ColorIntensity",
44+
"color": "Green"
45+
}
46+
},
47+
"Blue": {
48+
"capability": {
49+
"type": "ColorIntensity",
50+
"color": "Blue"
51+
}
52+
},
53+
"Warm White": {
54+
"capability": {
55+
"type": "ColorIntensity",
56+
"color": "Warm White"
57+
}
58+
},
59+
"Dimmer": {
60+
"capability": {
61+
"type": "Intensity"
62+
}
63+
},
64+
"Sound Control / Strobe": {
65+
"capabilities": [
66+
{
67+
"dmxRange": [0, 0],
68+
"type": "NoFunction"
69+
},
70+
{
71+
"dmxRange": [1, 5],
72+
"type": "Effect",
73+
"effectName": "Sound control",
74+
"soundControlled": true
75+
},
76+
{
77+
"dmxRange": [6, 10],
78+
"type": "NoFunction"
79+
},
80+
{
81+
"dmxRange": [11, 255],
82+
"type": "StrobeSpeed",
83+
"speedStart": "slow",
84+
"speedEnd": "fast"
85+
}
86+
]
87+
},
88+
"Strobe": {
89+
"capabilities": [
90+
{
91+
"dmxRange": [0, 0],
92+
"type": "NoFunction"
93+
},
94+
{
95+
"dmxRange": [1, 255],
96+
"type": "ShutterStrobe",
97+
"shutterEffect": "Strobe",
98+
"speedStart": "slow",
99+
"speedEnd": "fast"
100+
}
101+
]
102+
},
103+
"Auto-Programs": {
104+
"capabilities": [
105+
{
106+
"dmxRange": [0, 20],
107+
"type": "NoFunction"
108+
},
109+
{
110+
"dmxRange": [21, 40],
111+
"type": "ColorPreset",
112+
"comment": "Auto-Program 1",
113+
"colors": ["#ff0000", "#00ff00", "#0000ff"]
114+
},
115+
{
116+
"dmxRange": [41, 60],
117+
"type": "ColorPreset",
118+
"comment": "Auto-Program 2",
119+
"colors": ["#ff0000", "#00ff00"]
120+
},
121+
{
122+
"dmxRange": [61, 80],
123+
"type": "ColorPreset",
124+
"comment": "Auto-Program 3",
125+
"colors": ["#ff0000", "#0000ff"]
126+
},
127+
{
128+
"dmxRange": [81, 100],
129+
"type": "ColorPreset",
130+
"comment": "Auto-Program 4",
131+
"colors": ["#ff0000", "#ffffdd"]
132+
},
133+
{
134+
"dmxRange": [101, 120],
135+
"type": "ColorPreset",
136+
"comment": "Auto-Program 5",
137+
"colors": ["#00ff00", "#0000ff"]
138+
},
139+
{
140+
"dmxRange": [121, 140],
141+
"type": "ColorPreset",
142+
"comment": "Auto-Program 6",
143+
"colors": ["#00ff00", "#ffffdd"]
144+
},
145+
{
146+
"dmxRange": [141, 160],
147+
"type": "ColorPreset",
148+
"comment": "Auto-Program 7",
149+
"colors": ["#0000ff", "#ffffdd"]
150+
},
151+
{
152+
"dmxRange": [161, 180],
153+
"type": "ColorPreset",
154+
"comment": "Auto-Program 8",
155+
"colors": ["#00ffff", "#ff00ff", "#ffff00"]
156+
},
157+
{
158+
"dmxRange": [181, 200],
159+
"type": "ColorPreset",
160+
"comment": "Auto-Program 9",
161+
"colors": ["#ffffdd", "#ffffff"]
162+
},
163+
{
164+
"dmxRange": [201, 220],
165+
"type": "ColorPreset",
166+
"comment": "Auto-Program 10",
167+
"colors": ["#0000ff", "#ffff00"]
168+
},
169+
{
170+
"dmxRange": [221, 255],
171+
"type": "ColorPreset",
172+
"comment": "Auto-Programs in an endless loop",
173+
"colors": ["#ff0000", "#00ff00", "#0000ff", "#ff0000", "#00ff00", "#ff0000", "#0000ff", "#ff0000", "#ffffdd", "#00ff00", "#0000ff", "#00ff00", "#ffffdd", "#0000ff", "#ffffdd", "#00ffff", "#ff00ff", "#ffff00", "#ffffdd", "#ffffff", "#0000ff", "#ffff00"]
174+
}
175+
]
176+
},
177+
"Speed / Sound Control": {
178+
"capabilities": [
179+
{
180+
"dmxRange": [0, 200],
181+
"type": "EffectSpeed",
182+
"speedStart": "slow",
183+
"speedEnd": "fast",
184+
"comment": "Speed of the auto-programs"
185+
},
186+
{
187+
"dmxRange": [201, 255],
188+
"type": "Effect",
189+
"effectPreset": "ColorJump",
190+
"soundControlled": true,
191+
"soundSensitivity": "high"
192+
}
193+
]
194+
}
195+
},
196+
"modes": [
197+
{
198+
"name": "4-Channel",
199+
"shortName": "4ch",
200+
"channels": [
201+
"Red",
202+
"Green",
203+
"Blue",
204+
"Warm White"
205+
]
206+
},
207+
{
208+
"name": "6-Channel",
209+
"shortName": "6ch",
210+
"channels": [
211+
"Red",
212+
"Green",
213+
"Blue",
214+
"Warm White",
215+
"Dimmer",
216+
"Sound Control / Strobe"
217+
]
218+
},
219+
{
220+
"name": "8-Channel",
221+
"shortName": "8ch",
222+
"channels": [
223+
"Red",
224+
"Green",
225+
"Blue",
226+
"Warm White",
227+
"Dimmer",
228+
"Strobe",
229+
"Auto-Programs",
230+
"Speed / Sound Control"
231+
]
232+
}
233+
]
234+
}

0 commit comments

Comments
 (0)