Skip to content

Add 0 new fixtures #4950

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Add 0 new fixtures #4950

wants to merge 1 commit into from

Conversation

FloEdelmann
Copy link
Member

  • Update fixture eurolite/led-theatre-cob-200-rgb-ww

User comment

Shoutout to andi-siess.de for the color temperature mapping

Thank you @diam0ndkiller!

@FloEdelmann FloEdelmann added new-fixture Request or implementation to add a new fixture definition. via-editor Opened via the editor on the open-fixture-library.org website. labels Jun 28, 2025
Copy link

Plugin export diff

(Output of test script tests/github/export-diff.js.)

You can view your uncommitted changes in plugin exports manually by executing:
$ node cli/diff-plugin-outputs.js -p <plugin-key> [-c <compare-plugin-key>] <fixtures>

🆚 eurolite/led-theatre-cob-200-rgb-ww: aglight
Changed outputted file aglight_fixture_library.json
--- removed
+++ added
@@ -2,38 +2,37 @@
   "version": "dummy version by diff-plugin-outputs",
   "fixtures": [
     {
       "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
-      "name": "LED Theatre COB 200 RGB+WW",
-      "shortName": "LED THA COB 200",
+      "name": "LED Theatre COB 200 RGB/WW",
       "categories": ["Color Changer"],
       "meta": {
-        "authors": ["Benjamin Blaikner / Theater der Mitte"],
-        "createDate": "2024-11-25",
-        "lastModifyDate": "2024-11-25"
+        "authors": ["diam0ndkiller"],
+        "createDate": "2025-06-28",
+        "lastModifyDate": "2025-06-28",
+        "importPlugin": {
+          "plugin": "qlcplus_4.12.1",
+          "date": "2025-06-28",
+          "comment": "created by Q Light Controller Plus (version 4.12.7)"
+        }
       },
-      "links": {
-        "manual": [
-          "https://www.steinigke.at/download/41602038-Anleitung-131953-1.000-eurolite-led-theatre-cob-200-rgb+ww-de_en.pdf"
-        ],
-        "productPage": [
-          "https://www.steinigke.at/de/mpn41602038-eurolite-led-theatre-cob-200-rgb+ww.html"
-        ]
-      },
       "physical": {
-        "dimensions": [260, 380, 200],
+        "dimensions": [259, 376, 200],
         "weight": 4.11,
         "power": 140,
         "DMXconnector": "3-pin",
         "bulb": {
-          "type": "1 x COB (Chip-on-board) 4in1 QCL RGB/WW"
+          "type": "LED",
+          "colorTemperature": 1800,
+          "lumens": 14000
         },
         "lens": {
           "degreesMinMax": [17, 35]
         }
       },
       "availableChannels": {
         "Red": {
+          "defaultValue": 0,
           "capabilities": [
             {
               "type": "ColorIntensity",
               "color": "#ff0000"
@@ -41,8 +40,9 @@
           ],
           "singleCapability": true
         },
         "Green": {
+          "defaultValue": 0,
           "capabilities": [
             {
               "type": "ColorIntensity",
               "color": "#00ff00"
@@ -50,283 +50,308 @@
           ],
           "singleCapability": true
         },
         "Blue": {
+          "defaultValue": 0,
           "capabilities": [
             {
               "type": "ColorIntensity",
               "color": "#0000ff"
             }
           ],
           "singleCapability": true
         },
-        "Warm White": {
+        "Warm white": {
+          "defaultValue": 0,
           "capabilities": [
             {
               "type": "ColorIntensity",
               "color": "#efebd8"
             }
           ],
           "singleCapability": true
         },
-        "Master Dimmer": {
+        "Master dimmer": {
+          "defaultValue": 0,
           "capabilities": [
             {
               "type": "Intensity"
             }
           ],
           "singleCapability": true
         },
-        "Strobe": {
+        "Strobe effect": {
+          "defaultValue": 0,
           "capabilities": [
             {
               "dmxRange": [0, 9],
-              "type": "ShutterStrobe",
-              "shutterEffect": "Open"
+              "type": "NoFunction"
             },
             {
               "dmxRange": [10, 255],
               "type": "ShutterStrobe",
               "shutterEffect": "Strobe",
               "speedStart": "slow",
-              "speedEnd": "fast"
+              "speedEnd": "fast",
+              "comment": "Strobe (Slow to Fast)"
             }
           ]
         },
-        "Color Presets": {
+        "Preset colors": {
+          "defaultValue": 0,
           "capabilities": [
             {
               "dmxRange": [0, 9],
               "type": "NoFunction"
             },
             {
               "dmxRange": [10, 19],
               "type": "ColorPreset",
-              "comment": "Red"
+              "comment": "Red",
+              "colors": ["#ff0000"]
             },
             {
               "dmxRange": [20, 29],
               "type": "ColorPreset",
-              "comment": "Green"
+              "comment": "Green",
+              "colors": ["#00fe00"]
             },
             {
               "dmxRange": [30, 39],
               "type": "ColorPreset",
-              "comment": "Blue"
+              "comment": "Blue",
+              "colors": ["#0000fe"]
             },
             {
               "dmxRange": [40, 49],
               "type": "ColorPreset",
-              "comment": "Warm White"
+              "comment": "Warm white",
+              "colors": ["#fefec8"]
             },
             {
               "dmxRange": [50, 59],
               "type": "ColorPreset",
-              "comment": "Yellow"
+              "comment": "Yellow",
+              "colors": ["#fefe00"]
             },
             {
               "dmxRange": [60, 69],
               "type": "ColorPreset",
-              "comment": "Magenta"
+              "comment": "Magenta",
+              "colors": ["#fe00fe"]
             },
             {
               "dmxRange": [70, 79],
               "type": "ColorPreset",
-              "comment": "Cyan"
+              "comment": "Cyan",
+              "colors": ["#00fefe"]
             },
             {
               "dmxRange": [80, 89],
               "type": "ColorPreset",
-              "comment": "Dark Orange"
+              "comment": "Dark Orange",
+              "colors": ["#c86400"]
             },
             {
               "dmxRange": [90, 99],
               "type": "ColorPreset",
-              "comment": "Green yellow"
+              "comment": "Green Yellow",
+              "colors": ["#7fff00"]
             },
             {
               "dmxRange": [100, 109],
               "type": "ColorPreset",
-              "comment": "Salmon"
+              "comment": "Salmon",
+              "colors": ["#fe9678"]
             },
             {
               "dmxRange": [110, 119],
               "type": "ColorPreset",
-              "comment": "Turquoise"
+              "comment": "Turquoise",
+              "colors": ["#008ca0"]
             },
             {
               "dmxRange": [120, 129],
               "type": "ColorPreset",
-              "comment": "Light green"
+              "comment": "Light Green",
+              "colors": ["#64ff64"]
             },
             {
               "dmxRange": [130, 139],
               "type": "ColorPreset",
-              "comment": "Orange"
+              "comment": "Orange",
+              "colors": ["#fe7f00"]
             },
             {
               "dmxRange": [140, 149],
               "type": "ColorPreset",
-              "comment": "Straw"
+              "comment": "Straw",
+              "colors": ["#bfa849"]
             },
             {
               "dmxRange": [150, 159],
               "type": "ColorPreset",
-              "comment": "Lavender"
+              "comment": "Lavender",
+              "colors": ["#9e7cc7"]
             },
             {
               "dmxRange": [160, 169],
               "type": "ColorPreset",
-              "comment": "Light blue"
+              "comment": "Light Blue",
+              "colors": ["#68badd"]
             },
             {
               "dmxRange": [170, 179],
               "type": "ColorPreset",
-              "comment": "Dark blue"
+              "comment": "Dark Blue",
+              "colors": ["#00098f"]
             },
             {
               "dmxRange": [180, 189],
               "type": "ColorPreset",
-              "comment": "Pink"
+              "comment": "Pink",
+              "colors": ["#ff5bcb"]
             },
             {
               "dmxRange": [190, 255],
               "type": "ColorPreset",
-              "comment": "Full on"
+              "comment": "Full On",
+              "colors": ["#ffffff"]
             }
           ]
         },
-        "Internal Programs": {
+        "Internal programs": {
+          "defaultValue": 0,
           "capabilities": [
             {
               "dmxRange": [0, 9],
               "type": "NoFunction"
             },
             {
               "dmxRange": [10, 19],
               "type": "Effect",
-              "effectName": "Auto program 1"
+              "effectName": "Auto Program 1"
             },
             {
               "dmxRange": [20, 29],
               "type": "Effect",
-              "effectName": "Auto program 2"
+              "effectName": "Auto Program 2"
             },
             {
               "dmxRange": [30, 39],
               "type": "Effect",
-              "effectName": "Auto program 3"
+              "effectName": "Auto Program 3"
             },
             {
               "dmxRange": [40, 49],
               "type": "Effect",
-              "effectName": "Auto program 4"
+              "effectName": "Auto Program 4"
             },
             {
               "dmxRange": [50, 59],
               "type": "Effect",
-              "effectName": "Auto program 5"
+              "effectName": "Auto Program 5"
             },
             {
               "dmxRange": [60, 69],
               "type": "Effect",
-              "effectName": "Auto program 6"
+              "effectName": "Auto Program 6"
             },
             {
               "dmxRange": [70, 79],
               "type": "Effect",
-              "effectName": "Auto program 7"
+              "effectName": "Auto Program 7"
             },
             {
               "dmxRange": [80, 89],
               "type": "Effect",
-              "effectName": "Auto program 8"
+              "effectName": "Auto Program 8"
             },
             {
               "dmxRange": [90, 99],
               "type": "Effect",
-              "effectName": "Auto program 9"
+              "effectName": "Auto Program 9"
             },
             {
               "dmxRange": [100, 109],
               "type": "Effect",
-              "effectName": "Sound control program 1",
+              "effectName": "Sound Control Program 1",
               "soundControlled": true
             },
             {
               "dmxRange": [110, 119],
               "type": "Effect",
-              "effectName": "Sound control program 2",
+              "effectName": "Sound Control Program 2",
               "soundControlled": true
             },
             {
               "dmxRange": [120, 129],
               "type": "Effect",
-              "effectName": "Sound control program 3",
+              "effectName": "Sound Control Program 3",
               "soundControlled": true
             },
             {
               "dmxRange": [130, 139],
               "type": "Effect",
-              "effectName": "Sound control program 4",
+              "effectName": "Sound Control Program 4",
               "soundControlled": true
             },
             {
               "dmxRange": [140, 149],
               "type": "Effect",
-              "effectName": "Sound control program 5",
+              "effectName": "Sound Control Program 5",
               "soundControlled": true
             },
             {
               "dmxRange": [150, 159],
               "type": "Effect",
-              "effectName": "Sound control program 6",
+              "effectName": "Sound Control Program 6",
               "soundControlled": true
             },
             {
               "dmxRange": [160, 169],
               "type": "Effect",
-              "effectName": "Sound control program 7",
+              "effectName": "Sound Control Program 7",
               "soundControlled": true
             },
             {
               "dmxRange": [170, 179],
               "type": "Effect",
-              "effectName": "Sound control program 8",
+              "effectName": "Sound Control Program 8",
               "soundControlled": true
             },
             {
               "dmxRange": [180, 255],
               "type": "Effect",
-              "effectName": "Sound control program 9",
+              "effectName": "Sound Control Program 9",
               "soundControlled": true
             }
           ]
         },
-        "Program Speed": {
+        "Speed Internal programs": {
+          "defaultValue": 0,
           "capabilities": [
             {
               "type": "EffectSpeed",
               "speedStart": "slow",
-              "speedEnd": "fast"
+              "speedEnd": "fast",
+              "comment": "Speed internal programs, increasing"
             }
           ],
           "singleCapability": true
         },
-        "Strobe 2": {
-          "name": "Strobe",
+        "6ch function": {
+          "defaultValue": 0,
           "capabilities": [
             {
               "dmxRange": [0, 0],
               "type": "NoFunction"
             },
             {
               "dmxRange": [1, 5],
               "type": "Effect",
-              "effectName": "Music-controlled program",
-              "soundControlled": true,
-              "soundSensitivityStart": "low",
-              "soundSensitivityEnd": "high"
+              "effectName": "Sound Control",
+              "soundControlled": true
             },
             {
               "dmxRange": [6, 10],
               "type": "NoFunction"
@@ -335,57 +360,67 @@
               "dmxRange": [11, 255],
               "type": "ShutterStrobe",
               "shutterEffect": "Strobe",
               "speedStart": "slow",
-              "speedEnd": "fast"
+              "speedEnd": "fast",
+              "comment": "Strobe"
             }
           ]
         },
-        "Color Temperature": {
+        "Color temperature": {
+          "defaultValue": 0,
           "capabilities": [
             {
               "dmxRange": [0, 9],
               "type": "NoFunction"
             },
             {
               "dmxRange": [10, 39],
-              "type": "ColorTemperature",
-              "colorTemperature": 1800
+              "type": "ColorPreset",
+              "comment": "1800K",
+              "colors": ["#ff7e00"]
             },
             {
               "dmxRange": [40, 69],
-              "type": "ColorTemperature",
-              "colorTemperature": 2200
+              "type": "ColorPreset",
+              "comment": "2200K",
+              "colors": ["#ff932c"]
             },
             {
               "dmxRange": [70, 99],
-              "type": "ColorTemperature",
-              "colorTemperature": 2700
+              "type": "ColorPreset",
+              "comment": "2700K",
+              "colors": ["#ffa957"]
             },
             {
               "dmxRange": [100, 129],
-              "type": "ColorTemperature",
-              "colorTemperature": 3200
+              "type": "ColorPreset",
+              "comment": "3200K",
+              "colors": ["#ffbb78"]
             },
             {
               "dmxRange": [130, 159],
-              "type": "ColorTemperature",
-              "colorTemperature": 4300
+              "type": "ColorPreset",
+              "comment": "4300K",
+              "colors": ["#ffd7b1"]
             },
             {
               "dmxRange": [160, 189],
-              "type": "ColorTemperature",
-              "colorTemperature": 5600
+              "type": "ColorPreset",
+              "comment": "5600K",
+              "colors": ["#ffeee3"]
             },
             {
               "dmxRange": [190, 219],
-              "type": "ColorTemperature",
-              "colorTemperature": 6500
+              "type": "ColorPreset",
+              "comment": "6500K",
+              "colors": ["#fff9fd"]
             },
             {
               "dmxRange": [220, 255],
-              "type": "ColorTemperature",
-              "colorTemperature": 8000
+              "type": "ColorPreset",
+              "comment": "8000K",
+              "colors": ["#e3e9ff"]
             }
           ]
         }
       },
@@ -405,20 +440,20 @@
           "channels": [
             "Red",
             "Green",
             "Blue",
-            "Warm White"
+            "Warm white"
           ]
         },
         {
           "name": "5-channel",
           "shortName": "5ch",
           "channels": [
-            "Master Dimmer",
-            "Strobe",
-            "Color Presets",
-            "Internal Programs",
-            "Program Speed"
+            "Master dimmer",
+            "Strobe effect",
+            "Preset colors",
+            "Internal programs",
+            "Speed Internal programs"
           ]
         },
         {
           "name": "6-channel",
@@ -426,27 +461,27 @@
           "channels": [
             "Red",
             "Green",
             "Blue",
-            "Warm White",
-            "Master Dimmer",
-            "Strobe 2"
+            "Warm white",
+            "Master dimmer",
+            "6ch function"
           ]
         },
         {
           "name": "10-channel",
           "shortName": "10ch",
           "channels": [
-            "Master Dimmer",
-            "Strobe",
+            "Master dimmer",
+            "Strobe effect",
             "Red",
             "Green",
             "Blue",
-            "Warm White",
-            "Color Presets",
-            "Internal Programs",
-            "Program Speed",
-            "Color Temperature"
+            "Warm white",
+            "Preset colors",
+            "Internal programs",
+            "Speed Internal programs",
+            "Color temperature"
           ]
         }
       ],
       "fixtureKey": "led-theatre-cob-200-rgb-ww",
🆚 eurolite/led-theatre-cob-200-rgb-ww: color-chief
Changed outputted file eurolite_led-theatre-cob-200-rgb-ww_10ch.lib
--- removed
+++ added
@@ -1,2 +1,1 @@
-���������������=��========================��	
-����������������������������������������������������������������������������������������������������������������������������������������������������������
\ No newline at end of file
+���������������=��========================��	=����������������������������������������������������������������������������������������������������������������������������������������������������������
\ No newline at end of file
Changed outputted file eurolite_led-theatre-cob-200-rgb-ww_10ch.txt
--- removed
+++ added
@@ -1,12 +1,12 @@
 Red 1: Red
 Green 1: Green
 Blue 1: Blue
-White 1: Warm White
-Amber 1: Warm White
+White 1: Warm white
+Amber 1: Warm white
 UV 1: –
-Dimmer 1: Master Dimmer
-Shutter 1: Strobe
+Dimmer 1: Master dimmer
+Shutter 1: Strobe effect
 Red 2: –
 Green 2: –
 Blue 2: –
 White 2: –
@@ -29,8 +29,8 @@
 Amber 4: –
 UV 4: –
 Dimmer 4: –
 Shutter 4: –
-Color Wheel: Color Presets
-FP 1: Internal Programs
-FP 2: Program Speed
-FP 3: Color Temperature
\ No newline at end of file
+Color Wheel: Preset colors
+FP 1: Internal programs
+FP 2: Speed Internal programs
+FP 3: –
\ No newline at end of file
Changed outputted file eurolite_led-theatre-cob-200-rgb-ww_4ch.txt
--- removed
+++ added
@@ -1,9 +1,9 @@
 Red 1: Red
 Green 1: Green
 Blue 1: Blue
-White 1: Warm White
-Amber 1: Warm White
+White 1: Warm white
+Amber 1: Warm white
 UV 1: –
 Dimmer 1: –
 Shutter 1: –
 Red 2: –
Changed outputted file eurolite_led-theatre-cob-200-rgb-ww_5ch.txt
--- removed
+++ added
@@ -3,10 +3,10 @@
 Blue 1: –
 White 1: –
 Amber 1: –
 UV 1: –
-Dimmer 1: Master Dimmer
-Shutter 1: Strobe
+Dimmer 1: Master dimmer
+Shutter 1: Strobe effect
 Red 2: –
 Green 2: –
 Blue 2: –
 White 2: –
@@ -29,8 +29,8 @@
 Amber 4: –
 UV 4: –
 Dimmer 4: –
 Shutter 4: –
-Color Wheel: Color Presets
-FP 1: Internal Programs
-FP 2: Program Speed
+Color Wheel: Preset colors
+FP 1: Internal programs
+FP 2: Speed Internal programs
 FP 3: –
\ No newline at end of file
Changed outputted file eurolite_led-theatre-cob-200-rgb-ww_6ch.txt
--- removed
+++ added
@@ -1,11 +1,11 @@
 Red 1: Red
 Green 1: Green
 Blue 1: Blue
-White 1: Warm White
-Amber 1: Warm White
+White 1: Warm white
+Amber 1: Warm white
 UV 1: –
-Dimmer 1: Master Dimmer
+Dimmer 1: Master dimmer
 Shutter 1: –
 Red 2: –
 Green 2: –
 Blue 2: –
@@ -30,7 +30,7 @@
 UV 4: –
 Dimmer 4: –
 Shutter 4: –
 Color Wheel: –
-FP 1: Strobe
+FP 1: 6ch function
 FP 2: –
 FP 3: –
\ No newline at end of file
🆚 eurolite/led-theatre-cob-200-rgb-ww: colorsource
Changed outputted file userlib.jlib
--- removed
+++ added
@@ -8,9 +8,9 @@
       "hasIntensity": false,
       "manufacturerName": "Eurolite",
       "maxOffset": 2,
       "modeName": "3-channel",
-      "modelName": "LED Theatre COB 200 RGB+WW",
+      "modelName": "LED Theatre COB 200 RGB/WW",
       "parameters": [
         {
           "coarse": 0,
           "fadeWithIntensity": false,
@@ -76,9 +76,9 @@
       "hasIntensity": false,
       "manufacturerName": "Eurolite",
       "maxOffset": 3,
       "modeName": "4-channel",
-      "modelName": "LED Theatre COB 200 RGB+WW",
+      "modelName": "LED Theatre COB 200 RGB/WW",
       "parameters": [
         {
           "coarse": 0,
           "fadeWithIntensity": false,
@@ -163,17 +163,17 @@
       "hasIntensity": true,
       "manufacturerName": "Eurolite",
       "maxOffset": 4,
       "modeName": "5-channel",
-      "modelName": "LED Theatre COB 200 RGB+WW",
+      "modelName": "LED Theatre COB 200 RGB/WW",
       "parameters": [
         {
           "coarse": 0,
           "fadeWithIntensity": false,
           "highlight": 65535,
           "home": 0,
           "invert": false,
-          "name": "Master Dimmer",
+          "name": "Master dimmer",
           "ranges": [
             {
               "begin": 0,
               "default": 0,
@@ -190,21 +190,21 @@
           "fadeWithIntensity": false,
           "highlight": 65535,
           "home": 0,
           "invert": false,
-          "name": "Strobe",
+          "name": "Strobe effect",
           "ranges": [
             {
               "begin": 0,
               "default": 0,
               "end": 9,
-              "label": "Shutter open"
+              "label": "No function"
             },
             {
               "begin": 10,
               "default": 10,
               "end": 255,
-              "label": "Strobe slow…fast"
+              "label": "Strobe slow…fast (Strobe (Slow to Fast))"
             }
           ],
           "size": 8,
           "snap": true,
@@ -215,9 +215,9 @@
           "fadeWithIntensity": false,
           "highlight": 65535,
           "home": 0,
           "invert": false,
-          "name": "Color Presets",
+          "name": "Preset colors",
           "ranges": [
             {
               "begin": 0,
               "default": 0,
@@ -227,117 +227,212 @@
             {
               "begin": 10,
               "default": 10,
               "end": 19,
-              "label": "Red"
+              "label": "Red",
+              "media": {
+                "r": 255,
+                "g": 0,
+                "b": 0
+              }
             },
             {
               "begin": 20,
               "default": 20,
               "end": 29,
-              "label": "Green"
+              "label": "Green",
+              "media": {
+                "r": 0,
+                "g": 254,
+                "b": 0
+              }
             },
             {
               "begin": 30,
               "default": 30,
               "end": 39,
-              "label": "Blue"
+              "label": "Blue",
+              "media": {
+                "r": 0,
+                "g": 0,
+                "b": 254
+              }
             },
             {
               "begin": 40,
               "default": 40,
               "end": 49,
-              "label": "Warm White"
+              "label": "Warm white",
+              "media": {
+                "r": 254,
+                "g": 254,
+                "b": 200
+              }
             },
             {
               "begin": 50,
               "default": 50,
               "end": 59,
-              "label": "Yellow"
+              "label": "Yellow",
+              "media": {
+                "r": 254,
+                "g": 254,
+                "b": 0
+              }
             },
             {
               "begin": 60,
               "default": 60,
               "end": 69,
-              "label": "Magenta"
+              "label": "Magenta",
+              "media": {
+                "r": 254,
+                "g": 0,
+                "b": 254
+              }
             },
             {
               "begin": 70,
               "default": 70,
               "end": 79,
-              "label": "Cyan"
+              "label": "Cyan",
+              "media": {
+                "r": 0,
+                "g": 254,
+                "b": 254
+              }
             },
             {
               "begin": 80,
               "default": 80,
               "end": 89,
-              "label": "Dark Orange"
+              "label": "Dark Orange",
+              "media": {
+                "r": 200,
+                "g": 100,
+                "b": 0
+              }
             },
             {
               "begin": 90,
               "default": 90,
               "end": 99,
-              "label": "Green yellow"
+              "label": "Green Yellow",
+              "media": {
+                "r": 127,
+                "g": 255,
+                "b": 0
+              }
             },
             {
               "begin": 100,
               "default": 100,
               "end": 109,
-              "label": "Salmon"
+              "label": "Salmon",
+              "media": {
+                "r": 254,
+                "g": 150,
+                "b": 120
+              }
             },
             {
               "begin": 110,
               "default": 110,
               "end": 119,
-              "label": "Turquoise"
+              "label": "Turquoise",
+              "media": {
+                "r": 0,
+                "g": 140,
+                "b": 160
+              }
             },
             {
               "begin": 120,
               "default": 120,
               "end": 129,
-              "label": "Light green"
+              "label": "Light Green",
+              "media": {
+                "r": 100,
+                "g": 255,
+                "b": 100
+              }
             },
             {
               "begin": 130,
               "default": 130,
               "end": 139,
-              "label": "Orange"
+              "label": "Orange",
+              "media": {
+                "r": 254,
+                "g": 127,
+                "b": 0
+              }
             },
             {
               "begin": 140,
               "default": 140,
               "end": 149,
-              "label": "Straw"
+              "label": "Straw",
+              "media": {
+                "r": 191,
+                "g": 168,
+                "b": 73
+              }
             },
             {
               "begin": 150,
               "default": 150,
               "end": 159,
-              "label": "Lavender"
+              "label": "Lavender",
+              "media": {
+                "r": 158,
+                "g": 124,
+                "b": 199
+              }
             },
             {
               "begin": 160,
               "default": 160,
               "end": 169,
-              "label": "Light blue"
+              "label": "Light Blue",
+              "media": {
+                "r": 104,
+                "g": 186,
+                "b": 221
+              }
             },
             {
               "begin": 170,
               "default": 170,
               "end": 179,
-              "label": "Dark blue"
+              "label": "Dark Blue",
+              "media": {
+                "r": 0,
+                "g": 9,
+                "b": 143
+              }
             },
             {
               "begin": 180,
               "default": 180,
               "end": 189,
-              "label": "Pink"
+              "label": "Pink",
+              "media": {
+                "r": 255,
+                "g": 91,
+                "b": 203
+              }
             },
             {
               "begin": 190,
               "default": 190,
               "end": 255,
-              "label": "Full on"
+              "label": "Full On",
+              "media": {
+                "r": 255,
+                "g": 255,
+                "b": 255
+              }
             }
           ],
           "size": 8,
           "snap": true,
@@ -348,9 +443,9 @@
           "fadeWithIntensity": false,
           "highlight": 65535,
           "home": 0,
           "invert": false,
-          "name": "Internal Programs",
+          "name": "Internal programs",
           "ranges": [
             {
               "begin": 0,
               "default": 0,
@@ -360,111 +455,111 @@
             {
               "begin": 10,
               "default": 10,
               "end": 19,
-              "label": "Auto program 1"
+              "label": "Auto Program 1"
             },
             {
               "begin": 20,
               "default": 20,
               "end": 29,
-              "label": "Auto program 2"
+              "label": "Auto Program 2"
             },
             {
               "begin": 30,
               "default": 30,
               "end": 39,
-              "label": "Auto program 3"
+              "label": "Auto Program 3"
             },
             {
               "begin": 40,
               "default": 40,
               "end": 49,
-              "label": "Auto program 4"
+              "label": "Auto Program 4"
             },
             {
               "begin": 50,
               "default": 50,
               "end": 59,
-              "label": "Auto program 5"
+              "label": "Auto Program 5"
             },
             {
               "begin": 60,
               "default": 60,
               "end": 69,
-              "label": "Auto program 6"
+              "label": "Auto Program 6"
             },
             {
               "begin": 70,
               "default": 70,
               "end": 79,
-              "label": "Auto program 7"
+              "label": "Auto Program 7"
             },
             {
               "begin": 80,
               "default": 80,
               "end": 89,
-              "label": "Auto program 8"
+              "label": "Auto Program 8"
             },
             {
               "begin": 90,
               "default": 90,
               "end": 99,
-              "label": "Auto program 9"
+              "label": "Auto Program 9"
             },
             {
               "begin": 100,
               "default": 100,
               "end": 109,
-              "label": "Sound control program 1"
+              "label": "Sound Control Program 1"
             },
             {
               "begin": 110,
               "default": 110,
               "end": 119,
-              "label": "Sound control program 2"
+              "label": "Sound Control Program 2"
             },
             {
               "begin": 120,
               "default": 120,
               "end": 129,
-              "label": "Sound control program 3"
+              "label": "Sound Control Program 3"
             },
             {
               "begin": 130,
               "default": 130,
               "end": 139,
-              "label": "Sound control program 4"
+              "label": "Sound Control Program 4"
             },
             {
               "begin": 140,
               "default": 140,
               "end": 149,
-              "label": "Sound control program 5"
+              "label": "Sound Control Program 5"
             },
             {
               "begin": 150,
               "default": 150,
               "end": 159,
-              "label": "Sound control program 6"
+              "label": "Sound Control Program 6"
             },
             {
               "begin": 160,
               "default": 160,
               "end": 169,
-              "label": "Sound control program 7"
+              "label": "Sound Control Program 7"
             },
             {
               "begin": 170,
               "default": 170,
               "end": 179,
-              "label": "Sound control program 8"
+              "label": "Sound Control Program 8"
             },
             {
               "begin": 180,
               "default": 180,
               "end": 255,
-              "label": "Sound control program 9"
+              "label": "Sound Control Program 9"
             }
           ],
           "size": 8,
           "snap": true,
@@ -475,15 +570,15 @@
           "fadeWithIntensity": false,
           "highlight": 65535,
           "home": 0,
           "invert": false,
-          "name": "Program Speed",
+          "name": "Speed Internal programs",
           "ranges": [
             {
               "begin": 0,
               "default": 0,
               "end": 255,
-              "label": "Effect speed slow…fast"
+              "label": "Effect speed slow…fast (Speed internal programs, increasing)"
             }
           ],
           "size": 8,
           "snap": false,
@@ -497,9 +592,9 @@
       "hasIntensity": true,
       "manufacturerName": "Eurolite",
       "maxOffset": 5,
       "modeName": "6-channel",
-      "modelName": "LED Theatre COB 200 RGB+WW",
+      "modelName": "LED Theatre COB 200 RGB/WW",
       "parameters": [
         {
           "coarse": 0,
           "fadeWithIntensity": true,
@@ -581,9 +676,9 @@
           "fadeWithIntensity": false,
           "highlight": 65535,
           "home": 0,
           "invert": false,
-          "name": "Master Dimmer",
+          "name": "Master dimmer",
           "ranges": [
             {
               "begin": 0,
               "default": 0,
@@ -600,9 +695,9 @@
           "fadeWithIntensity": false,
           "highlight": 65535,
           "home": 0,
           "invert": false,
-          "name": "Strobe",
+          "name": "6ch function",
           "ranges": [
             {
               "begin": 0,
               "default": 0,
@@ -612,9 +707,9 @@
             {
               "begin": 1,
               "default": 1,
               "end": 5,
-              "label": "Music-controlled program (sound sensitivity low…high)"
+              "label": "Sound Control"
             },
             {
               "begin": 6,
               "default": 6,
@@ -624,9 +719,9 @@
             {
               "begin": 11,
               "default": 11,
               "end": 255,
-              "label": "Strobe slow…fast"
+              "label": "Strobe slow…fast (Strobe)"
             }
           ],
           "size": 8,
           "snap": true,
@@ -640,17 +735,17 @@
       "hasIntensity": true,
       "manufacturerName": "Eurolite",
       "maxOffset": 9,
       "modeName": "10-channel",
-      "modelName": "LED Theatre COB 200 RGB+WW",
+      "modelName": "LED Theatre COB 200 RGB/WW",
       "parameters": [
         {
           "coarse": 0,
           "fadeWithIntensity": false,
           "highlight": 65535,
           "home": 0,
           "invert": false,
-          "name": "Master Dimmer",
+          "name": "Master dimmer",
           "ranges": [
             {
               "begin": 0,
               "default": 0,
@@ -667,21 +762,21 @@
           "fadeWithIntensity": false,
           "highlight": 65535,
           "home": 0,
           "invert": false,
-          "name": "Strobe",
+          "name": "Strobe effect",
           "ranges": [
             {
               "begin": 0,
               "default": 0,
               "end": 9,
-              "label": "Shutter open"
+              "label": "No function"
             },
             {
               "begin": 10,
               "default": 10,
               "end": 255,
-              "label": "Strobe slow…fast"
+              "label": "Strobe slow…fast (Strobe (Slow to Fast))"
             }
           ],
           "size": 8,
           "snap": true,
@@ -768,9 +863,9 @@
           "fadeWithIntensity": false,
           "highlight": 65535,
           "home": 0,
           "invert": false,
-          "name": "Color Presets",
+          "name": "Preset colors",
           "ranges": [
             {
               "begin": 0,
               "default": 0,
@@ -780,117 +875,212 @@
             {
               "begin": 10,
               "default": 10,
               "end": 19,
-              "label": "Red"
+              "label": "Red",
+              "media": {
+                "r": 255,
+                "g": 0,
+                "b": 0
+              }
             },
             {
               "begin": 20,
               "default": 20,
               "end": 29,
-              "label": "Green"
+              "label": "Green",
+              "media": {
+                "r": 0,
+                "g": 254,
+                "b": 0
+              }
             },
             {
               "begin": 30,
               "default": 30,
               "end": 39,
-              "label": "Blue"
+              "label": "Blue",
+              "media": {
+                "r": 0,
+                "g": 0,
+                "b": 254
+              }
             },
             {
               "begin": 40,
               "default": 40,
               "end": 49,
-              "label": "Warm White"
+              "label": "Warm white",
+              "media": {
+                "r": 254,
+                "g": 254,
+                "b": 200
+              }
             },
             {
               "begin": 50,
               "default": 50,
               "end": 59,
-              "label": "Yellow"
+              "label": "Yellow",
+              "media": {
+                "r": 254,
+                "g": 254,
+                "b": 0
+              }
             },
             {
               "begin": 60,
               "default": 60,
               "end": 69,
-              "label": "Magenta"
+              "label": "Magenta",
+              "media": {
+                "r": 254,
+                "g": 0,
+                "b": 254
+              }
             },
             {
               "begin": 70,
               "default": 70,
               "end": 79,
-              "label": "Cyan"
+              "label": "Cyan",
+              "media": {
+                "r": 0,
+                "g": 254,
+                "b": 254
+              }
             },
             {
               "begin": 80,
               "default": 80,
               "end": 89,
-              "label": "Dark Orange"
+              "label": "Dark Orange",
+              "media": {
+                "r": 200,
+                "g": 100,
+                "b": 0
+              }
             },
             {
               "begin": 90,
               "default": 90,
               "end": 99,
-              "label": "Green yellow"
+              "label": "Green Yellow",
+              "media": {
+                "r": 127,
+                "g": 255,
+                "b": 0
+              }
             },
             {
               "begin": 100,
               "default": 100,
               "end": 109,
-              "label": "Salmon"
+              "label": "Salmon",
+              "media": {
+                "r": 254,
+                "g": 150,
+                "b": 120
+              }
             },
             {
               "begin": 110,
               "default": 110,
               "end": 119,
-              "label": "Turquoise"
+              "label": "Turquoise",
+              "media": {
+                "r": 0,
+                "g": 140,
+                "b": 160
+              }
             },
             {
               "begin": 120,
               "default": 120,
               "end": 129,
-              "label": "Light green"
+              "label": "Light Green",
+              "media": {
+                "r": 100,
+                "g": 255,
+                "b": 100
+              }
             },
             {
               "begin": 130,
               "default": 130,
               "end": 139,
-              "label": "Orange"
+              "label": "Orange",
+              "media": {
+                "r": 254,
+                "g": 127,
+                "b": 0
+              }
             },
             {
               "begin": 140,
               "default": 140,
               "end": 149,
-              "label": "Straw"
+              "label": "Straw",
+              "media": {
+                "r": 191,
+                "g": 168,
+                "b": 73
+              }
             },
             {
               "begin": 150,
               "default": 150,
               "end": 159,
-              "label": "Lavender"
+              "label": "Lavender",
+              "media": {
+                "r": 158,
+                "g": 124,
+                "b": 199
+              }
             },
             {
               "begin": 160,
               "default": 160,
               "end": 169,
-              "label": "Light blue"
+              "label": "Light Blue",
+              "media": {
+                "r": 104,
+                "g": 186,
+                "b": 221
+              }
             },
             {
               "begin": 170,
               "default": 170,
               "end": 179,
-              "label": "Dark blue"
+              "label": "Dark Blue",
+              "media": {
+                "r": 0,
+                "g": 9,
+                "b": 143
+              }
             },
             {
               "begin": 180,
               "default": 180,
               "end": 189,
-              "label": "Pink"
+              "label": "Pink",
+              "media": {
+                "r": 255,
+                "g": 91,
+                "b": 203
+              }
             },
             {
               "begin": 190,
               "default": 190,
               "end": 255,
-              "label": "Full on"
+              "label": "Full On",
+              "media": {
+                "r": 255,
+                "g": 255,
+                "b": 255
+              }
             }
           ],
           "size": 8,
           "snap": true,
@@ -901,9 +1091,9 @@
           "fadeWithIntensity": false,
           "highlight": 65535,
           "home": 0,
           "invert": false,
-          "name": "Internal Programs",
+          "name": "Internal programs",
           "ranges": [
             {
               "begin": 0,
               "default": 0,
@@ -913,111 +1103,111 @@
             {
               "begin": 10,
               "default": 10,
               "end": 19,
-              "label": "Auto program 1"
+              "label": "Auto Program 1"
             },
             {
               "begin": 20,
               "default": 20,
               "end": 29,
-              "label": "Auto program 2"
+              "label": "Auto Program 2"
             },
             {
               "begin": 30,
               "default": 30,
               "end": 39,
-              "label": "Auto program 3"
+              "label": "Auto Program 3"
             },
             {
               "begin": 40,
               "default": 40,
               "end": 49,
-              "label": "Auto program 4"
+              "label": "Auto Program 4"
             },
             {
               "begin": 50,
               "default": 50,
               "end": 59,
-              "label": "Auto program 5"
+              "label": "Auto Program 5"
             },
             {
               "begin": 60,
               "default": 60,
               "end": 69,
-              "label": "Auto program 6"
+              "label": "Auto Program 6"
             },
             {
               "begin": 70,
               "default": 70,
               "end": 79,
-              "label": "Auto program 7"
+              "label": "Auto Program 7"
             },
             {
               "begin": 80,
               "default": 80,
               "end": 89,
-              "label": "Auto program 8"
+              "label": "Auto Program 8"
             },
             {
               "begin": 90,
               "default": 90,
               "end": 99,
-              "label": "Auto program 9"
+              "label": "Auto Program 9"
             },
             {
               "begin": 100,
               "default": 100,
               "end": 109,
-              "label": "Sound control program 1"
+              "label": "Sound Control Program 1"
             },
             {
               "begin": 110,
               "default": 110,
               "end": 119,
-              "label": "Sound control program 2"
+              "label": "Sound Control Program 2"
             },
             {
               "begin": 120,
               "default": 120,
               "end": 129,
-              "label": "Sound control program 3"
+              "label": "Sound Control Program 3"
             },
             {
               "begin": 130,
               "default": 130,
               "end": 139,
-              "label": "Sound control program 4"
+              "label": "Sound Control Program 4"
             },
             {
               "begin": 140,
               "default": 140,
               "end": 149,
-              "label": "Sound control program 5"
+              "label": "Sound Control Program 5"
             },
             {
               "begin": 150,
               "default": 150,
               "end": 159,
-              "label": "Sound control program 6"
+              "label": "Sound Control Program 6"
             },
             {
               "begin": 160,
               "default": 160,
               "end": 169,
-              "label": "Sound control program 7"
+              "label": "Sound Control Program 7"
             },
             {
               "begin": 170,
               "default": 170,
               "end": 179,
-              "label": "Sound control program 8"
+              "label": "Sound Control Program 8"
             },
             {
               "begin": 180,
               "default": 180,
               "end": 255,
-              "label": "Sound control program 9"
+              "label": "Sound Control Program 9"
             }
           ],
           "size": 8,
           "snap": true,
@@ -1028,15 +1218,15 @@
           "fadeWithIntensity": false,
           "highlight": 65535,
           "home": 0,
           "invert": false,
-          "name": "Program Speed",
+          "name": "Speed Internal programs",
           "ranges": [
             {
               "begin": 0,
               "default": 0,
               "end": 255,
-              "label": "Effect speed slow…fast"
+              "label": "Effect speed slow…fast (Speed internal programs, increasing)"
             }
           ],
           "size": 8,
           "snap": false,
@@ -1047,9 +1237,9 @@
           "fadeWithIntensity": false,
           "highlight": 65535,
           "home": 0,
           "invert": false,
-          "name": "Color Temperature",
+          "name": "Color temperature",
           "ranges": [
             {
               "begin": 0,
               "default": 0,
@@ -1059,51 +1249,91 @@
             {
               "begin": 10,
               "default": 10,
               "end": 39,
-              "label": "Color temperature 1800K"
+              "label": "1800K",
+              "media": {
+                "r": 255,
+                "g": 126,
+                "b": 0
+              }
             },
             {
               "begin": 40,
               "default": 40,
               "end": 69,
-              "label": "Color temperature 2200K"
+              "label": "2200K",
+              "media": {
+                "r": 255,
+                "g": 147,
+                "b": 44
+              }
             },
             {
               "begin": 70,
               "default": 70,
               "end": 99,
-              "label": "Color temperature 2700K"
+              "label": "2700K",
+              "media": {
+                "r": 255,
+                "g": 169,
+                "b": 87
+              }
             },
             {
               "begin": 100,
               "default": 100,
               "end": 129,
-              "label": "Color temperature 3200K"
+              "label": "3200K",
+              "media": {
+                "r": 255,
+                "g": 187,
+                "b": 120
+              }
             },
             {
               "begin": 130,
               "default": 130,
               "end": 159,
-              "label": "Color temperature 4300K"
+              "label": "4300K",
+              "media": {
+                "r": 255,
+                "g": 215,
+                "b": 177
+              }
             },
             {
               "begin": 160,
               "default": 160,
               "end": 189,
-              "label": "Color temperature 5600K"
+              "label": "5600K",
+              "media": {
+                "r": 255,
+                "g": 238,
+                "b": 227
+              }
             },
             {
               "begin": 190,
               "default": 190,
               "end": 219,
-              "label": "Color temperature 6500K"
+              "label": "6500K",
+              "media": {
+                "r": 255,
+                "g": 249,
+                "b": 253
+              }
             },
             {
               "begin": 220,
               "default": 220,
               "end": 255,
-              "label": "Color temperature 8000K"
+              "label": "8000K",
+              "media": {
+                "r": 227,
+                "g": 233,
+                "b": 255
+              }
             }
           ],
           "size": 8,
           "snap": true,
🆚 eurolite/led-theatre-cob-200-rgb-ww: d-light
Changed outputted file eurolite/led-theatre-cob-200-rgb-ww-10ch.xml
--- removed
+++ added
@@ -2,10 +2,10 @@
 <Device>
   <OFL_Export id="dummy version by diff-plugin-outputs">https://open-fixture-library.org/eurolite/led-theatre-cob-200-rgb-ww</OFL_Export>
   <frames id="10"/>
   <ManufacturerName>Eurolite</ManufacturerName>
-  <ModelName>LED Theatre COB 200 RGB+WW (10-channel)</ModelName>
-  <creationDate>2024-11-25</creationDate>
+  <ModelName>LED Theatre COB 200 RGB/WW (10-channel)</ModelName>
+  <creationDate>2025-06-28</creationDate>
   <Attributes>
     <AttributesDefinition id="INTENSITY" length="1">
       <ThisAttribute id="0">
         <HOME id="0"/>
@@ -61,32 +61,32 @@
       </ThisAttribute>
       <ThisAttribute id="4">
         <HOME id="0"/>
         <addressIndex id="6"/>
-        <parameterName id="COLOUR_PRESETS"/>
+        <parameterName id="PRESET_COLOURS"/>
         <minLevel id="0"/>
         <maxLevel id="255"/>
         <Definitions index="20">
           <name min="0" max="9" snap="0" timeHolder="0" dummy="0">No function</name>
           <name min="10" max="19" snap="10" timeHolder="0" dummy="0">Red</name>
           <name min="20" max="29" snap="20" timeHolder="0" dummy="0">Green</name>
           <name min="30" max="39" snap="30" timeHolder="0" dummy="0">Blue</name>
-          <name min="40" max="49" snap="40" timeHolder="0" dummy="0">Warm White</name>
+          <name min="40" max="49" snap="40" timeHolder="0" dummy="0">Warm white</name>
           <name min="50" max="59" snap="50" timeHolder="0" dummy="0">Yellow</name>
           <name min="60" max="69" snap="60" timeHolder="0" dummy="0">Magenta</name>
           <name min="70" max="79" snap="70" timeHolder="0" dummy="0">Cyan</name>
           <name min="80" max="89" snap="80" timeHolder="0" dummy="0">Dark Orange</name>
-          <name min="90" max="99" snap="90" timeHolder="0" dummy="0">Green yellow</name>
+          <name min="90" max="99" snap="90" timeHolder="0" dummy="0">Green Yellow</name>
           <name min="100" max="109" snap="100" timeHolder="0" dummy="0">Salmon</name>
           <name min="110" max="119" snap="110" timeHolder="0" dummy="0">Turquoise</name>
-          <name min="120" max="129" snap="120" timeHolder="0" dummy="0">Light green</name>
+          <name min="120" max="129" snap="120" timeHolder="0" dummy="0">Light Green</name>
           <name min="130" max="139" snap="130" timeHolder="0" dummy="0">Orange</name>
           <name min="140" max="149" snap="140" timeHolder="0" dummy="0">Straw</name>
           <name min="150" max="159" snap="150" timeHolder="0" dummy="0">Lavender</name>
-          <name min="160" max="169" snap="160" timeHolder="0" dummy="0">Light blue</name>
-          <name min="170" max="179" snap="170" timeHolder="0" dummy="0">Dark blue</name>
+          <name min="160" max="169" snap="160" timeHolder="0" dummy="0">Light Blue</name>
+          <name min="170" max="179" snap="170" timeHolder="0" dummy="0">Dark Blue</name>
           <name min="180" max="189" snap="180" timeHolder="0" dummy="0">Pink</name>
-          <name min="190" max="255" snap="190" timeHolder="0" dummy="0">Full on</name>
+          <name min="190" max="255" snap="190" timeHolder="0" dummy="0">Full On</name>
         </Definitions>
       </ThisAttribute>
       <ThisAttribute id="5">
         <HOME id="0"/>
@@ -95,29 +95,29 @@
         <minLevel id="0"/>
         <maxLevel id="255"/>
         <Definitions index="9">
           <name min="0" max="9" snap="0" timeHolder="0" dummy="0">No function</name>
-          <name min="10" max="39" snap="10" timeHolder="0" dummy="0">Color temperature 1800K</name>
-          <name min="40" max="69" snap="40" timeHolder="0" dummy="0">Color temperature 2200K</name>
-          <name min="70" max="99" snap="70" timeHolder="0" dummy="0">Color temperature 2700K</name>
-          <name min="100" max="129" snap="100" timeHolder="0" dummy="0">Color temperature 3200K</name>
-          <name min="130" max="159" snap="130" timeHolder="0" dummy="0">Color temperature 4300K</name>
-          <name min="160" max="189" snap="160" timeHolder="0" dummy="0">Color temperature 5600K</name>
-          <name min="190" max="219" snap="190" timeHolder="0" dummy="0">Color temperature 6500K</name>
-          <name min="220" max="255" snap="220" timeHolder="0" dummy="0">Color temperature 8000K</name>
+          <name min="10" max="39" snap="10" timeHolder="0" dummy="0">1800K</name>
+          <name min="40" max="69" snap="40" timeHolder="0" dummy="0">2200K</name>
+          <name min="70" max="99" snap="70" timeHolder="0" dummy="0">2700K</name>
+          <name min="100" max="129" snap="100" timeHolder="0" dummy="0">3200K</name>
+          <name min="130" max="159" snap="130" timeHolder="0" dummy="0">4300K</name>
+          <name min="160" max="189" snap="160" timeHolder="0" dummy="0">5600K</name>
+          <name min="190" max="219" snap="190" timeHolder="0" dummy="0">6500K</name>
+          <name min="220" max="255" snap="220" timeHolder="0" dummy="0">8000K</name>
         </Definitions>
       </ThisAttribute>
     </AttributesDefinition>
     <AttributesDefinition id="EFFECT" length="3">
       <ThisAttribute id="0">
         <HOME id="0"/>
         <addressIndex id="1"/>
-        <parameterName id="STROBE"/>
+        <parameterName id="STROBE_EFFECT"/>
         <minLevel id="0"/>
         <maxLevel id="255"/>
         <Definitions index="2">
-          <name min="0" max="9" snap="0" timeHolder="0" dummy="0">Shutter open</name>
-          <name min="10" max="255" snap="10" timeHolder="0" dummy="0">Strobe slow…fast</name>
+          <name min="0" max="9" snap="0" timeHolder="0" dummy="0">No function</name>
+          <name min="10" max="255" snap="10" timeHolder="0" dummy="0">Strobe slow…fast (Strobe (Slow to Fast))</name>
         </Definitions>
       </ThisAttribute>
       <ThisAttribute id="1">
         <HOME id="0"/>
@@ -126,36 +126,36 @@
         <minLevel id="0"/>
         <maxLevel id="255"/>
         <Definitions index="19">
           <name min="0" max="9" snap="0" timeHolder="0" dummy="0">No function</name>
-          <name min="10" max="19" snap="10" timeHolder="0" dummy="0">Auto program 1</name>
-          <name min="20" max="29" snap="20" timeHolder="0" dummy="0">Auto program 2</name>
-          <name min="30" max="39" snap="30" timeHolder="0" dummy="0">Auto program 3</name>
-          <name min="40" max="49" snap="40" timeHolder="0" dummy="0">Auto program 4</name>
-          <name min="50" max="59" snap="50" timeHolder="0" dummy="0">Auto program 5</name>
-          <name min="60" max="69" snap="60" timeHolder="0" dummy="0">Auto program 6</name>
-          <name min="70" max="79" snap="70" timeHolder="0" dummy="0">Auto program 7</name>
-          <name min="80" max="89" snap="80" timeHolder="0" dummy="0">Auto program 8</name>
-          <name min="90" max="99" snap="90" timeHolder="0" dummy="0">Auto program 9</name>
-          <name min="100" max="109" snap="100" timeHolder="0" dummy="0">Sound control program 1</name>
-          <name min="110" max="119" snap="110" timeHolder="0" dummy="0">Sound control program 2</name>
-          <name min="120" max="129" snap="120" timeHolder="0" dummy="0">Sound control program 3</name>
-          <name min="130" max="139" snap="130" timeHolder="0" dummy="0">Sound control program 4</name>
-          <name min="140" max="149" snap="140" timeHolder="0" dummy="0">Sound control program 5</name>
-          <name min="150" max="159" snap="150" timeHolder="0" dummy="0">Sound control program 6</name>
-          <name min="160" max="169" snap="160" timeHolder="0" dummy="0">Sound control program 7</name>
-          <name min="170" max="179" snap="170" timeHolder="0" dummy="0">Sound control program 8</name>
-          <name min="180" max="255" snap="180" timeHolder="0" dummy="0">Sound control program 9</name>
+          <name min="10" max="19" snap="10" timeHolder="0" dummy="0">Auto Program 1</name>
+          <name min="20" max="29" snap="20" timeHolder="0" dummy="0">Auto Program 2</name>
+          <name min="30" max="39" snap="30" timeHolder="0" dummy="0">Auto Program 3</name>
+          <name min="40" max="49" snap="40" timeHolder="0" dummy="0">Auto Program 4</name>
+          <name min="50" max="59" snap="50" timeHolder="0" dummy="0">Auto Program 5</name>
+          <name min="60" max="69" snap="60" timeHolder="0" dummy="0">Auto Program 6</name>
+          <name min="70" max="79" snap="70" timeHolder="0" dummy="0">Auto Program 7</name>
+          <name min="80" max="89" snap="80" timeHolder="0" dummy="0">Auto Program 8</name>
+          <name min="90" max="99" snap="90" timeHolder="0" dummy="0">Auto Program 9</name>
+          <name min="100" max="109" snap="100" timeHolder="0" dummy="0">Sound Control Program 1</name>
+          <name min="110" max="119" snap="110" timeHolder="0" dummy="0">Sound Control Program 2</name>
+          <name min="120" max="129" snap="120" timeHolder="0" dummy="0">Sound Control Program 3</name>
+          <name min="130" max="139" snap="130" timeHolder="0" dummy="0">Sound Control Program 4</name>
+          <name min="140" max="149" snap="140" timeHolder="0" dummy="0">Sound Control Program 5</name>
+          <name min="150" max="159" snap="150" timeHolder="0" dummy="0">Sound Control Program 6</name>
+          <name min="160" max="169" snap="160" timeHolder="0" dummy="0">Sound Control Program 7</name>
+          <name min="170" max="179" snap="170" timeHolder="0" dummy="0">Sound Control Program 8</name>
+          <name min="180" max="255" snap="180" timeHolder="0" dummy="0">Sound Control Program 9</name>
         </Definitions>
       </ThisAttribute>
       <ThisAttribute id="2">
         <HOME id="0"/>
         <addressIndex id="8"/>
-        <parameterName id="PROGRAM_SPEED"/>
+        <parameterName id="SPEED_INTERNAL_PROGRAMS"/>
         <minLevel id="0"/>
         <maxLevel id="255"/>
         <Definitions index="1">
-          <name min="0" max="255" snap="0" timeHolder="0" dummy="0">Effect speed slow…fast</name>
+          <name min="0" max="255" snap="0" timeHolder="0" dummy="0">Effect speed slow…fast (Speed internal programs, increasing)</name>
         </Definitions>
       </ThisAttribute>
     </AttributesDefinition>
   </Attributes>
Changed outputted file eurolite/led-theatre-cob-200-rgb-ww-3ch.xml
--- removed
+++ added
@@ -2,10 +2,10 @@
 <Device>
   <OFL_Export id="dummy version by diff-plugin-outputs">https://open-fixture-library.org/eurolite/led-theatre-cob-200-rgb-ww</OFL_Export>
   <frames id="3"/>
   <ManufacturerName>Eurolite</ManufacturerName>
-  <ModelName>LED Theatre COB 200 RGB+WW (3-channel)</ModelName>
-  <creationDate>2024-11-25</creationDate>
+  <ModelName>LED Theatre COB 200 RGB/WW (3-channel)</ModelName>
+  <creationDate>2025-06-28</creationDate>
   <Attributes>
     <AttributesDefinition id="COLOUR" length="3">
       <ThisAttribute id="0">
         <HOME id="0"/>
Changed outputted file eurolite/led-theatre-cob-200-rgb-ww-4ch.xml
--- removed
+++ added
@@ -2,10 +2,10 @@
 <Device>
   <OFL_Export id="dummy version by diff-plugin-outputs">https://open-fixture-library.org/eurolite/led-theatre-cob-200-rgb-ww</OFL_Export>
   <frames id="4"/>
   <ManufacturerName>Eurolite</ManufacturerName>
-  <ModelName>LED Theatre COB 200 RGB+WW (4-channel)</ModelName>
-  <creationDate>2024-11-25</creationDate>
+  <ModelName>LED Theatre COB 200 RGB/WW (4-channel)</ModelName>
+  <creationDate>2025-06-28</creationDate>
   <Attributes>
     <AttributesDefinition id="COLOUR" length="4">
       <ThisAttribute id="0">
         <HOME id="0"/>
Changed outputted file eurolite/led-theatre-cob-200-rgb-ww-5ch.xml
--- removed
+++ added
@@ -2,10 +2,10 @@
 <Device>
   <OFL_Export id="dummy version by diff-plugin-outputs">https://open-fixture-library.org/eurolite/led-theatre-cob-200-rgb-ww</OFL_Export>
   <frames id="5"/>
   <ManufacturerName>Eurolite</ManufacturerName>
-  <ModelName>LED Theatre COB 200 RGB+WW (5-channel)</ModelName>
-  <creationDate>2024-11-25</creationDate>
+  <ModelName>LED Theatre COB 200 RGB/WW (5-channel)</ModelName>
+  <creationDate>2025-06-28</creationDate>
   <Attributes>
     <AttributesDefinition id="INTENSITY" length="1">
       <ThisAttribute id="0">
         <HOME id="0"/>
@@ -21,45 +21,45 @@
     <AttributesDefinition id="COLOUR" length="1">
       <ThisAttribute id="0">
         <HOME id="0"/>
         <addressIndex id="2"/>
-        <parameterName id="COLOUR_PRESETS"/>
+        <parameterName id="PRESET_COLOURS"/>
         <minLevel id="0"/>
         <maxLevel id="255"/>
         <Definitions index="20">
           <name min="0" max="9" snap="0" timeHolder="0" dummy="0">No function</name>
           <name min="10" max="19" snap="10" timeHolder="0" dummy="0">Red</name>
           <name min="20" max="29" snap="20" timeHolder="0" dummy="0">Green</name>
           <name min="30" max="39" snap="30" timeHolder="0" dummy="0">Blue</name>
-          <name min="40" max="49" snap="40" timeHolder="0" dummy="0">Warm White</name>
+          <name min="40" max="49" snap="40" timeHolder="0" dummy="0">Warm white</name>
           <name min="50" max="59" snap="50" timeHolder="0" dummy="0">Yellow</name>
           <name min="60" max="69" snap="60" timeHolder="0" dummy="0">Magenta</name>
           <name min="70" max="79" snap="70" timeHolder="0" dummy="0">Cyan</name>
           <name min="80" max="89" snap="80" timeHolder="0" dummy="0">Dark Orange</name>
-          <name min="90" max="99" snap="90" timeHolder="0" dummy="0">Green yellow</name>
+          <name min="90" max="99" snap="90" timeHolder="0" dummy="0">Green Yellow</name>
           <name min="100" max="109" snap="100" timeHolder="0" dummy="0">Salmon</name>
           <name min="110" max="119" snap="110" timeHolder="0" dummy="0">Turquoise</name>
-          <name min="120" max="129" snap="120" timeHolder="0" dummy="0">Light green</name>
+          <name min="120" max="129" snap="120" timeHolder="0" dummy="0">Light Green</name>
           <name min="130" max="139" snap="130" timeHolder="0" dummy="0">Orange</name>
           <name min="140" max="149" snap="140" timeHolder="0" dummy="0">Straw</name>
           <name min="150" max="159" snap="150" timeHolder="0" dummy="0">Lavender</name>
-          <name min="160" max="169" snap="160" timeHolder="0" dummy="0">Light blue</name>
-          <name min="170" max="179" snap="170" timeHolder="0" dummy="0">Dark blue</name>
+          <name min="160" max="169" snap="160" timeHolder="0" dummy="0">Light Blue</name>
+          <name min="170" max="179" snap="170" timeHolder="0" dummy="0">Dark Blue</name>
           <name min="180" max="189" snap="180" timeHolder="0" dummy="0">Pink</name>
-          <name min="190" max="255" snap="190" timeHolder="0" dummy="0">Full on</name>
+          <name min="190" max="255" snap="190" timeHolder="0" dummy="0">Full On</name>
         </Definitions>
       </ThisAttribute>
     </AttributesDefinition>
     <AttributesDefinition id="EFFECT" length="3">
       <ThisAttribute id="0">
         <HOME id="0"/>
         <addressIndex id="1"/>
-        <parameterName id="STROBE"/>
+        <parameterName id="STROBE_EFFECT"/>
         <minLevel id="0"/>
         <maxLevel id="255"/>
         <Definitions index="2">
-          <name min="0" max="9" snap="0" timeHolder="0" dummy="0">Shutter open</name>
-          <name min="10" max="255" snap="10" timeHolder="0" dummy="0">Strobe slow…fast</name>
+          <name min="0" max="9" snap="0" timeHolder="0" dummy="0">No function</name>
+          <name min="10" max="255" snap="10" timeHolder="0" dummy="0">Strobe slow…fast (Strobe (Slow to Fast))</name>
         </Definitions>
       </ThisAttribute>
       <ThisAttribute id="1">
         <HOME id="0"/>
@@ -68,36 +68,36 @@
         <minLevel id="0"/>
         <maxLevel id="255"/>
         <Definitions index="19">
           <name min="0" max="9" snap="0" timeHolder="0" dummy="0">No function</name>
-          <name min="10" max="19" snap="10" timeHolder="0" dummy="0">Auto program 1</name>
-          <name min="20" max="29" snap="20" timeHolder="0" dummy="0">Auto program 2</name>
-          <name min="30" max="39" snap="30" timeHolder="0" dummy="0">Auto program 3</name>
-          <name min="40" max="49" snap="40" timeHolder="0" dummy="0">Auto program 4</name>
-          <name min="50" max="59" snap="50" timeHolder="0" dummy="0">Auto program 5</name>
-          <name min="60" max="69" snap="60" timeHolder="0" dummy="0">Auto program 6</name>
-          <name min="70" max="79" snap="70" timeHolder="0" dummy="0">Auto program 7</name>
-          <name min="80" max="89" snap="80" timeHolder="0" dummy="0">Auto program 8</name>
-          <name min="90" max="99" snap="90" timeHolder="0" dummy="0">Auto program 9</name>
-          <name min="100" max="109" snap="100" timeHolder="0" dummy="0">Sound control program 1</name>
-          <name min="110" max="119" snap="110" timeHolder="0" dummy="0">Sound control program 2</name>
-          <name min="120" max="129" snap="120" timeHolder="0" dummy="0">Sound control program 3</name>
-          <name min="130" max="139" snap="130" timeHolder="0" dummy="0">Sound control program 4</name>
-          <name min="140" max="149" snap="140" timeHolder="0" dummy="0">Sound control program 5</name>
-          <name min="150" max="159" snap="150" timeHolder="0" dummy="0">Sound control program 6</name>
-          <name min="160" max="169" snap="160" timeHolder="0" dummy="0">Sound control program 7</name>
-          <name min="170" max="179" snap="170" timeHolder="0" dummy="0">Sound control program 8</name>
-          <name min="180" max="255" snap="180" timeHolder="0" dummy="0">Sound control program 9</name>
+          <name min="10" max="19" snap="10" timeHolder="0" dummy="0">Auto Program 1</name>
+          <name min="20" max="29" snap="20" timeHolder="0" dummy="0">Auto Program 2</name>
+          <name min="30" max="39" snap="30" timeHolder="0" dummy="0">Auto Program 3</name>
+          <name min="40" max="49" snap="40" timeHolder="0" dummy="0">Auto Program 4</name>
+          <name min="50" max="59" snap="50" timeHolder="0" dummy="0">Auto Program 5</name>
+          <name min="60" max="69" snap="60" timeHolder="0" dummy="0">Auto Program 6</name>
+          <name min="70" max="79" snap="70" timeHolder="0" dummy="0">Auto Program 7</name>
+          <name min="80" max="89" snap="80" timeHolder="0" dummy="0">Auto Program 8</name>
+          <name min="90" max="99" snap="90" timeHolder="0" dummy="0">Auto Program 9</name>
+          <name min="100" max="109" snap="100" timeHolder="0" dummy="0">Sound Control Program 1</name>
+          <name min="110" max="119" snap="110" timeHolder="0" dummy="0">Sound Control Program 2</name>
+          <name min="120" max="129" snap="120" timeHolder="0" dummy="0">Sound Control Program 3</name>
+          <name min="130" max="139" snap="130" timeHolder="0" dummy="0">Sound Control Program 4</name>
+          <name min="140" max="149" snap="140" timeHolder="0" dummy="0">Sound Control Program 5</name>
+          <name min="150" max="159" snap="150" timeHolder="0" dummy="0">Sound Control Program 6</name>
+          <name min="160" max="169" snap="160" timeHolder="0" dummy="0">Sound Control Program 7</name>
+          <name min="170" max="179" snap="170" timeHolder="0" dummy="0">Sound Control Program 8</name>
+          <name min="180" max="255" snap="180" timeHolder="0" dummy="0">Sound Control Program 9</name>
         </Definitions>
       </ThisAttribute>
       <ThisAttribute id="2">
         <HOME id="0"/>
         <addressIndex id="4"/>
-        <parameterName id="PROGRAM_SPEED"/>
+        <parameterName id="SPEED_INTERNAL_PROGRAMS"/>
         <minLevel id="0"/>
         <maxLevel id="255"/>
         <Definitions index="1">
-          <name min="0" max="255" snap="0" timeHolder="0" dummy="0">Effect speed slow…fast</name>
+          <name min="0" max="255" snap="0" timeHolder="0" dummy="0">Effect speed slow…fast (Speed internal programs, increasing)</name>
         </Definitions>
       </ThisAttribute>
     </AttributesDefinition>
   </Attributes>
Changed outputted file eurolite/led-theatre-cob-200-rgb-ww-6ch.xml
--- removed
+++ added
@@ -2,10 +2,10 @@
 <Device>
   <OFL_Export id="dummy version by diff-plugin-outputs">https://open-fixture-library.org/eurolite/led-theatre-cob-200-rgb-ww</OFL_Export>
   <frames id="6"/>
   <ManufacturerName>Eurolite</ManufacturerName>
-  <ModelName>LED Theatre COB 200 RGB+WW (6-channel)</ModelName>
-  <creationDate>2024-11-25</creationDate>
+  <ModelName>LED Theatre COB 200 RGB/WW (6-channel)</ModelName>
+  <creationDate>2025-06-28</creationDate>
   <Attributes>
     <AttributesDefinition id="INTENSITY" length="1">
       <ThisAttribute id="0">
         <HOME id="0"/>
@@ -63,16 +63,16 @@
     <AttributesDefinition id="EFFECT" length="1">
       <ThisAttribute id="0">
         <HOME id="0"/>
         <addressIndex id="5"/>
-        <parameterName id="STROBE_2"/>
+        <parameterName id="6CH_FUNCTION"/>
         <minLevel id="0"/>
         <maxLevel id="255"/>
         <Definitions index="4">
           <name min="0" max="0" snap="0" timeHolder="0" dummy="0">No function</name>
-          <name min="1" max="5" snap="1" timeHolder="0" dummy="0">Music-controlled program (sound sensitivity low…high)</name>
+          <name min="1" max="5" snap="1" timeHolder="0" dummy="0">Sound Control</name>
           <name min="6" max="10" snap="6" timeHolder="0" dummy="0">No function</name>
-          <name min="11" max="255" snap="11" timeHolder="0" dummy="0">Strobe slow…fast</name>
+          <name min="11" max="255" snap="11" timeHolder="0" dummy="0">Strobe slow…fast (Strobe)</name>
         </Definitions>
       </ThisAttribute>
     </AttributesDefinition>
   </Attributes>
🆚 eurolite/led-theatre-cob-200-rgb-ww: dmxcontrol3
Changed outputted file eurolite-led-theatre-cob-200-rgb-ww-10ch.xml
--- removed
+++ added
@@ -1,85 +1,83 @@
 <?xml version="1.0" encoding="utf-8"?>
 <device type="DMXDevice" dmxaddresscount="10" dmxcversion="3" ddfversion="dummy version by diff-plugin-outputs">
   <information>
-    <model>LED Theatre COB 200 RGB+WW</model>
+    <model>LED Theatre COB 200 RGB/WW</model>
     <vendor>Eurolite</vendor>
-    <author>Benjamin Blaikner / Theater der Mitte</author>
+    <author>diam0ndkiller</author>
     <mode>10-channel</mode>
   </information>
   <functions>
-    <dimmer name="Master Dimmer" dmxchannel="0"/>
-    <rawstep name="Strobe" dmxchannel="1">
-      <step mindmx="0" maxdmx="9" caption="Shutter open"/>
-    </rawstep>
-    <strobe name="Strobe" dmxchannel="1">
+    <dimmer name="Master dimmer" dmxchannel="0"/>
+    <strobe name="Strobe effect" dmxchannel="1">
+      <step mindmx="0" maxdmx="9" type="open"/>
       <range mindmx="10" maxdmx="255" minval="0.5" maxval="50" type="linear"/>
     </strobe>
     <rgb>
       <red name="Red" dmxchannel="2"/>
       <green name="Green" dmxchannel="3"/>
       <blue name="Blue" dmxchannel="4"/>
-      <white name="Warm White" dmxchannel="5"/>
+      <white name="Warm white" dmxchannel="5"/>
     </rgb>
-    <rawstep name="Color Presets" dmxchannel="6">
+    <rawstep name="Preset colors" dmxchannel="6">
       <step mindmx="0" maxdmx="9" caption="No function"/>
     </rawstep>
-    <colorwheel name="Color Presets" dmxchannel="6">
-      <step type="color" val="#999999" mindmx="10" maxdmx="19" caption="Red"/>
-      <step type="color" val="#989898" mindmx="20" maxdmx="29" caption="Green"/>
-      <step type="color" val="#979797" mindmx="30" maxdmx="39" caption="Blue"/>
-      <step type="color" val="#969696" mindmx="40" maxdmx="49" caption="Warm White"/>
-      <step type="color" val="#959595" mindmx="50" maxdmx="59" caption="Yellow"/>
-      <step type="color" val="#949494" mindmx="60" maxdmx="69" caption="Magenta"/>
-      <step type="color" val="#939393" mindmx="70" maxdmx="79" caption="Cyan"/>
-      <step type="color" val="#929292" mindmx="80" maxdmx="89" caption="Dark Orange"/>
-      <step type="color" val="#919191" mindmx="90" maxdmx="99" caption="Green yellow"/>
-      <step type="color" val="#909090" mindmx="100" maxdmx="109" caption="Salmon"/>
-      <step type="color" val="#8f8f8f" mindmx="110" maxdmx="119" caption="Turquoise"/>
-      <step type="color" val="#8e8e8e" mindmx="120" maxdmx="129" caption="Light green"/>
-      <step type="color" val="#8d8d8d" mindmx="130" maxdmx="139" caption="Orange"/>
-      <step type="color" val="#8c8c8c" mindmx="140" maxdmx="149" caption="Straw"/>
-      <step type="color" val="#8b8b8b" mindmx="150" maxdmx="159" caption="Lavender"/>
-      <step type="color" val="#8a8a8a" mindmx="160" maxdmx="169" caption="Light blue"/>
-      <step type="color" val="#898989" mindmx="170" maxdmx="179" caption="Dark blue"/>
-      <step type="color" val="#888888" mindmx="180" maxdmx="189" caption="Pink"/>
-      <step type="color" val="#878787" mindmx="190" maxdmx="255" caption="Full on"/>
+    <colorwheel name="Preset colors" dmxchannel="6">
+      <step type="color" val="#ff0000" mindmx="10" maxdmx="19" caption="Red"/>
+      <step type="color" val="#00fe00" mindmx="20" maxdmx="29" caption="Green"/>
+      <step type="color" val="#0000fe" mindmx="30" maxdmx="39" caption="Blue"/>
+      <step type="color" val="#fefec8" mindmx="40" maxdmx="49" caption="Warm white"/>
+      <step type="color" val="#fefe00" mindmx="50" maxdmx="59" caption="Yellow"/>
+      <step type="color" val="#fe00fe" mindmx="60" maxdmx="69" caption="Magenta"/>
+      <step type="color" val="#00fefe" mindmx="70" maxdmx="79" caption="Cyan"/>
+      <step type="color" val="#c86400" mindmx="80" maxdmx="89" caption="Dark Orange"/>
+      <step type="color" val="#7fff00" mindmx="90" maxdmx="99" caption="Green Yellow"/>
+      <step type="color" val="#fe9678" mindmx="100" maxdmx="109" caption="Salmon"/>
+      <step type="color" val="#008ca0" mindmx="110" maxdmx="119" caption="Turquoise"/>
+      <step type="color" val="#64ff64" mindmx="120" maxdmx="129" caption="Light Green"/>
+      <step type="color" val="#fe7f00" mindmx="130" maxdmx="139" caption="Orange"/>
+      <step type="color" val="#bfa849" mindmx="140" maxdmx="149" caption="Straw"/>
+      <step type="color" val="#9e7cc7" mindmx="150" maxdmx="159" caption="Lavender"/>
+      <step type="color" val="#68badd" mindmx="160" maxdmx="169" caption="Light Blue"/>
+      <step type="color" val="#00098f" mindmx="170" maxdmx="179" caption="Dark Blue"/>
+      <step type="color" val="#ff5bcb" mindmx="180" maxdmx="189" caption="Pink"/>
+      <step type="color" val="#ffffff" mindmx="190" maxdmx="255" caption="Full On"/>
     </colorwheel>
-    <rawstep name="Internal Programs" dmxchannel="7">
+    <rawstep name="Internal programs" dmxchannel="7">
       <step mindmx="0" maxdmx="9" caption="No function"/>
-      <step mindmx="10" maxdmx="19" caption="Auto program 1"/>
-      <step mindmx="20" maxdmx="29" caption="Auto program 2"/>
-      <step mindmx="30" maxdmx="39" caption="Auto program 3"/>
-      <step mindmx="40" maxdmx="49" caption="Auto program 4"/>
-      <step mindmx="50" maxdmx="59" caption="Auto program 5"/>
-      <step mindmx="60" maxdmx="69" caption="Auto program 6"/>
-      <step mindmx="70" maxdmx="79" caption="Auto program 7"/>
-      <step mindmx="80" maxdmx="89" caption="Auto program 8"/>
-      <step mindmx="90" maxdmx="99" caption="Auto program 9"/>
-      <step mindmx="100" maxdmx="109" caption="Sound control program 1"/>
-      <step mindmx="110" maxdmx="119" caption="Sound control program 2"/>
-      <step mindmx="120" maxdmx="129" caption="Sound control program 3"/>
-      <step mindmx="130" maxdmx="139" caption="Sound control program 4"/>
-      <step mindmx="140" maxdmx="149" caption="Sound control program 5"/>
-      <step mindmx="150" maxdmx="159" caption="Sound control program 6"/>
-      <step mindmx="160" maxdmx="169" caption="Sound control program 7"/>
-      <step mindmx="170" maxdmx="179" caption="Sound control program 8"/>
-      <step mindmx="180" maxdmx="255" caption="Sound control program 9"/>
+      <step mindmx="10" maxdmx="19" caption="Auto Program 1"/>
+      <step mindmx="20" maxdmx="29" caption="Auto Program 2"/>
+      <step mindmx="30" maxdmx="39" caption="Auto Program 3"/>
+      <step mindmx="40" maxdmx="49" caption="Auto Program 4"/>
+      <step mindmx="50" maxdmx="59" caption="Auto Program 5"/>
+      <step mindmx="60" maxdmx="69" caption="Auto Program 6"/>
+      <step mindmx="70" maxdmx="79" caption="Auto Program 7"/>
+      <step mindmx="80" maxdmx="89" caption="Auto Program 8"/>
+      <step mindmx="90" maxdmx="99" caption="Auto Program 9"/>
+      <step mindmx="100" maxdmx="109" caption="Sound Control Program 1"/>
+      <step mindmx="110" maxdmx="119" caption="Sound Control Program 2"/>
+      <step mindmx="120" maxdmx="129" caption="Sound Control Program 3"/>
+      <step mindmx="130" maxdmx="139" caption="Sound Control Program 4"/>
+      <step mindmx="140" maxdmx="149" caption="Sound Control Program 5"/>
+      <step mindmx="150" maxdmx="159" caption="Sound Control Program 6"/>
+      <step mindmx="160" maxdmx="169" caption="Sound Control Program 7"/>
+      <step mindmx="170" maxdmx="179" caption="Sound Control Program 8"/>
+      <step mindmx="180" maxdmx="255" caption="Sound Control Program 9"/>
     </rawstep>
-    <raw name="Program Speed" dmxchannel="8">
-      <range mindmx="0" maxdmx="255" minval="1" maxval="100" caption="Effect speed slow…fast" type="linear"/>
+    <raw name="Speed Internal programs" dmxchannel="8">
+      <range mindmx="0" maxdmx="255" minval="1" maxval="100" caption="Effect speed slow…fast (Speed internal programs, increasing)" type="linear"/>
     </raw>
-    <rawstep name="Color Temperature" dmxchannel="9">
+    <rawstep name="Color temperature" dmxchannel="9">
       <step mindmx="0" maxdmx="9" caption="No function"/>
     </rawstep>
-    <colortemp name="Color Temperature" dmxchannel="9">
-      <step mindmx="10" maxdmx="39" val="1800" type="linear"/>
-      <step mindmx="40" maxdmx="69" val="2200" type="linear"/>
-      <step mindmx="70" maxdmx="99" val="2700" type="linear"/>
-      <step mindmx="100" maxdmx="129" val="3200" type="linear"/>
-      <step mindmx="130" maxdmx="159" val="4300" type="linear"/>
-      <step mindmx="160" maxdmx="189" val="5600" type="linear"/>
-      <step mindmx="190" maxdmx="219" val="6500" type="linear"/>
-      <step mindmx="220" maxdmx="255" val="8000" type="linear"/>
-    </colortemp>
+    <colorwheel name="Color temperature" dmxchannel="9">
+      <step type="color" val="#ff7e00" mindmx="10" maxdmx="39" caption="1800K"/>
+      <step type="color" val="#ff932c" mindmx="40" maxdmx="69" caption="2200K"/>
+      <step type="color" val="#ffa957" mindmx="70" maxdmx="99" caption="2700K"/>
+      <step type="color" val="#ffbb78" mindmx="100" maxdmx="129" caption="3200K"/>
+      <step type="color" val="#ffd7b1" mindmx="130" maxdmx="159" caption="4300K"/>
+      <step type="color" val="#ffeee3" mindmx="160" maxdmx="189" caption="5600K"/>
+      <step type="color" val="#fff9fd" mindmx="190" maxdmx="219" caption="6500K"/>
+      <step type="color" val="#e3e9ff" mindmx="220" maxdmx="255" caption="8000K"/>
+    </colorwheel>
   </functions>
 </device>
\ No newline at end of file
Changed outputted file eurolite-led-theatre-cob-200-rgb-ww-3ch.xml
--- removed
+++ added
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="utf-8"?>
 <device type="DMXDevice" dmxaddresscount="3" dmxcversion="3" ddfversion="dummy version by diff-plugin-outputs">
   <information>
-    <model>LED Theatre COB 200 RGB+WW</model>
+    <model>LED Theatre COB 200 RGB/WW</model>
     <vendor>Eurolite</vendor>
-    <author>Benjamin Blaikner / Theater der Mitte</author>
+    <author>diam0ndkiller</author>
     <mode>3-channel</mode>
   </information>
   <functions>
     <rgb>
Changed outputted file eurolite-led-theatre-cob-200-rgb-ww-4ch.xml
--- removed
+++ added
@@ -1,17 +1,17 @@
 <?xml version="1.0" encoding="utf-8"?>
 <device type="DMXDevice" dmxaddresscount="4" dmxcversion="3" ddfversion="dummy version by diff-plugin-outputs">
   <information>
-    <model>LED Theatre COB 200 RGB+WW</model>
+    <model>LED Theatre COB 200 RGB/WW</model>
     <vendor>Eurolite</vendor>
-    <author>Benjamin Blaikner / Theater der Mitte</author>
+    <author>diam0ndkiller</author>
     <mode>4-channel</mode>
   </information>
   <functions>
     <rgb>
       <red name="Red" dmxchannel="0"/>
       <green name="Green" dmxchannel="1"/>
       <blue name="Blue" dmxchannel="2"/>
-      <white name="Warm White" dmxchannel="3"/>
+      <white name="Warm white" dmxchannel="3"/>
     </rgb>
   </functions>
 </device>
\ No newline at end of file
Changed outputted file eurolite-led-theatre-cob-200-rgb-ww-5ch.xml
--- removed
+++ added
@@ -1,66 +1,64 @@
 <?xml version="1.0" encoding="utf-8"?>
 <device type="DMXDevice" dmxaddresscount="5" dmxcversion="3" ddfversion="dummy version by diff-plugin-outputs">
   <information>
-    <model>LED Theatre COB 200 RGB+WW</model>
+    <model>LED Theatre COB 200 RGB/WW</model>
     <vendor>Eurolite</vendor>
-    <author>Benjamin Blaikner / Theater der Mitte</author>
+    <author>diam0ndkiller</author>
     <mode>5-channel</mode>
   </information>
   <functions>
-    <dimmer name="Master Dimmer" dmxchannel="0"/>
-    <rawstep name="Strobe" dmxchannel="1">
-      <step mindmx="0" maxdmx="9" caption="Shutter open"/>
-    </rawstep>
-    <strobe name="Strobe" dmxchannel="1">
+    <dimmer name="Master dimmer" dmxchannel="0"/>
+    <strobe name="Strobe effect" dmxchannel="1">
+      <step mindmx="0" maxdmx="9" type="open"/>
       <range mindmx="10" maxdmx="255" minval="0.5" maxval="50" type="linear"/>
     </strobe>
-    <rawstep name="Color Presets" dmxchannel="2">
+    <rawstep name="Preset colors" dmxchannel="2">
       <step mindmx="0" maxdmx="9" caption="No function"/>
     </rawstep>
-    <colorwheel name="Color Presets" dmxchannel="2">
-      <step type="color" val="#999999" mindmx="10" maxdmx="19" caption="Red"/>
-      <step type="color" val="#989898" mindmx="20" maxdmx="29" caption="Green"/>
-      <step type="color" val="#979797" mindmx="30" maxdmx="39" caption="Blue"/>
-      <step type="color" val="#969696" mindmx="40" maxdmx="49" caption="Warm White"/>
-      <step type="color" val="#959595" mindmx="50" maxdmx="59" caption="Yellow"/>
-      <step type="color" val="#949494" mindmx="60" maxdmx="69" caption="Magenta"/>
-      <step type="color" val="#939393" mindmx="70" maxdmx="79" caption="Cyan"/>
-      <step type="color" val="#929292" mindmx="80" maxdmx="89" caption="Dark Orange"/>
-      <step type="color" val="#919191" mindmx="90" maxdmx="99" caption="Green yellow"/>
-      <step type="color" val="#909090" mindmx="100" maxdmx="109" caption="Salmon"/>
-      <step type="color" val="#8f8f8f" mindmx="110" maxdmx="119" caption="Turquoise"/>
-      <step type="color" val="#8e8e8e" mindmx="120" maxdmx="129" caption="Light green"/>
-      <step type="color" val="#8d8d8d" mindmx="130" maxdmx="139" caption="Orange"/>
-      <step type="color" val="#8c8c8c" mindmx="140" maxdmx="149" caption="Straw"/>
-      <step type="color" val="#8b8b8b" mindmx="150" maxdmx="159" caption="Lavender"/>
-      <step type="color" val="#8a8a8a" mindmx="160" maxdmx="169" caption="Light blue"/>
-      <step type="color" val="#898989" mindmx="170" maxdmx="179" caption="Dark blue"/>
-      <step type="color" val="#888888" mindmx="180" maxdmx="189" caption="Pink"/>
-      <step type="color" val="#878787" mindmx="190" maxdmx="255" caption="Full on"/>
+    <colorwheel name="Preset colors" dmxchannel="2">
+      <step type="color" val="#ff0000" mindmx="10" maxdmx="19" caption="Red"/>
+      <step type="color" val="#00fe00" mindmx="20" maxdmx="29" caption="Green"/>
+      <step type="color" val="#0000fe" mindmx="30" maxdmx="39" caption="Blue"/>
+      <step type="color" val="#fefec8" mindmx="40" maxdmx="49" caption="Warm white"/>
+      <step type="color" val="#fefe00" mindmx="50" maxdmx="59" caption="Yellow"/>
+      <step type="color" val="#fe00fe" mindmx="60" maxdmx="69" caption="Magenta"/>
+      <step type="color" val="#00fefe" mindmx="70" maxdmx="79" caption="Cyan"/>
+      <step type="color" val="#c86400" mindmx="80" maxdmx="89" caption="Dark Orange"/>
+      <step type="color" val="#7fff00" mindmx="90" maxdmx="99" caption="Green Yellow"/>
+      <step type="color" val="#fe9678" mindmx="100" maxdmx="109" caption="Salmon"/>
+      <step type="color" val="#008ca0" mindmx="110" maxdmx="119" caption="Turquoise"/>
+      <step type="color" val="#64ff64" mindmx="120" maxdmx="129" caption="Light Green"/>
+      <step type="color" val="#fe7f00" mindmx="130" maxdmx="139" caption="Orange"/>
+      <step type="color" val="#bfa849" mindmx="140" maxdmx="149" caption="Straw"/>
+      <step type="color" val="#9e7cc7" mindmx="150" maxdmx="159" caption="Lavender"/>
+      <step type="color" val="#68badd" mindmx="160" maxdmx="169" caption="Light Blue"/>
+      <step type="color" val="#00098f" mindmx="170" maxdmx="179" caption="Dark Blue"/>
+      <step type="color" val="#ff5bcb" mindmx="180" maxdmx="189" caption="Pink"/>
+      <step type="color" val="#ffffff" mindmx="190" maxdmx="255" caption="Full On"/>
     </colorwheel>
-    <rawstep name="Internal Programs" dmxchannel="3">
+    <rawstep name="Internal programs" dmxchannel="3">
       <step mindmx="0" maxdmx="9" caption="No function"/>
-      <step mindmx="10" maxdmx="19" caption="Auto program 1"/>
-      <step mindmx="20" maxdmx="29" caption="Auto program 2"/>
-      <step mindmx="30" maxdmx="39" caption="Auto program 3"/>
-      <step mindmx="40" maxdmx="49" caption="Auto program 4"/>
-      <step mindmx="50" maxdmx="59" caption="Auto program 5"/>
-      <step mindmx="60" maxdmx="69" caption="Auto program 6"/>
-      <step mindmx="70" maxdmx="79" caption="Auto program 7"/>
-      <step mindmx="80" maxdmx="89" caption="Auto program 8"/>
-      <step mindmx="90" maxdmx="99" caption="Auto program 9"/>
-      <step mindmx="100" maxdmx="109" caption="Sound control program 1"/>
-      <step mindmx="110" maxdmx="119" caption="Sound control program 2"/>
-      <step mindmx="120" maxdmx="129" caption="Sound control program 3"/>
-      <step mindmx="130" maxdmx="139" caption="Sound control program 4"/>
-      <step mindmx="140" maxdmx="149" caption="Sound control program 5"/>
-      <step mindmx="150" maxdmx="159" caption="Sound control program 6"/>
-      <step mindmx="160" maxdmx="169" caption="Sound control program 7"/>
-      <step mindmx="170" maxdmx="179" caption="Sound control program 8"/>
-      <step mindmx="180" maxdmx="255" caption="Sound control program 9"/>
+      <step mindmx="10" maxdmx="19" caption="Auto Program 1"/>
+      <step mindmx="20" maxdmx="29" caption="Auto Program 2"/>
+      <step mindmx="30" maxdmx="39" caption="Auto Program 3"/>
+      <step mindmx="40" maxdmx="49" caption="Auto Program 4"/>
+      <step mindmx="50" maxdmx="59" caption="Auto Program 5"/>
+      <step mindmx="60" maxdmx="69" caption="Auto Program 6"/>
+      <step mindmx="70" maxdmx="79" caption="Auto Program 7"/>
+      <step mindmx="80" maxdmx="89" caption="Auto Program 8"/>
+      <step mindmx="90" maxdmx="99" caption="Auto Program 9"/>
+      <step mindmx="100" maxdmx="109" caption="Sound Control Program 1"/>
+      <step mindmx="110" maxdmx="119" caption="Sound Control Program 2"/>
+      <step mindmx="120" maxdmx="129" caption="Sound Control Program 3"/>
+      <step mindmx="130" maxdmx="139" caption="Sound Control Program 4"/>
+      <step mindmx="140" maxdmx="149" caption="Sound Control Program 5"/>
+      <step mindmx="150" maxdmx="159" caption="Sound Control Program 6"/>
+      <step mindmx="160" maxdmx="169" caption="Sound Control Program 7"/>
+      <step mindmx="170" maxdmx="179" caption="Sound Control Program 8"/>
+      <step mindmx="180" maxdmx="255" caption="Sound Control Program 9"/>
     </rawstep>
-    <raw name="Program Speed" dmxchannel="4">
-      <range mindmx="0" maxdmx="255" minval="1" maxval="100" caption="Effect speed slow…fast" type="linear"/>
+    <raw name="Speed Internal programs" dmxchannel="4">
+      <range mindmx="0" maxdmx="255" minval="1" maxval="100" caption="Effect speed slow…fast (Speed internal programs, increasing)" type="linear"/>
     </raw>
   </functions>
 </device>
\ No newline at end of file
Changed outputted file eurolite-led-theatre-cob-200-rgb-ww-6ch.xml
--- removed
+++ added
@@ -1,28 +1,26 @@
 <?xml version="1.0" encoding="utf-8"?>
 <device type="DMXDevice" dmxaddresscount="6" dmxcversion="3" ddfversion="dummy version by diff-plugin-outputs">
   <information>
-    <model>LED Theatre COB 200 RGB+WW</model>
+    <model>LED Theatre COB 200 RGB/WW</model>
     <vendor>Eurolite</vendor>
-    <author>Benjamin Blaikner / Theater der Mitte</author>
+    <author>diam0ndkiller</author>
     <mode>6-channel</mode>
   </information>
   <functions>
     <rgb>
       <red name="Red" dmxchannel="0"/>
       <green name="Green" dmxchannel="1"/>
       <blue name="Blue" dmxchannel="2"/>
-      <white name="Warm White" dmxchannel="3"/>
+      <white name="Warm white" dmxchannel="3"/>
     </rgb>
-    <dimmer name="Master Dimmer" dmxchannel="4"/>
-    <rawstep name="Strobe" dmxchannel="5">
+    <dimmer name="Master dimmer" dmxchannel="4"/>
+    <rawstep name="6ch function" dmxchannel="5">
       <step mindmx="0" maxdmx="0" caption="No function"/>
+      <step mindmx="1" maxdmx="5" caption="Sound Control"/>
       <step mindmx="6" maxdmx="10" caption="No function"/>
     </rawstep>
-    <raw name="Strobe" dmxchannel="5">
-      <range mindmx="1" maxdmx="5" minval="1" maxval="100" caption="Music-controlled program (sound sensitivity low…high)" type="linear"/>
-    </raw>
-    <strobe name="Strobe" dmxchannel="5">
+    <strobe name="6ch function" dmxchannel="5">
       <range mindmx="11" maxdmx="255" minval="0.5" maxval="50" type="linear"/>
     </strobe>
   </functions>
 </device>
\ No newline at end of file
🆚 eurolite/led-theatre-cob-200-rgb-ww: dragonframe
Changed outputted file eurolite/led-theatre-cob-200-rgb-ww.json
--- removed
+++ added
@@ -1,311 +1,336 @@
 {
   "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/schema-12.2.1/schemas/fixture.json",
-  "name": "LED Theatre COB 200 RGB+WW",
-  "shortName": "LED THA COB 200",
+  "name": "LED Theatre COB 200 RGB/WW",
   "categories": ["Color Changer"],
   "meta": {
-    "authors": ["Benjamin Blaikner / Theater der Mitte"],
-    "createDate": "2024-11-25",
-    "lastModifyDate": "2024-11-25"
+    "authors": ["diam0ndkiller"],
+    "createDate": "2025-06-28",
+    "lastModifyDate": "2025-06-28",
+    "importPlugin": {
+      "plugin": "qlcplus_4.12.1",
+      "date": "2025-06-28",
+      "comment": "created by Q Light Controller Plus (version 4.12.7)"
+    }
   },
-  "links": {
-    "manual": [
-      "https://www.steinigke.at/download/41602038-Anleitung-131953-1.000-eurolite-led-theatre-cob-200-rgb+ww-de_en.pdf"
-    ],
-    "productPage": [
-      "https://www.steinigke.at/de/mpn41602038-eurolite-led-theatre-cob-200-rgb+ww.html"
-    ]
-  },
   "physical": {
-    "dimensions": [260, 380, 200],
+    "dimensions": [259, 376, 200],
     "weight": 4.11,
     "power": 140,
     "DMXconnector": "3-pin",
     "bulb": {
-      "type": "1 x COB (Chip-on-board) 4in1 QCL RGB/WW"
+      "type": "LED",
+      "colorTemperature": 1800,
+      "lumens": 14000
     },
     "lens": {
       "degreesMinMax": [17, 35]
     }
   },
   "availableChannels": {
     "Red": {
+      "defaultValue": 0,
       "capability": {
         "type": "ColorIntensity",
         "color": "Red"
       }
     },
     "Green": {
+      "defaultValue": 0,
       "capability": {
         "type": "ColorIntensity",
         "color": "Green"
       }
     },
     "Blue": {
+      "defaultValue": 0,
       "capability": {
         "type": "ColorIntensity",
         "color": "Blue"
       }
     },
-    "Warm White": {
+    "Warm white": {
+      "defaultValue": 0,
       "capability": {
         "type": "ColorIntensity",
         "color": "Warm White"
       }
     },
-    "Master Dimmer": {
+    "Master dimmer": {
+      "defaultValue": 0,
       "capability": {
         "type": "Intensity"
       }
     },
-    "Strobe": {
+    "Strobe effect": {
+      "defaultValue": 0,
       "capabilities": [
         {
           "dmxRange": [0, 9],
-          "type": "ShutterStrobe",
-          "shutterEffect": "Open"
+          "type": "NoFunction"
         },
         {
           "dmxRange": [10, 255],
           "type": "ShutterStrobe",
           "shutterEffect": "Strobe",
           "speedStart": "slow",
-          "speedEnd": "fast"
+          "speedEnd": "fast",
+          "comment": "Strobe (Slow to Fast)"
         }
       ]
     },
-    "Color Presets": {
+    "Preset colors": {
+      "defaultValue": 0,
       "capabilities": [
         {
           "dmxRange": [0, 9],
           "type": "NoFunction"
         },
         {
           "dmxRange": [10, 19],
           "type": "ColorPreset",
-          "comment": "Red"
+          "comment": "Red",
+          "colors": ["#ff0000"]
         },
         {
           "dmxRange": [20, 29],
           "type": "ColorPreset",
-          "comment": "Green"
+          "comment": "Green",
+          "colors": ["#00fe00"]
         },
         {
           "dmxRange": [30, 39],
           "type": "ColorPreset",
-          "comment": "Blue"
+          "comment": "Blue",
+          "colors": ["#0000fe"]
         },
         {
           "dmxRange": [40, 49],
           "type": "ColorPreset",
-          "comment": "Warm White"
+          "comment": "Warm white",
+          "colors": ["#fefec8"]
         },
         {
           "dmxRange": [50, 59],
           "type": "ColorPreset",
-          "comment": "Yellow"
+          "comment": "Yellow",
+          "colors": ["#fefe00"]
         },
         {
           "dmxRange": [60, 69],
           "type": "ColorPreset",
-          "comment": "Magenta"
+          "comment": "Magenta",
+          "colors": ["#fe00fe"]
         },
         {
           "dmxRange": [70, 79],
           "type": "ColorPreset",
-          "comment": "Cyan"
+          "comment": "Cyan",
+          "colors": ["#00fefe"]
         },
         {
           "dmxRange": [80, 89],
           "type": "ColorPreset",
-          "comment": "Dark Orange"
+          "comment": "Dark Orange",
+          "colors": ["#c86400"]
         },
         {
           "dmxRange": [90, 99],
           "type": "ColorPreset",
-          "comment": "Green yellow"
+          "comment": "Green Yellow",
+          "colors": ["#7fff00"]
         },
         {
           "dmxRange": [100, 109],
           "type": "ColorPreset",
-          "comment": "Salmon"
+          "comment": "Salmon",
+          "colors": ["#fe9678"]
         },
         {
           "dmxRange": [110, 119],
           "type": "ColorPreset",
-          "comment": "Turquoise"
+          "comment": "Turquoise",
+          "colors": ["#008ca0"]
         },
         {
           "dmxRange": [120, 129],
           "type": "ColorPreset",
-          "comment": "Light green"
+          "comment": "Light Green",
+          "colors": ["#64ff64"]
         },
         {
           "dmxRange": [130, 139],
           "type": "ColorPreset",
-          "comment": "Orange"
+          "comment": "Orange",
+          "colors": ["#fe7f00"]
         },
         {
           "dmxRange": [140, 149],
           "type": "ColorPreset",
-          "comment": "Straw"
+          "comment": "Straw",
+          "colors": ["#bfa849"]
         },
         {
           "dmxRange": [150, 159],
           "type": "ColorPreset",
-          "comment": "Lavender"
+          "comment": "Lavender",
+          "colors": ["#9e7cc7"]
         },
         {
           "dmxRange": [160, 169],
           "type": "ColorPreset",
-          "comment": "Light blue"
+          "comment": "Light Blue",
+          "colors": ["#68badd"]
         },
         {
           "dmxRange": [170, 179],
           "type": "ColorPreset",
-          "comment": "Dark blue"
+          "comment": "Dark Blue",
+          "colors": ["#00098f"]
         },
         {
           "dmxRange": [180, 189],
           "type": "ColorPreset",
-          "comment": "Pink"
+          "comment": "Pink",
+          "colors": ["#ff5bcb"]
         },
         {
           "dmxRange": [190, 255],
           "type": "ColorPreset",
-          "comment": "Full on"
+          "comment": "Full On",
+          "colors": ["#ffffff"]
         }
       ]
     },
-    "Internal Programs": {
+    "Internal programs": {
+      "defaultValue": 0,
       "capabilities": [
         {
           "dmxRange": [0, 9],
           "type": "NoFunction"
         },
         {
           "dmxRange": [10, 19],
           "type": "Effect",
-          "effectName": "Auto program 1"
+          "effectName": "Auto Program 1"
         },
         {
           "dmxRange": [20, 29],
           "type": "Effect",
-          "effectName": "Auto program 2"
+          "effectName": "Auto Program 2"
         },
         {
           "dmxRange": [30, 39],
           "type": "Effect",
-          "effectName": "Auto program 3"
+          "effectName": "Auto Program 3"
         },
         {
           "dmxRange": [40, 49],
           "type": "Effect",
-          "effectName": "Auto program 4"
+          "effectName": "Auto Program 4"
         },
         {
           "dmxRange": [50, 59],
           "type": "Effect",
-          "effectName": "Auto program 5"
+          "effectName": "Auto Program 5"
         },
         {
           "dmxRange": [60, 69],
           "type": "Effect",
-          "effectName": "Auto program 6"
+          "effectName": "Auto Program 6"
         },
         {
           "dmxRange": [70, 79],
           "type": "Effect",
-          "effectName": "Auto program 7"
+          "effectName": "Auto Program 7"
         },
         {
           "dmxRange": [80, 89],
           "type": "Effect",
-          "effectName": "Auto program 8"
+          "effectName": "Auto Program 8"
         },
         {
           "dmxRange": [90, 99],
           "type": "Effect",
-          "effectName": "Auto program 9"
+          "effectName": "Auto Program 9"
         },
         {
           "dmxRange": [100, 109],
           "type": "Effect",
-          "effectName": "Sound control program 1",
+          "effectName": "Sound Control Program 1",
           "soundControlled": true
         },
         {
           "dmxRange": [110, 119],
           "type": "Effect",
-          "effectName": "Sound control program 2",
+          "effectName": "Sound Control Program 2",
           "soundControlled": true
         },
         {
           "dmxRange": [120, 129],
           "type": "Effect",
-          "effectName": "Sound control program 3",
+          "effectName": "Sound Control Program 3",
           "soundControlled": true
         },
         {
           "dmxRange": [130, 139],
           "type": "Effect",
-          "effectName": "Sound control program 4",
+          "effectName": "Sound Control Program 4",
           "soundControlled": true
         },
         {
           "dmxRange": [140, 149],
           "type": "Effect",
-          "effectName": "Sound control program 5",
+          "effectName": "Sound Control Program 5",
           "soundControlled": true
         },
         {
           "dmxRange": [150, 159],
           "type": "Effect",
-          "effectName": "Sound control program 6",
+          "effectName": "Sound Control Program 6",
           "soundControlled": true
         },
         {
           "dmxRange": [160, 169],
           "type": "Effect",
-          "effectName": "Sound control program 7",
+          "effectName": "Sound Control Program 7",
           "soundControlled": true
         },
         {
           "dmxRange": [170, 179],
           "type": "Effect",
-          "effectName": "Sound control program 8",
+          "effectName": "Sound Control Program 8",
           "soundControlled": true
         },
         {
           "dmxRange": [180, 255],
           "type": "Effect",
-          "effectName": "Sound control program 9",
+          "effectName": "Sound Control Program 9",
           "soundControlled": true
         }
       ]
     },
-    "Program Speed": {
+    "Speed Internal programs": {
+      "defaultValue": 0,
       "capability": {
         "type": "EffectSpeed",
         "speedStart": "slow",
-        "speedEnd": "fast"
+        "speedEnd": "fast",
+        "comment": "Speed internal programs, increasing"
       }
     },
-    "Strobe 2": {
-      "name": "Strobe",
+    "6ch function": {
+      "defaultValue": 0,
       "capabilities": [
         {
           "dmxRange": [0, 0],
           "type": "NoFunction"
         },
         {
           "dmxRange": [1, 5],
           "type": "Effect",
-          "effectName": "Music-controlled program",
-          "soundControlled": true,
-          "soundSensitivityStart": "low",
-          "soundSensitivityEnd": "high"
+          "effectName": "Sound Control",
+          "soundControlled": true
         },
         {
           "dmxRange": [6, 10],
           "type": "NoFunction"
@@ -314,57 +339,67 @@
           "dmxRange": [11, 255],
           "type": "ShutterStrobe",
           "shutterEffect": "Strobe",
           "speedStart": "slow",
-          "speedEnd": "fast"
+          "speedEnd": "fast",
+          "comment": "Strobe"
         }
       ]
     },
-    "Color Temperature": {
+    "Color temperature": {
+      "defaultValue": 0,
       "capabilities": [
         {
           "dmxRange": [0, 9],
           "type": "NoFunction"
         },
         {
           "dmxRange": [10, 39],
-          "type": "ColorTemperature",
-          "colorTemperature": "1800K"
+          "type": "ColorPreset",
+          "comment": "1800K",
+          "colors": ["#ff7e00"]
         },
         {
           "dmxRange": [40, 69],
-          "type": "ColorTemperature",
-          "colorTemperature": "2200K"
+          "type": "ColorPreset",
+          "comment": "2200K",
+          "colors": ["#ff932c"]
         },
         {
           "dmxRange": [70, 99],
-          "type": "ColorTemperature",
-          "colorTemperature": "2700K"
+          "type": "ColorPreset",
+          "comment": "2700K",
+          "colors": ["#ffa957"]
         },
         {
           "dmxRange": [100, 129],
-          "type": "ColorTemperature",
-          "colorTemperature": "3200K"
+          "type": "ColorPreset",
+          "comment": "3200K",
+          "colors": ["#ffbb78"]
         },
         {
           "dmxRange": [130, 159],
-          "type": "ColorTemperature",
-          "colorTemperature": "4300K"
+          "type": "ColorPreset",
+          "comment": "4300K",
+          "colors": ["#ffd7b1"]
         },
         {
           "dmxRange": [160, 189],
-          "type": "ColorTemperature",
-          "colorTemperature": "5600K"
+          "type": "ColorPreset",
+          "comment": "5600K",
+          "colors": ["#ffeee3"]
         },
         {
           "dmxRange": [190, 219],
-          "type": "ColorTemperature",
-          "colorTemperature": "6500K"
+          "type": "ColorPreset",
+          "comment": "6500K",
+          "colors": ["#fff9fd"]
         },
         {
           "dmxRange": [220, 255],
-          "type": "ColorTemperature",
-          "colorTemperature": "8000K"
+          "type": "ColorPreset",
+          "comment": "8000K",
+          "colors": ["#e3e9ff"]
         }
       ]
     }
   },
@@ -384,20 +419,20 @@
       "channels": [
         "Red",
         "Green",
         "Blue",
-        "Warm White"
+        "Warm white"
       ]
     },
     {
       "name": "5-channel",
       "shortName": "5ch",
       "channels": [
-        "Master Dimmer",
-        "Strobe",
-        "Color Presets",
-        "Internal Programs",
-        "Program Speed"
+        "Master dimmer",
+        "Strobe effect",
+        "Preset colors",
+        "Internal programs",
+        "Speed Internal programs"
       ]
     },
     {
       "name": "6-channel",
@@ -405,27 +440,27 @@
       "channels": [
         "Red",
         "Green",
         "Blue",
-        "Warm White",
-        "Master Dimmer",
-        "Strobe 2"
+        "Warm white",
+        "Master dimmer",
+        "6ch function"
       ]
     },
     {
       "name": "10-channel",
       "shortName": "10ch",
       "channels": [
-        "Master Dimmer",
-        "Strobe",
+        "Master dimmer",
+        "Strobe effect",
         "Red",
         "Green",
         "Blue",
-        "Warm White",
-        "Color Presets",
-        "Internal Programs",
-        "Program Speed",
-        "Color Temperature"
+        "Warm white",
+        "Preset colors",
+        "Internal programs",
+        "Speed Internal programs",
+        "Color temperature"
       ]
     }
   ],
   "fixtureKey": "led-theatre-cob-200-rgb-ww",
🆚 eurolite/led-theatre-cob-200-rgb-ww: ecue
Changed outputted file UserLibrary.xml
--- removed
+++ added
@@ -2,9 +2,9 @@
 <Document Owner="user" TypeVersion="2" SaveTimeStamp="2025-06-28#16:22:59">
     <Library>
         <Fixtures>
             <Manufacturer _CreationDate="2025-06-28#16:22:59" _ModifiedDate="2025-06-28#16:22:59" Name="Eurolite" Comment="" Web="https://www.steinigke.de/en/Eurolite/">
-                <Fixture _CreationDate="2024-11-25#00:00:00" _ModifiedDate="2024-11-25#00:00:00" Name="LED Theatre COB 200 RGB+WW (3ch mode)" NameShort="LED THA COB 200-3ch" Comment="generated by the Open Fixture Library – https://open-fixture-library.org/eurolite/led-theatre-cob-200-rgb-ww" AllocateDmxChannels="3" Weight="4.11" Power="140" DimWidth="260" DimHeight="380" DimDepth="200">
+                <Fixture _CreationDate="2025-06-28#00:00:00" _ModifiedDate="2025-06-28#00:00:00" Name="LED Theatre COB 200 RGB/WW (3ch mode)" NameShort="LED Theatre COB 200 RGB/WW-3ch" Comment="generated by the Open Fixture Library – https://open-fixture-library.org/eurolite/led-theatre-cob-200-rgb-ww" AllocateDmxChannels="3" Weight="4.11" Power="140" DimWidth="259" DimHeight="376" DimDepth="200">
                     <ChannelColor Name="Red" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="1" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="1">
                         <Range Name="Red off…bright" Start="0" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelColor>
                     <ChannelColor Name="Green" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="2" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="2">
@@ -13,9 +13,9 @@
                     <ChannelColor Name="Blue" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="3" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="3">
                         <Range Name="Blue off…bright" Start="0" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelColor>
                 </Fixture>
-                <Fixture _CreationDate="2024-11-25#00:00:00" _ModifiedDate="2024-11-25#00:00:00" Name="LED Theatre COB 200 RGB+WW (4ch mode)" NameShort="LED THA COB 200-4ch" Comment="generated by the Open Fixture Library – https://open-fixture-library.org/eurolite/led-theatre-cob-200-rgb-ww" AllocateDmxChannels="4" Weight="4.11" Power="140" DimWidth="260" DimHeight="380" DimDepth="200">
+                <Fixture _CreationDate="2025-06-28#00:00:00" _ModifiedDate="2025-06-28#00:00:00" Name="LED Theatre COB 200 RGB/WW (4ch mode)" NameShort="LED Theatre COB 200 RGB/WW-4ch" Comment="generated by the Open Fixture Library – https://open-fixture-library.org/eurolite/led-theatre-cob-200-rgb-ww" AllocateDmxChannels="4" Weight="4.11" Power="140" DimWidth="259" DimHeight="376" DimDepth="200">
                     <ChannelColor Name="Red" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="1" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="1">
                         <Range Name="Red off…bright" Start="0" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelColor>
                     <ChannelColor Name="Green" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="2" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="2">
@@ -23,68 +23,68 @@
                     </ChannelColor>
                     <ChannelColor Name="Blue" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="3" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="3">
                         <Range Name="Blue off…bright" Start="0" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelColor>
-                    <ChannelColor Name="Warm White" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="4" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="4">
+                    <ChannelColor Name="Warm white" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="4" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="4">
                         <Range Name="Warm White off…bright" Start="0" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelColor>
                 </Fixture>
-                <Fixture _CreationDate="2024-11-25#00:00:00" _ModifiedDate="2024-11-25#00:00:00" Name="LED Theatre COB 200 RGB+WW (5ch mode)" NameShort="LED THA COB 200-5ch" Comment="generated by the Open Fixture Library – https://open-fixture-library.org/eurolite/led-theatre-cob-200-rgb-ww" AllocateDmxChannels="5" Weight="4.11" Power="140" DimWidth="260" DimHeight="380" DimDepth="200">
-                    <ChannelIntensity Name="Master Dimmer" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="1" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="1">
+                <Fixture _CreationDate="2025-06-28#00:00:00" _ModifiedDate="2025-06-28#00:00:00" Name="LED Theatre COB 200 RGB/WW (5ch mode)" NameShort="LED Theatre COB 200 RGB/WW-5ch" Comment="generated by the Open Fixture Library – https://open-fixture-library.org/eurolite/led-theatre-cob-200-rgb-ww" AllocateDmxChannels="5" Weight="4.11" Power="140" DimWidth="259" DimHeight="376" DimDepth="200">
+                    <ChannelIntensity Name="Master dimmer" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="1" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="1">
                         <Range Name="Intensity off…bright" Start="0" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelIntensity>
-                    <ChannelBeam Name="Strobe" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="2" DmxByte1="0" Constant="0" Crossfade="0" Invert="0" Precedence="LTP" ClassicPos="2">
-                        <Range Name="Shutter open" Start="0" End="9" AutoMenu="1" Centre="0"/>
-                        <Range Name="Strobe slow…fast" Start="10" End="255" AutoMenu="1" Centre="0"/>
+                    <ChannelBeam Name="Strobe effect" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="2" DmxByte1="0" Constant="0" Crossfade="0" Invert="0" Precedence="LTP" ClassicPos="2">
+                        <Range Name="No function" Start="0" End="9" AutoMenu="1" Centre="0"/>
+                        <Range Name="Strobe slow…fast (Strobe (Slow to Fast))" Start="10" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelBeam>
-                    <ChannelColor Name="Color Presets" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="3" DmxByte1="0" Constant="0" Crossfade="0" Invert="0" Precedence="LTP" ClassicPos="3">
+                    <ChannelColor Name="Preset colors" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="3" DmxByte1="0" Constant="0" Crossfade="0" Invert="0" Precedence="LTP" ClassicPos="3">
                         <Range Name="No function" Start="0" End="9" AutoMenu="1" Centre="0"/>
                         <Range Name="Red" Start="10" End="19" AutoMenu="1" Centre="0"/>
                         <Range Name="Green" Start="20" End="29" AutoMenu="1" Centre="0"/>
                         <Range Name="Blue" Start="30" End="39" AutoMenu="1" Centre="0"/>
-                        <Range Name="Warm White" Start="40" End="49" AutoMenu="1" Centre="0"/>
+                        <Range Name="Warm white" Start="40" End="49" AutoMenu="1" Centre="0"/>
                         <Range Name="Yellow" Start="50" End="59" AutoMenu="1" Centre="0"/>
                         <Range Name="Magenta" Start="60" End="69" AutoMenu="1" Centre="0"/>
                         <Range Name="Cyan" Start="70" End="79" AutoMenu="1" Centre="0"/>
                         <Range Name="Dark Orange" Start="80" End="89" AutoMenu="1" Centre="0"/>
-                        <Range Name="Green yellow" Start="90" End="99" AutoMenu="1" Centre="0"/>
+                        <Range Name="Green Yellow" Start="90" End="99" AutoMenu="1" Centre="0"/>
                         <Range Name="Salmon" Start="100" End="109" AutoMenu="1" Centre="0"/>
                         <Range Name="Turquoise" Start="110" End="119" AutoMenu="1" Centre="0"/>
-                        <Range Name="Light green" Start="120" End="129" AutoMenu="1" Centre="0"/>
+                        <Range Name="Light Green" Start="120" End="129" AutoMenu="1" Centre="0"/>
                         <Range Name="Orange" Start="130" End="139" AutoMenu="1" Centre="0"/>
                         <Range Name="Straw" Start="140" End="149" AutoMenu="1" Centre="0"/>
                         <Range Name="Lavender" Start="150" End="159" AutoMenu="1" Centre="0"/>
-                        <Range Name="Light blue" Start="160" End="169" AutoMenu="1" Centre="0"/>
-                        <Range Name="Dark blue" Start="170" End="179" AutoMenu="1" Centre="0"/>
+                        <Range Name="Light Blue" Start="160" End="169" AutoMenu="1" Centre="0"/>
+                        <Range Name="Dark Blue" Start="170" End="179" AutoMenu="1" Centre="0"/>
                         <Range Name="Pink" Start="180" End="189" AutoMenu="1" Centre="0"/>
-                        <Range Name="Full on" Start="190" End="255" AutoMenu="1" Centre="0"/>
+                        <Range Name="Full On" Start="190" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelColor>
-                    <ChannelBeam Name="Internal Programs" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="4" DmxByte1="0" Constant="0" Crossfade="0" Invert="0" Precedence="LTP" ClassicPos="4">
+                    <ChannelBeam Name="Internal programs" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="4" DmxByte1="0" Constant="0" Crossfade="0" Invert="0" Precedence="LTP" ClassicPos="4">
                         <Range Name="No function" Start="0" End="9" AutoMenu="1" Centre="0"/>
-                        <Range Name="Auto program 1" Start="10" End="19" AutoMenu="1" Centre="0"/>
-                        <Range Name="Auto program 2" Start="20" End="29" AutoMenu="1" Centre="0"/>
-                        <Range Name="Auto program 3" Start="30" End="39" AutoMenu="1" Centre="0"/>
-                        <Range Name="Auto program 4" Start="40" End="49" AutoMenu="1" Centre="0"/>
-                        <Range Name="Auto program 5" Start="50" End="59" AutoMenu="1" Centre="0"/>
-                        <Range Name="Auto program 6" Start="60" End="69" AutoMenu="1" Centre="0"/>
-                        <Range Name="Auto program 7" Start="70" End="79" AutoMenu="1" Centre="0"/>
-                        <Range Name="Auto program 8" Start="80" End="89" AutoMenu="1" Centre="0"/>
-                        <Range Name="Auto program 9" Start="90" End="99" AutoMenu="1" Centre="0"/>
-                        <Range Name="Sound control program 1" Start="100" End="109" AutoMenu="1" Centre="0"/>
-                        <Range Name="Sound control program 2" Start="110" End="119" AutoMenu="1" Centre="0"/>
-                        <Range Name="Sound control program 3" Start="120" End="129" AutoMenu="1" Centre="0"/>
-                        <Range Name="Sound control program 4" Start="130" End="139" AutoMenu="1" Centre="0"/>
-                        <Range Name="Sound control program 5" Start="140" End="149" AutoMenu="1" Centre="0"/>
-                        <Range Name="Sound control program 6" Start="150" End="159" AutoMenu="1" Centre="0"/>
-                        <Range Name="Sound control program 7" Start="160" End="169" AutoMenu="1" Centre="0"/>
-                        <Range Name="Sound control program 8" Start="170" End="179" AutoMenu="1" Centre="0"/>
-                        <Range Name="Sound control program 9" Start="180" End="255" AutoMenu="1" Centre="0"/>
+                        <Range Name="Auto Program 1" Start="10" End="19" AutoMenu="1" Centre="0"/>
+                        <Range Name="Auto Program 2" Start="20" End="29" AutoMenu="1" Centre="0"/>
+                        <Range Name="Auto Program 3" Start="30" End="39" AutoMenu="1" Centre="0"/>
+                        <Range Name="Auto Program 4" Start="40" End="49" AutoMenu="1" Centre="0"/>
+                        <Range Name="Auto Program 5" Start="50" End="59" AutoMenu="1" Centre="0"/>
+                        <Range Name="Auto Program 6" Start="60" End="69" AutoMenu="1" Centre="0"/>
+                        <Range Name="Auto Program 7" Start="70" End="79" AutoMenu="1" Centre="0"/>
+                        <Range Name="Auto Program 8" Start="80" End="89" AutoMenu="1" Centre="0"/>
+                        <Range Name="Auto Program 9" Start="90" End="99" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control Program 1" Start="100" End="109" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control Program 2" Start="110" End="119" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control Program 3" Start="120" End="129" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control Program 4" Start="130" End="139" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control Program 5" Start="140" End="149" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control Program 6" Start="150" End="159" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control Program 7" Start="160" End="169" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control Program 8" Start="170" End="179" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control Program 9" Start="180" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelBeam>
-                    <ChannelBeam Name="Program Speed" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="5" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="5">
-                        <Range Name="Effect speed slow…fast" Start="0" End="255" AutoMenu="1" Centre="0"/>
+                    <ChannelBeam Name="Speed Internal programs" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="5" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="5">
+                        <Range Name="Effect speed slow…fast (Speed internal programs, increasing)" Start="0" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelBeam>
                 </Fixture>
-                <Fixture _CreationDate="2024-11-25#00:00:00" _ModifiedDate="2024-11-25#00:00:00" Name="LED Theatre COB 200 RGB+WW (6ch mode)" NameShort="LED THA COB 200-6ch" Comment="generated by the Open Fixture Library – https://open-fixture-library.org/eurolite/led-theatre-cob-200-rgb-ww" AllocateDmxChannels="6" Weight="4.11" Power="140" DimWidth="260" DimHeight="380" DimDepth="200">
+                <Fixture _CreationDate="2025-06-28#00:00:00" _ModifiedDate="2025-06-28#00:00:00" Name="LED Theatre COB 200 RGB/WW (6ch mode)" NameShort="LED Theatre COB 200 RGB/WW-6ch" Comment="generated by the Open Fixture Library – https://open-fixture-library.org/eurolite/led-theatre-cob-200-rgb-ww" AllocateDmxChannels="6" Weight="4.11" Power="140" DimWidth="259" DimHeight="376" DimDepth="200">
                     <ChannelColor Name="Red" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="1" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="1">
                         <Range Name="Red off…bright" Start="0" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelColor>
                     <ChannelColor Name="Green" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="2" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="2">
@@ -92,28 +92,28 @@
                     </ChannelColor>
                     <ChannelColor Name="Blue" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="3" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="3">
                         <Range Name="Blue off…bright" Start="0" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelColor>
-                    <ChannelColor Name="Warm White" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="4" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="4">
+                    <ChannelColor Name="Warm white" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="4" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="4">
                         <Range Name="Warm White off…bright" Start="0" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelColor>
-                    <ChannelIntensity Name="Master Dimmer" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="5" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="5">
+                    <ChannelIntensity Name="Master dimmer" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="5" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="5">
                         <Range Name="Intensity off…bright" Start="0" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelIntensity>
-                    <ChannelBeam Name="Strobe" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="6" DmxByte1="0" Constant="0" Crossfade="0" Invert="0" Precedence="LTP" ClassicPos="6">
+                    <ChannelBeam Name="6ch function" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="6" DmxByte1="0" Constant="0" Crossfade="0" Invert="0" Precedence="LTP" ClassicPos="6">
                         <Range Name="No function" Start="0" End="0" AutoMenu="1" Centre="0"/>
-                        <Range Name="Music-controlled program (sound sensitivity low…high)" Start="1" End="5" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control" Start="1" End="5" AutoMenu="1" Centre="0"/>
                         <Range Name="No function" Start="6" End="10" AutoMenu="1" Centre="0"/>
-                        <Range Name="Strobe slow…fast" Start="11" End="255" AutoMenu="1" Centre="0"/>
+                        <Range Name="Strobe slow…fast (Strobe)" Start="11" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelBeam>
                 </Fixture>
-                <Fixture _CreationDate="2024-11-25#00:00:00" _ModifiedDate="2024-11-25#00:00:00" Name="LED Theatre COB 200 RGB+WW (10ch mode)" NameShort="LED THA COB 200-10ch" Comment="generated by the Open Fixture Library – https://open-fixture-library.org/eurolite/led-theatre-cob-200-rgb-ww" AllocateDmxChannels="10" Weight="4.11" Power="140" DimWidth="260" DimHeight="380" DimDepth="200">
-                    <ChannelIntensity Name="Master Dimmer" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="1" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="1">
+                <Fixture _CreationDate="2025-06-28#00:00:00" _ModifiedDate="2025-06-28#00:00:00" Name="LED Theatre COB 200 RGB/WW (10ch mode)" NameShort="LED Theatre COB 200 RGB/WW-10ch" Comment="generated by the Open Fixture Library – https://open-fixture-library.org/eurolite/led-theatre-cob-200-rgb-ww" AllocateDmxChannels="10" Weight="4.11" Power="140" DimWidth="259" DimHeight="376" DimDepth="200">
+                    <ChannelIntensity Name="Master dimmer" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="1" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="1">
                         <Range Name="Intensity off…bright" Start="0" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelIntensity>
-                    <ChannelBeam Name="Strobe" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="2" DmxByte1="0" Constant="0" Crossfade="0" Invert="0" Precedence="LTP" ClassicPos="2">
-                        <Range Name="Shutter open" Start="0" End="9" AutoMenu="1" Centre="0"/>
-                        <Range Name="Strobe slow…fast" Start="10" End="255" AutoMenu="1" Centre="0"/>
+                    <ChannelBeam Name="Strobe effect" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="2" DmxByte1="0" Constant="0" Crossfade="0" Invert="0" Precedence="LTP" ClassicPos="2">
+                        <Range Name="No function" Start="0" End="9" AutoMenu="1" Centre="0"/>
+                        <Range Name="Strobe slow…fast (Strobe (Slow to Fast))" Start="10" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelBeam>
                     <ChannelColor Name="Red" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="3" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="3">
                         <Range Name="Red off…bright" Start="0" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelColor>
@@ -122,67 +122,67 @@
                     </ChannelColor>
                     <ChannelColor Name="Blue" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="5" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="5">
                         <Range Name="Blue off…bright" Start="0" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelColor>
-                    <ChannelColor Name="Warm White" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="6" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="6">
+                    <ChannelColor Name="Warm white" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="6" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="6">
                         <Range Name="Warm White off…bright" Start="0" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelColor>
-                    <ChannelColor Name="Color Presets" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="7" DmxByte1="0" Constant="0" Crossfade="0" Invert="0" Precedence="LTP" ClassicPos="7">
+                    <ChannelColor Name="Preset colors" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="7" DmxByte1="0" Constant="0" Crossfade="0" Invert="0" Precedence="LTP" ClassicPos="7">
                         <Range Name="No function" Start="0" End="9" AutoMenu="1" Centre="0"/>
                         <Range Name="Red" Start="10" End="19" AutoMenu="1" Centre="0"/>
                         <Range Name="Green" Start="20" End="29" AutoMenu="1" Centre="0"/>
                         <Range Name="Blue" Start="30" End="39" AutoMenu="1" Centre="0"/>
-                        <Range Name="Warm White" Start="40" End="49" AutoMenu="1" Centre="0"/>
+                        <Range Name="Warm white" Start="40" End="49" AutoMenu="1" Centre="0"/>
                         <Range Name="Yellow" Start="50" End="59" AutoMenu="1" Centre="0"/>
                         <Range Name="Magenta" Start="60" End="69" AutoMenu="1" Centre="0"/>
                         <Range Name="Cyan" Start="70" End="79" AutoMenu="1" Centre="0"/>
                         <Range Name="Dark Orange" Start="80" End="89" AutoMenu="1" Centre="0"/>
-                        <Range Name="Green yellow" Start="90" End="99" AutoMenu="1" Centre="0"/>
+                        <Range Name="Green Yellow" Start="90" End="99" AutoMenu="1" Centre="0"/>
                         <Range Name="Salmon" Start="100" End="109" AutoMenu="1" Centre="0"/>
                         <Range Name="Turquoise" Start="110" End="119" AutoMenu="1" Centre="0"/>
-                        <Range Name="Light green" Start="120" End="129" AutoMenu="1" Centre="0"/>
+                        <Range Name="Light Green" Start="120" End="129" AutoMenu="1" Centre="0"/>
                         <Range Name="Orange" Start="130" End="139" AutoMenu="1" Centre="0"/>
                         <Range Name="Straw" Start="140" End="149" AutoMenu="1" Centre="0"/>
                         <Range Name="Lavender" Start="150" End="159" AutoMenu="1" Centre="0"/>
-                        <Range Name="Light blue" Start="160" End="169" AutoMenu="1" Centre="0"/>
-                        <Range Name="Dark blue" Start="170" End="179" AutoMenu="1" Centre="0"/>
+                        <Range Name="Light Blue" Start="160" End="169" AutoMenu="1" Centre="0"/>
+                        <Range Name="Dark Blue" Start="170" End="179" AutoMenu="1" Centre="0"/>
                         <Range Name="Pink" Start="180" End="189" AutoMenu="1" Centre="0"/>
-                        <Range Name="Full on" Start="190" End="255" AutoMenu="1" Centre="0"/>
+                        <Range Name="Full On" Start="190" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelColor>
-                    <ChannelBeam Name="Internal Programs" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="8" DmxByte1="0" Constant="0" Crossfade="0" Invert="0" Precedence="LTP" ClassicPos="8">
+                    <ChannelBeam Name="Internal programs" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="8" DmxByte1="0" Constant="0" Crossfade="0" Invert="0" Precedence="LTP" ClassicPos="8">
                         <Range Name="No function" Start="0" End="9" AutoMenu="1" Centre="0"/>
-                        <Range Name="Auto program 1" Start="10" End="19" AutoMenu="1" Centre="0"/>
-                        <Range Name="Auto program 2" Start="20" End="29" AutoMenu="1" Centre="0"/>
-                        <Range Name="Auto program 3" Start="30" End="39" AutoMenu="1" Centre="0"/>
-                        <Range Name="Auto program 4" Start="40" End="49" AutoMenu="1" Centre="0"/>
-                        <Range Name="Auto program 5" Start="50" End="59" AutoMenu="1" Centre="0"/>
-                        <Range Name="Auto program 6" Start="60" End="69" AutoMenu="1" Centre="0"/>
-                        <Range Name="Auto program 7" Start="70" End="79" AutoMenu="1" Centre="0"/>
-                        <Range Name="Auto program 8" Start="80" End="89" AutoMenu="1" Centre="0"/>
-                        <Range Name="Auto program 9" Start="90" End="99" AutoMenu="1" Centre="0"/>
-                        <Range Name="Sound control program 1" Start="100" End="109" AutoMenu="1" Centre="0"/>
-                        <Range Name="Sound control program 2" Start="110" End="119" AutoMenu="1" Centre="0"/>
-                        <Range Name="Sound control program 3" Start="120" End="129" AutoMenu="1" Centre="0"/>
-                        <Range Name="Sound control program 4" Start="130" End="139" AutoMenu="1" Centre="0"/>
-                        <Range Name="Sound control program 5" Start="140" End="149" AutoMenu="1" Centre="0"/>
-                        <Range Name="Sound control program 6" Start="150" End="159" AutoMenu="1" Centre="0"/>
-                        <Range Name="Sound control program 7" Start="160" End="169" AutoMenu="1" Centre="0"/>
-                        <Range Name="Sound control program 8" Start="170" End="179" AutoMenu="1" Centre="0"/>
-                        <Range Name="Sound control program 9" Start="180" End="255" AutoMenu="1" Centre="0"/>
+                        <Range Name="Auto Program 1" Start="10" End="19" AutoMenu="1" Centre="0"/>
+                        <Range Name="Auto Program 2" Start="20" End="29" AutoMenu="1" Centre="0"/>
+                        <Range Name="Auto Program 3" Start="30" End="39" AutoMenu="1" Centre="0"/>
+                        <Range Name="Auto Program 4" Start="40" End="49" AutoMenu="1" Centre="0"/>
+                        <Range Name="Auto Program 5" Start="50" End="59" AutoMenu="1" Centre="0"/>
+                        <Range Name="Auto Program 6" Start="60" End="69" AutoMenu="1" Centre="0"/>
+                        <Range Name="Auto Program 7" Start="70" End="79" AutoMenu="1" Centre="0"/>
+                        <Range Name="Auto Program 8" Start="80" End="89" AutoMenu="1" Centre="0"/>
+                        <Range Name="Auto Program 9" Start="90" End="99" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control Program 1" Start="100" End="109" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control Program 2" Start="110" End="119" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control Program 3" Start="120" End="129" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control Program 4" Start="130" End="139" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control Program 5" Start="140" End="149" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control Program 6" Start="150" End="159" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control Program 7" Start="160" End="169" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control Program 8" Start="170" End="179" AutoMenu="1" Centre="0"/>
+                        <Range Name="Sound Control Program 9" Start="180" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelBeam>
-                    <ChannelBeam Name="Program Speed" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="9" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="9">
-                        <Range Name="Effect speed slow…fast" Start="0" End="255" AutoMenu="1" Centre="0"/>
+                    <ChannelBeam Name="Speed Internal programs" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="9" DmxByte1="0" Constant="0" Crossfade="1" Invert="0" Precedence="LTP" ClassicPos="9">
+                        <Range Name="Effect speed slow…fast (Speed internal programs, increasing)" Start="0" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelBeam>
-                    <ChannelColor Name="Color Temperature" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="10" DmxByte1="0" Constant="0" Crossfade="0" Invert="0" Precedence="LTP" ClassicPos="10">
+                    <ChannelColor Name="Color temperature" DefaultValue="0" Highlight="255" Deflection="0" DmxByte0="10" DmxByte1="0" Constant="0" Crossfade="0" Invert="0" Precedence="LTP" ClassicPos="10">
                         <Range Name="No function" Start="0" End="9" AutoMenu="1" Centre="0"/>
-                        <Range Name="Color temperature 1800K" Start="10" End="39" AutoMenu="1" Centre="0"/>
-                        <Range Name="Color temperature 2200K" Start="40" End="69" AutoMenu="1" Centre="0"/>
-                        <Range Name="Color temperature 2700K" Start="70" End="99" AutoMenu="1" Centre="0"/>
-                        <Range Name="Color temperature 3200K" Start="100" End="129" AutoMenu="1" Centre="0"/>
-                        <Range Name="Color temperature 4300K" Start="130" End="159" AutoMenu="1" Centre="0"/>
-                        <Range Name="Color temperature 5600K" Start="160" End="189" AutoMenu="1" Centre="0"/>
-                        <Range Name="Color temperature 6500K" Start="190" End="219" AutoMenu="1" Centre="0"/>
-                        <Range Name="Color temperature 8000K" Start="220" End="255" AutoMenu="1" Centre="0"/>
+                        <Range Name="1800K" Start="10" End="39" AutoMenu="1" Centre="0"/>
+                        <Range Name="2200K" Start="40" End="69" AutoMenu="1" Centre="0"/>
+                        <Range Name="2700K" Start="70" End="99" AutoMenu="1" Centre="0"/>
+                        <Range Name="3200K" Start="100" End="129" AutoMenu="1" Centre="0"/>
+                        <Range Name="4300K" Start="130" End="159" AutoMenu="1" Centre="0"/>
+                        <Range Name="5600K" Start="160" End="189" AutoMenu="1" Centre="0"/>
+                        <Range Name="6500K" Start="190" End="219" AutoMenu="1" Centre="0"/>
+                        <Range Name="8000K" Start="220" End="255" AutoMenu="1" Centre="0"/>
                     </ChannelColor>
                 </Fixture>
             </Manufacturer>
         </Fixtures>
🆚 eurolite/led-theatre-cob-200-rgb-ww: millumin
Changed outputted file eurolite/led-theatre-cob-200-rgb-ww.json
--- removed
+++ added
@@ -1,22 +1,27 @@
 {
   "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/schema-7.3.0/schemas/fixture.json",
-  "name": "LED Theatre COB 200 RGB+WW",
-  "shortName": "LED THA COB 200",
+  "name": "LED Theatre COB 200 RGB/WW",
   "categories": ["Color Changer"],
   "meta": {
-    "authors": ["Benjamin Blaikner / Theater der Mitte"],
-    "createDate": "2024-11-25",
-    "lastModifyDate": "2024-11-25"
+    "authors": ["diam0ndkiller"],
+    "createDate": "2025-06-28",
+    "lastModifyDate": "2025-06-28",
+    "importPlugin": {
+      "plugin": "qlcplus_4.12.1",
+      "date": "2025-06-28",
+      "comment": "created by Q Light Controller Plus (version 4.12.7)"
+    }
   },
-  "manualURL": "https://www.steinigke.at/download/41602038-Anleitung-131953-1.000-eurolite-led-theatre-cob-200-rgb+ww-de_en.pdf",
   "physical": {
-    "dimensions": [260, 380, 200],
+    "dimensions": [259, 376, 200],
     "weight": 4.11,
     "power": 140,
     "DMXconnector": "3-pin",
     "bulb": {
-      "type": "1 x COB (Chip-on-board) 4in1 QCL RGB/WW"
+      "type": "LED",
+      "colorTemperature": 1800,
+      "lumens": 14000
     },
     "lens": {
       "degreesMinMax": [17, 35]
     }
@@ -24,278 +29,315 @@
   "availableChannels": {
     "Red": {
       "type": "Single Color",
       "color": "Red",
+      "defaultValue": 0,
       "crossfade": true
     },
     "Green": {
       "type": "Single Color",
       "color": "Green",
+      "defaultValue": 0,
       "crossfade": true
     },
     "Blue": {
       "type": "Single Color",
       "color": "Blue",
+      "defaultValue": 0,
       "crossfade": true
     },
-    "Warm White": {
+    "Warm white": {
       "type": "Single Color",
       "color": "Warm White",
+      "defaultValue": 0,
       "crossfade": true
     },
-    "Master Dimmer": {
+    "Master dimmer": {
       "type": "Intensity",
+      "defaultValue": 0,
       "crossfade": true
     },
-    "Strobe": {
+    "Strobe effect": {
       "type": "Strobe",
+      "defaultValue": 0,
       "capabilities": [
         {
           "range": [0, 9],
-          "name": "Shutter open"
+          "name": "No function"
         },
         {
           "range": [10, 255],
-          "name": "Strobe slow…fast"
+          "name": "Strobe slow…fast (Strobe (Slow to Fast))"
         }
       ]
     },
-    "Color Presets": {
+    "Preset colors": {
       "type": "Multi-Color",
+      "defaultValue": 0,
       "capabilities": [
         {
           "range": [0, 9],
           "name": "No function"
         },
         {
           "range": [10, 19],
-          "name": "Red"
+          "name": "Red",
+          "color": "#ff0000"
         },
         {
           "range": [20, 29],
-          "name": "Green"
+          "name": "Green",
+          "color": "#00fe00"
         },
         {
           "range": [30, 39],
-          "name": "Blue"
+          "name": "Blue",
+          "color": "#0000fe"
         },
         {
           "range": [40, 49],
-          "name": "Warm White"
+          "name": "Warm white",
+          "color": "#fefec8"
         },
         {
           "range": [50, 59],
-          "name": "Yellow"
+          "name": "Yellow",
+          "color": "#fefe00"
         },
         {
           "range": [60, 69],
-          "name": "Magenta"
+          "name": "Magenta",
+          "color": "#fe00fe"
         },
         {
           "range": [70, 79],
-          "name": "Cyan"
+          "name": "Cyan",
+          "color": "#00fefe"
         },
         {
           "range": [80, 89],
-          "name": "Dark Orange"
+          "name": "Dark Orange",
+          "color": "#c86400"
         },
         {
           "range": [90, 99],
-          "name": "Green yellow"
+          "name": "Green Yellow",
+          "color": "#7fff00"
         },
         {
           "range": [100, 109],
-          "name": "Salmon"
+          "name": "Salmon",
+          "color": "#fe9678"
         },
         {
           "range": [110, 119],
-          "name": "Turquoise"
+          "name": "Turquoise",
+          "color": "#008ca0"
         },
         {
           "range": [120, 129],
-          "name": "Light green"
+          "name": "Light Green",
+          "color": "#64ff64"
         },
         {
           "range": [130, 139],
-          "name": "Orange"
+          "name": "Orange",
+          "color": "#fe7f00"
         },
         {
           "range": [140, 149],
-          "name": "Straw"
+          "name": "Straw",
+          "color": "#bfa849"
         },
         {
           "range": [150, 159],
-          "name": "Lavender"
+          "name": "Lavender",
+          "color": "#9e7cc7"
         },
         {
           "range": [160, 169],
-          "name": "Light blue"
+          "name": "Light Blue",
+          "color": "#68badd"
         },
         {
           "range": [170, 179],
-          "name": "Dark blue"
+          "name": "Dark Blue",
+          "color": "#00098f"
         },
         {
           "range": [180, 189],
-          "name": "Pink"
+          "name": "Pink",
+          "color": "#ff5bcb"
         },
         {
           "range": [190, 255],
-          "name": "Full on"
+          "name": "Full On",
+          "color": "#ffffff"
         }
       ]
     },
-    "Internal Programs": {
+    "Internal programs": {
       "type": "Effect",
+      "defaultValue": 0,
       "capabilities": [
         {
           "range": [0, 9],
           "name": "No function"
         },
         {
           "range": [10, 19],
-          "name": "Auto program 1"
+          "name": "Auto Program 1"
         },
         {
           "range": [20, 29],
-          "name": "Auto program 2"
+          "name": "Auto Program 2"
         },
         {
           "range": [30, 39],
-          "name": "Auto program 3"
+          "name": "Auto Program 3"
         },
         {
           "range": [40, 49],
-          "name": "Auto program 4"
+          "name": "Auto Program 4"
         },
         {
           "range": [50, 59],
-          "name": "Auto program 5"
+          "name": "Auto Program 5"
         },
         {
           "range": [60, 69],
-          "name": "Auto program 6"
+          "name": "Auto Program 6"
         },
         {
           "range": [70, 79],
-          "name": "Auto program 7"
+          "name": "Auto Program 7"
         },
         {
           "range": [80, 89],
-          "name": "Auto program 8"
+          "name": "Auto Program 8"
         },
         {
           "range": [90, 99],
-          "name": "Auto program 9"
+          "name": "Auto Program 9"
         },
         {
           "range": [100, 109],
-          "name": "Sound control program 1"
+          "name": "Sound Control Program 1"
         },
         {
           "range": [110, 119],
-          "name": "Sound control program 2"
+          "name": "Sound Control Program 2"
         },
         {
           "range": [120, 129],
-          "name": "Sound control program 3"
+          "name": "Sound Control Program 3"
         },
         {
           "range": [130, 139],
-          "name": "Sound control program 4"
+          "name": "Sound Control Program 4"
         },
         {
           "range": [140, 149],
-          "name": "Sound control program 5"
+          "name": "Sound Control Program 5"
         },
         {
           "range": [150, 159],
-          "name": "Sound control program 6"
+          "name": "Sound Control Program 6"
         },
         {
           "range": [160, 169],
-          "name": "Sound control program 7"
+          "name": "Sound Control Program 7"
         },
         {
           "range": [170, 179],
-          "name": "Sound control program 8"
+          "name": "Sound Control Program 8"
         },
         {
           "range": [180, 255],
-          "name": "Sound control program 9"
+          "name": "Sound Control Program 9"
         }
       ]
     },
-    "Program Speed": {
+    "Speed Internal programs": {
       "type": "Speed",
+      "defaultValue": 0,
       "crossfade": true,
       "capabilities": [
         {
           "range": [0, 255],
-          "name": "Effect speed slow…fast"
+          "name": "Effect speed slow…fast (Speed internal programs, increasing)"
         }
       ]
     },
-    "Strobe 2": {
-      "name": "Strobe",
+    "6ch function": {
       "type": "Effect",
+      "defaultValue": 0,
       "capabilities": [
         {
           "range": [0, 0],
           "name": "No function"
         },
         {
           "range": [1, 5],
-          "name": "Music-controlled program (sound sensitivity low…high)"
+          "name": "Sound Control"
         },
         {
           "range": [6, 10],
           "name": "No function"
         },
         {
           "range": [11, 255],
-          "name": "Strobe slow…fast"
+          "name": "Strobe slow…fast (Strobe)"
         }
       ]
     },
-    "Color Temperature": {
-      "type": "Color Temperature",
+    "Color temperature": {
+      "type": "Multi-Color",
+      "defaultValue": 0,
       "capabilities": [
         {
           "range": [0, 9],
           "name": "No function"
         },
         {
           "range": [10, 39],
-          "name": "Color temperature 1800K"
+          "name": "1800K",
+          "color": "#ff7e00"
         },
         {
           "range": [40, 69],
-          "name": "Color temperature 2200K"
+          "name": "2200K",
+          "color": "#ff932c"
         },
         {
           "range": [70, 99],
-          "name": "Color temperature 2700K"
+          "name": "2700K",
+          "color": "#ffa957"
         },
         {
           "range": [100, 129],
-          "name": "Color temperature 3200K"
+          "name": "3200K",
+          "color": "#ffbb78"
         },
         {
           "range": [130, 159],
-          "name": "Color temperature 4300K"
+          "name": "4300K",
+          "color": "#ffd7b1"
         },
         {
           "range": [160, 189],
-          "name": "Color temperature 5600K"
+          "name": "5600K",
+          "color": "#ffeee3"
         },
         {
           "range": [190, 219],
-          "name": "Color temperature 6500K"
+          "name": "6500K",
+          "color": "#fff9fd"
         },
         {
           "range": [220, 255],
-          "name": "Color temperature 8000K"
+          "name": "8000K",
+          "color": "#e3e9ff"
         }
       ]
     }
   },
@@ -315,20 +357,20 @@
       "channels": [
         "Red",
         "Green",
         "Blue",
-        "Warm White"
+        "Warm white"
       ]
     },
     {
       "name": "5-channel",
       "shortName": "5ch",
       "channels": [
-        "Master Dimmer",
-        "Strobe",
-        "Color Presets",
-        "Internal Programs",
-        "Program Speed"
+        "Master dimmer",
+        "Strobe effect",
+        "Preset colors",
+        "Internal programs",
+        "Speed Internal programs"
       ]
     },
     {
       "name": "6-channel",
@@ -336,27 +378,27 @@
       "channels": [
         "Red",
         "Green",
         "Blue",
-        "Warm White",
-        "Master Dimmer",
-        "Strobe 2"
+        "Warm white",
+        "Master dimmer",
+        "6ch function"
       ]
     },
     {
       "name": "10-channel",
       "shortName": "10ch",
       "channels": [
-        "Master Dimmer",
-        "Strobe",
+        "Master dimmer",
+        "Strobe effect",
         "Red",
         "Green",
         "Blue",
-        "Warm White",
-        "Color Presets",
-        "Internal Programs",
-        "Program Speed",
-        "Color Temperature"
+        "Warm white",
+        "Preset colors",
+        "Internal programs",
+        "Speed Internal programs",
+        "Color temperature"
       ]
     }
   ],
   "fixtureKey": "led-theatre-cob-200-rgb-ww",
🆚 eurolite/led-theatre-cob-200-rgb-ww: op-z
Changed outputted file dmx.json
--- removed
+++ added
@@ -49,9 +49,9 @@
         "knob1",
         "color",
         "knob3",
         "knob4",
-        "knob6"
+        "color"
       ]
     }
   ],
   "config": [
🆚 eurolite/led-theatre-cob-200-rgb-ww: qlcplus_4.12.2
Removed files
  • fixtures/Eurolite-LED-Theatre-COB-200-RGB+WW.qxf
Added files
  • fixtures/Eurolite-LED-Theatre-COB-200-RGBWW.qxf

Copy link

Export files validity

(Output of test script tests/github/exports-valid.js.)

Test the exported files of selected fixtures against the plugins' export tests.
You can run a plugin's export tests by executing:
$ node cli/run-export-test.js -p <plugin name> <fixtures>

✔️ eurolite / led-theatre-cob-200-rgb-ww: d-light / attributes-correctness
  • ✔️ eurolite/led-theatre-cob-200-rgb-ww-3ch.xml
  • ✔️ eurolite/led-theatre-cob-200-rgb-ww-4ch.xml
  • ✔️ eurolite/led-theatre-cob-200-rgb-ww-5ch.xml
  • ✔️ eurolite/led-theatre-cob-200-rgb-ww-6ch.xml
  • ✔️ eurolite/led-theatre-cob-200-rgb-ww-10ch.xml
✔️ eurolite / led-theatre-cob-200-rgb-ww: dmxcontrol3 / channel-numbers
  • ✔️ eurolite-led-theatre-cob-200-rgb-ww-3ch.xml
  • ✔️ eurolite-led-theatre-cob-200-rgb-ww-4ch.xml
  • ✔️ eurolite-led-theatre-cob-200-rgb-ww-5ch.xml
  • ✔️ eurolite-led-theatre-cob-200-rgb-ww-6ch.xml
  • ✔️ eurolite-led-theatre-cob-200-rgb-ww-10ch.xml
✔️ eurolite / led-theatre-cob-200-rgb-ww: dragonframe / json-schema-conformity
  • ✔️ eurolite/led-theatre-cob-200-rgb-ww.json
  • ✔️ manufacturers.json
✔️ eurolite / led-theatre-cob-200-rgb-ww: millumin / json-schema-conformity
  • ✔️ eurolite/led-theatre-cob-200-rgb-ww.json
eurolite / led-theatre-cob-200-rgb-ww: qlcplus_4.12.2 / fixture-tool-validation
  • ❌ fixtures/Eurolite-LED-Theatre-COB-200-RGBWW.qxfNamespace(map=False, convert=None, validate=['.']) Starting validation ./manufacturer/fixture.qxf:Preset colors/Green Yellow/Res1: FX color Green Yellow (#7fff00) should have color code #adff2f, the name for given FX color code is Chartreuse 1 definitions processed. 1 errors detected
✔️ eurolite / led-theatre-cob-200-rgb-ww: qlcplus_4.12.2 / xsd-schema-conformity
  • ✔️ fixtures/Eurolite-LED-Theatre-COB-200-RGBWW.qxf

@diam0ndkiller
Copy link

diam0ndkiller commented Jun 28, 2025

Oops I guess I literally missed the fixture was already on the website lol... sorry for that. I guess I only looked for open pull requests... If you have time though you can look through it and maybe add the colors and color temperatures I provided but no pressure of course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-fixture Request or implementation to add a new fixture definition. via-editor Opened via the editor on the open-fixture-library.org website.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants