From 51d6920ba06970b0811d7de474d67c72ff8a2c3c Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Thu, 1 May 2025 20:54:42 +0200 Subject: [PATCH] Add fixture `shehds/mini-led-spot-beam-10w` via editor --- fixtures/shehds/mini-led-spot-beam-10w.json | 126 ++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 fixtures/shehds/mini-led-spot-beam-10w.json diff --git a/fixtures/shehds/mini-led-spot-beam-10w.json b/fixtures/shehds/mini-led-spot-beam-10w.json new file mode 100644 index 0000000000..a2b51044d9 --- /dev/null +++ b/fixtures/shehds/mini-led-spot-beam-10w.json @@ -0,0 +1,126 @@ +{ + "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", + "name": "Mini LED Spot Beam 10W", + "categories": ["Moving Head"], + "meta": { + "authors": ["Anon"], + "createDate": "2025-05-01", + "lastModifyDate": "2025-05-01" + }, + "links": { + "manual": [ + "https://drive.google.com/file/d/1bkQN656McsI1W0tiUShOzcbm4Vlt9cvv/view" + ] + }, + "physical": { + "DMXconnector": "3-pin" + }, + "availableChannels": { + "Pan": { + "fineChannelAliases": ["Pan fine"], + "capability": { + "type": "Pan", + "angle": "360deg" + } + }, + "Tilt": { + "fineChannelAliases": ["Tilt fine"], + "capability": { + "type": "Tilt", + "angle": "306deg" + } + }, + "Pan 2": { + "name": "Pan", + "fineChannelAliases": ["Pan 2 fine"], + "capability": { + "type": "Pan", + "angle": "360deg" + } + }, + "Tilt 2": { + "name": "Tilt", + "fineChannelAliases": ["Tilt 2 fine"], + "capability": { + "type": "Tilt", + "angle": "360deg" + } + }, + "Intensity": { + "capability": { + "type": "Intensity", + "brightness": "100%" + } + }, + "Strobe": { + "capability": { + "type": "StrobeSpeed", + "speed": "100Hz" + } + }, + "Red": { + "capability": { + "type": "ColorIntensity", + "color": "Red" + } + }, + "Green": { + "capability": { + "type": "ColorIntensity", + "color": "Green" + } + }, + "Blue": { + "capability": { + "type": "ColorIntensity", + "color": "Blue" + } + }, + "White": { + "capability": { + "type": "ColorIntensity", + "color": "White" + } + }, + "Sound Sensitivity": { + "capabilities": [ + { + "dmxRange": [0, 249], + "type": "SoundSensitivity", + "soundSensitivityStart": "off", + "soundSensitivityEnd": "off" + }, + { + "dmxRange": [250, 255], + "type": "SoundSensitivity", + "soundSensitivityStart": "low", + "soundSensitivityEnd": "high" + } + ] + }, + "Reserved": { + "capability": { + "type": "NoFunction" + } + } + }, + "modes": [ + { + "name": "13 ch", + "channels": [ + "Pan 2", + "Pan 2 fine", + "Tilt 2", + "Tilt 2 fine", + "Intensity", + "Strobe", + "Red", + "Green", + "Blue", + "White", + "Sound Sensitivity", + "Reserved" + ] + } + ] +}