Skip to content

Commit c556546

Browse files
committed
Auto-Programs colors
* ColorPreset instead of Generic type * EffectSpeed instead of Speed
1 parent 32c7276 commit c556546

File tree

1 file changed

+38
-26
lines changed

1 file changed

+38
-26
lines changed

fixtures/eurolite/led-party-spot-silent-rgb-ww.json

+38-26
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"meta": {
77
"authors": ["Tero Korpela"],
88
"createDate": "2024-11-23",
9-
"lastModifyDate": "2024-11-23"
9+
"lastModifyDate": "2024-12-01"
1010
},
1111
"links": {
1212
"manual": [
@@ -108,75 +108,87 @@
108108
},
109109
{
110110
"dmxRange": [21, 40],
111-
"type": "Generic",
112-
"comment": "Auto-Program 1"
111+
"type": "ColorPreset",
112+
"comment": "Auto-Program 1",
113+
"colors": ["#ff0000", "#00ff00", "#0000ff"]
113114
},
114115
{
115116
"dmxRange": [41, 60],
116-
"type": "Generic",
117-
"comment": "Auto-Program 2"
117+
"type": "ColorPreset",
118+
"comment": "Auto-Program 2",
119+
"colors": ["#ff0000", "#00ff00"]
118120
},
119121
{
120122
"dmxRange": [61, 80],
121-
"type": "Generic",
122-
"comment": "Auto-Program 3"
123+
"type": "ColorPreset",
124+
"comment": "Auto-Program 3",
125+
"colors": ["#ff0000", "#0000ff"]
123126
},
124127
{
125128
"dmxRange": [81, 100],
126-
"type": "Generic",
127-
"comment": "Auto-Program 4"
129+
"type": "ColorPreset",
130+
"comment": "Auto-Program 4",
131+
"colors": ["#ff0000", "#ffffdd"]
128132
},
129133
{
130134
"dmxRange": [101, 120],
131-
"type": "Generic",
132-
"comment": "Auto-Program 5"
135+
"type": "ColorPreset",
136+
"comment": "Auto-Program 5",
137+
"colors": ["#00ff00", "#0000ff"]
133138
},
134139
{
135140
"dmxRange": [121, 140],
136-
"type": "Generic",
137-
"comment": "Auto-Program 6"
141+
"type": "ColorPreset",
142+
"comment": "Auto-Program 6",
143+
"colors": ["#00ff00", "#ffffdd"]
138144
},
139145
{
140146
"dmxRange": [141, 160],
141-
"type": "Generic",
142-
"comment": "Auto-Program 7"
147+
"type": "ColorPreset",
148+
"comment": "Auto-Program 7",
149+
"colors": ["#0000ff", "#ffffdd"]
143150
},
144151
{
145152
"dmxRange": [161, 180],
146-
"type": "Generic",
147-
"comment": "Auto-Program 8"
153+
"type": "ColorPreset",
154+
"comment": "Auto-Program 8",
155+
"colors": ["#00ffff", "#ff00ff", "#ffff00"]
148156
},
149157
{
150158
"dmxRange": [181, 200],
151-
"type": "Generic",
152-
"comment": "Auto-Program 9"
159+
"type": "ColorPreset",
160+
"comment": "Auto-Program 9",
161+
"colors": ["#ffffdd", "#ffffff"]
153162
},
154163
{
155164
"dmxRange": [201, 220],
156-
"type": "Generic",
157-
"comment": "Auto-Program 10"
165+
"type": "ColorPreset",
166+
"comment": "Auto-Program 10",
167+
"colors": ["#0000ff", "#ffff00"]
158168
},
159169
{
160170
"dmxRange": [221, 255],
161-
"type": "Generic",
162-
"comment": "Auto-Programs in an endless loop"
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"]
163174
}
164175
]
165176
},
166177
"Speed / Sound Control": {
167178
"capabilities": [
168179
{
169180
"dmxRange": [0, 200],
170-
"type": "Speed",
181+
"type": "EffectSpeed",
171182
"speedStart": "slow",
172183
"speedEnd": "fast",
173184
"comment": "Speed of the auto-programs"
174185
},
175186
{
176187
"dmxRange": [201, 255],
177188
"type": "Effect",
178-
"effectName": "Sound control",
179-
"soundControlled": true
189+
"effectPreset": "ColorJump",
190+
"soundControlled": true,
191+
"soundSensitivity": "high"
180192
}
181193
]
182194
}

0 commit comments

Comments
 (0)