From c6a70a3416e4a599392ee2e4935416519de26348 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Sat, 12 Apr 2025 20:15:11 +0200 Subject: [PATCH] Add fixture `showtec/power-spot-3-q5` via editor --- fixtures/showtec/power-spot-3-q5.json | 96 +++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 fixtures/showtec/power-spot-3-q5.json diff --git a/fixtures/showtec/power-spot-3-q5.json b/fixtures/showtec/power-spot-3-q5.json new file mode 100644 index 0000000000..3490a42b02 --- /dev/null +++ b/fixtures/showtec/power-spot-3-q5.json @@ -0,0 +1,96 @@ +{ + "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", + "name": "Power Spot 3 Q5", + "shortName": "Q5", + "categories": ["Other"], + "meta": { + "authors": ["Ano.Nime"], + "createDate": "2025-04-12", + "lastModifyDate": "2025-04-12" + }, + "links": { + "manual": [ + "https://www.showtec-lights.com/en/mwdownloads/download/link/id/17430063" + ], + "productPage": [ + "https://www.showtec-lights.com/en/42573-power-spot-3-q5.html" + ] + }, + "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" + } + }, + "White": { + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "White" + } + }, + "Amber": { + "defaultValue": 0, + "capability": { + "type": "ColorIntensity", + "color": "Amber" + } + }, + "Dimmer": { + "defaultValue": 0, + "capability": { + "type": "Intensity" + } + }, + "Strobe": { + "defaultValue": 0, + "capability": { + "type": "StrobeSpeed", + "speedStart": "slow", + "speedEnd": "fast" + } + } + }, + "modes": [ + { + "name": "5 Canaux", + "shortName": "5 Canaux", + "channels": [ + "Red", + "Green", + "Blue", + "White", + "Amber" + ] + }, + { + "name": "7 canaux", + "shortName": "7 canaux", + "channels": [ + "Red", + "Green", + "Blue", + "White", + "Amber", + "Dimmer", + "Strobe" + ] + } + ] +}