diff --git a/fixtures/manufacturers.json b/fixtures/manufacturers.json index 40c0a272cc..d28eb384cc 100644 --- a/fixtures/manufacturers.json +++ b/fixtures/manufacturers.json @@ -529,6 +529,9 @@ "name": "Tomshine", "website": "https://www.tomshine.com" }, + "u-king": { + "name": "U-King" + }, "uking": { "name": "U`King", "website": "https://www.uking-online.com/" diff --git a/fixtures/u-king/19x20w-19pcs-focusing-moving-head-wash-light.json b/fixtures/u-king/19x20w-19pcs-focusing-moving-head-wash-light.json new file mode 100644 index 0000000000..216d8d2c8d --- /dev/null +++ b/fixtures/u-king/19x20w-19pcs-focusing-moving-head-wash-light.json @@ -0,0 +1,283 @@ +{ + "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", + "name": "19x20W 19PCS Focusing Moving Head Wash Light", + "categories": ["Dimmer"], + "meta": { + "authors": ["Philipp Gretscher", "Mister PG"], + "createDate": "2025-11-21", + "lastModifyDate": "2025-11-21", + "importPlugin": { + "plugin": "qlcplus_4.12.1", + "date": "2025-11-21", + "comment": "created by Q Light Controller Plus (version 4.14.0)" + } + }, + "physical": { + "DMXconnector": "3-pin", + "bulb": { + "type": "LED" + } + }, + "matrix": { + "pixelCount": [ + null, + null, + 1 + ] + }, + "availableChannels": { + "Pan": { + "fineChannelAliases": ["Pan fine"], + "defaultValue": 0, + "capability": { + "type": "Pan", + "angleStart": "0%", + "angleEnd": "100%", + "helpWanted": "Can you provide exact angles?" + } + }, + "Tilt": { + "fineChannelAliases": ["Tilt fine"], + "defaultValue": 0, + "capability": { + "type": "Tilt", + "angleStart": "0%", + "angleEnd": "100%", + "helpWanted": "Can you provide exact angles?" + } + }, + "Pan/Tilt speed": { + "defaultValue": 0, + "capability": { + "type": "PanTiltSpeed", + "speedStart": "fast", + "speedEnd": "slow" + } + }, + "Dimmer": { + "defaultValue": 0, + "capability": { + "type": "Intensity" + } + }, + "Red": { + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Red" + } + }, + "Green": { + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Green" + } + }, + "Blue": { + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Blue" + } + }, + "White": { + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "White" + } + }, + "Red 2": { + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Red" + } + }, + "Green 2": { + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Green" + } + }, + "Blue 2": { + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Blue" + } + }, + "White 2": { + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "White" + } + }, + "Red 3": { + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Red" + } + }, + "Green 3": { + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Green" + } + }, + "Blue 3": { + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Blue" + } + }, + "White 3": { + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "White" + } + }, + "Strobe": { + "defaultValue": 0, + "capability": { + "type": "ShutterStrobe", + "shutterEffect": "Strobe", + "speedStart": "slow", + "speedEnd": "fast", + "helpWanted": "At which DMX values is strobe disabled?" + } + }, + "Focus": { + "defaultValue": 0, + "capability": { + "type": "Focus", + "distanceStart": "near", + "distanceEnd": "far" + } + }, + "Macro": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 5], + "type": "NoFunction" + }, + { + "dmxRange": [6, 155], + "type": "Effect", + "effectName": "10 LED FX" + }, + { + "dmxRange": [156, 205], + "type": "Effect", + "effectName": "Self-Propelled FX" + }, + { + "dmxRange": [206, 255], + "type": "Effect", + "effectName": "Sound to Light", + "soundControlled": true + } + ] + }, + "Macro Speed": { + "defaultValue": 0, + "capability": { + "type": "Speed", + "speedStart": "slow", + "speedEnd": "fast", + "comment": "Macro FX Speed" + } + }, + "Reset": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 249], + "type": "NoFunction" + }, + { + "dmxRange": [250, 255], + "type": "Maintenance", + "comment": "5s Reset Fixture" + } + ] + }, + "Color Temp CTO": { + "defaultValue": 0, + "capabilities": [ + { + "dmxRange": [0, 21], + "type": "NoFunction" + }, + { + "dmxRange": [22, 255], + "type": "Effect", + "effectName": "Color Temperature 2400K - 8600K" + } + ] + } + }, + "templateChannels": {}, + "modes": [ + { + "name": "16-channel", + "shortName": "16ch", + "channels": [ + "Pan", + "Tilt", + "Pan/Tilt speed", + "Dimmer", + "Red", + "Green", + "Blue", + "White", + "Strobe", + "Focus", + "Macro", + "Macro Speed", + "Pan fine", + "Tilt fine", + "Reset", + "Color Temp CTO" + ] + }, + { + "name": "24-channel", + "shortName": "24ch", + "channels": [ + "Pan", + "Tilt", + "Pan/Tilt speed", + "Dimmer", + "Red", + "Green", + "Blue", + "White", + "Red 2", + "Green 2", + "Blue 2", + "White 2", + "Red 3", + "Green 3", + "Blue 3", + "White 3", + "Strobe", + "Focus", + "Macro", + "Macro Speed", + "Pan fine", + "Tilt fine", + "Reset", + "Color Temp CTO" + ] + } + ] +}