fix example config
This commit is contained in:
parent
5d7f48d813
commit
8ad7721f0f
1 changed files with 15 additions and 5 deletions
|
@ -41,8 +41,18 @@ rainbow_brightness = 150
|
||||||
# This contains the DMX start addresses of your light fixtures. You
|
# This contains the DMX start addresses of your light fixtures. You
|
||||||
# have to add atleast one fixture for the software to work.
|
# have to add atleast one fixture for the software to work.
|
||||||
[universes.demo.lights]
|
[universes.demo.lights]
|
||||||
ignition_wal_l710 = []
|
# Ignition WAL-L710 <https://www.thomann.de/de/ignition_wal_l710_par_w_dmx.htm>
|
||||||
stairville_par_56 = []
|
IgnitionWALL710 = []
|
||||||
tsss_led_par_rgbw = []
|
|
||||||
varytec_hero_wash_712_zoom = []
|
# Stairville LED PAR 56 <https://www.thomann.de/de/stairville_led_par_56_alu_schwarz.htm>
|
||||||
wled_multi_rgb = []
|
StairvillePar56 = []
|
||||||
|
|
||||||
|
# cheap aliexpress lights
|
||||||
|
TSSS_LED_PAR_RGBW = []
|
||||||
|
Sheds30WCOBRGB = []
|
||||||
|
|
||||||
|
# Varytec Hero Wash 712 Z RGBW Zoom <https://www.thomann.de/de/varytec_hero_wash_712_z_rgbw_zoom.htm>
|
||||||
|
VarytecHeroWashZoom712 = []
|
||||||
|
|
||||||
|
# WLED "multi RGB" mode <https://kno.wled.ge/interfaces/e1.31-dmx/>
|
||||||
|
WLED = []
|
||||||
|
|
Loading…
Reference in a new issue