diff --git a/config.example.toml b/config.example.toml index 3ba23ac..29b9f1f 100644 --- a/config.example.toml +++ b/config.example.toml @@ -41,8 +41,18 @@ rainbow_brightness = 150 # This contains the DMX start addresses of your light fixtures. You # have to add atleast one fixture for the software to work. [universes.demo.lights] -ignition_wal_l710 = [] -stairville_par_56 = [] -tsss_led_par_rgbw = [] -varytec_hero_wash_712_zoom = [] -wled_multi_rgb = [] +# Ignition WAL-L710 +IgnitionWALL710 = [] + +# Stairville LED PAR 56 +StairvillePar56 = [] + +# cheap aliexpress lights +TSSS_LED_PAR_RGBW = [] +Sheds30WCOBRGB = [] + +# Varytec Hero Wash 712 Z RGBW Zoom +VarytecHeroWashZoom712 = [] + +# WLED "multi RGB" mode +WLED = []