diff --git a/fixtures/shehds/mini-wash-7-18w-rgbwauv-10ch.json b/fixtures/shehds/mini-wash-7-18w-rgbwauv-10ch.json new file mode 100644 index 0000000000..a345d64d23 --- /dev/null +++ b/fixtures/shehds/mini-wash-7-18w-rgbwauv-10ch.json @@ -0,0 +1,110 @@ +{ + "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", + "name": "Mini Wash 7-18W RGBWAUV 10ch", + "categories": ["Moving Head"], + "meta": { + "authors": ["Bastien"], + "createDate": "2021-09-30", + "lastModifyDate": "2021-09-30" + }, + "links": { + "productPage": [ + "https://fr.shehds.com/products/factory-outlet-led-7x18w-moving-head-light-6in1-rgbwauv-professional-for-effect-stage-for-disco-dj-music-party-club-dance-1" + ] + }, + "availableChannels": { + "Pan": { + "capability": { + "type": "Pan", + "angleStart": "0deg", + "angleEnd": "240deg" + } + }, + "Tilt": { + "capability": { + "type": "Tilt", + "angleStart": "0deg", + "angleEnd": "180deg" + } + }, + "Dimmer": { + "capabilities": [ + { + "dmxRange": [0, 134], + "type": "Intensity" + }, + { + "dmxRange": [135, 249], + "type": "StrobeSpeed", + "speedStart": "1Hz", + "speedEnd": "10Hz" + }, + { + "dmxRange": [250, 255], + "type": "Generic", + "comment": "Open" + } + ] + }, + "Red": { + "capability": { + "type": "ColorIntensity", + "color": "Red" + } + }, + "Green": { + "capability": { + "type": "ColorIntensity", + "color": "Green" + } + }, + "Blue": { + "capability": { + "type": "ColorIntensity", + "color": "Blue" + } + }, + "White": { + "capability": { + "type": "ColorIntensity", + "color": "White" + } + }, + "Amber": { + "capability": { + "type": "ColorIntensity", + "color": "Amber" + } + }, + "UV": { + "capability": { + "type": "ColorIntensity", + "color": "UV" + } + }, + "Pan/Tilt Speed": { + "capability": { + "type": "PanTiltSpeed", + "speedStart": "fast", + "speedEnd": "slow" + } + } + }, + "modes": [ + { + "name": "Mini Wash 7-18W RGBWAUV 10ch", + "channels": [ + "Pan", + "Tilt", + "Dimmer", + "Red", + "Green", + "Blue", + "White", + "Amber", + "UV", + "Pan/Tilt Speed" + ] + } + ] +}