From f5427b8a467368f238ebfbad2d7f23da45316804 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Tue, 22 Apr 2025 11:38:15 +0200 Subject: [PATCH 1/2] Update manufacturers.json via editor [skip ci] --- fixtures/manufacturers.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fixtures/manufacturers.json b/fixtures/manufacturers.json index 1dadd88772..92ffdc6230 100644 --- a/fixtures/manufacturers.json +++ b/fixtures/manufacturers.json @@ -180,6 +180,10 @@ "evolight": { "name": "Evolight" }, + "exell-lighting": { + "name": "Exell Lighting", + "website": "https://digis.ru/distribution/svetovoe-oborudovanie/f/brand-is-exell/a/" + }, "explo": { "name": "Explo", "website": "https://www.explo.at/en" From 08e003a88577e2b2d33ac349dd5761e726cb460e Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Tue, 22 Apr 2025 11:38:16 +0200 Subject: [PATCH 2/2] Add fixture `exell-lighting/exlpar1818rgbwauv` via editor --- .../exell-lighting/exlpar1818rgbwauv.json | 131 ++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 fixtures/exell-lighting/exlpar1818rgbwauv.json diff --git a/fixtures/exell-lighting/exlpar1818rgbwauv.json b/fixtures/exell-lighting/exlpar1818rgbwauv.json new file mode 100644 index 0000000000..44e3e5f542 --- /dev/null +++ b/fixtures/exell-lighting/exlpar1818rgbwauv.json @@ -0,0 +1,131 @@ +{ + "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", + "name": "EXLPAR1818RGBWAUV", + "categories": ["Other", "Stand"], + "meta": { + "authors": ["Artem Kuzmin"], + "createDate": "2025-04-22", + "lastModifyDate": "2025-04-22" + }, + "links": { + "productPage": [ + "https://digis.ru/distribution/svetovoe-oborudovanie-statsionarnye-prozhektory1974/exellproaudio_114468/" + ] + }, + "physical": { + "dimensions": [308, 350, 308], + "weight": 3.5, + "power": 300, + "DMXconnector": "3-pin", + "bulb": { + "type": "LED", + "colorTemperature": 5500, + "lumens": 8560 + }, + "lens": { + "name": "Zoom", + "degreesMinMax": [8, 60] + } + }, + "availableChannels": { + "Total Dimmer": { + "defaultValue": "0%", + "capability": { + "type": "Intensity" + } + }, + "Total Strobe": { + "capability": { + "type": "ShutterStrobe", + "shutterEffect": "Strobe", + "speedStart": "slow", + "speedEnd": "fast" + } + }, + "Function Selection": { + "capability": { + "type": "Generic" + } + }, + "Speed": { + "capability": { + "type": "Speed", + "speedStart": "slow", + "speedEnd": "fast" + } + }, + "Red Dim": { + "capability": { + "type": "ColorIntensity", + "color": "Red", + "brightnessStart": "dark", + "brightnessEnd": "bright" + } + }, + "Green Dim": { + "capability": { + "type": "ColorIntensity", + "color": "Green", + "brightnessStart": "dark", + "brightnessEnd": "bright" + } + }, + "Blue Dim": { + "capability": { + "type": "ColorIntensity", + "color": "Blue", + "brightnessStart": "dark", + "brightnessEnd": "bright" + } + }, + "White Dim": { + "capability": { + "type": "ColorIntensity", + "color": "White", + "brightnessStart": "dark", + "brightnessEnd": "bright" + } + }, + "Yellow Dim": { + "capability": { + "type": "ColorIntensity", + "color": "Yellow", + "brightnessStart": "dark", + "brightnessEnd": "bright" + } + }, + "UV Dim": { + "capability": { + "type": "ColorIntensity", + "color": "UV", + "brightnessStart": "dark", + "brightnessEnd": "bright" + } + }, + "Zoom": { + "capability": { + "type": "Zoom", + "angleStart": "narrow", + "angleEnd": "wide" + } + } + }, + "modes": [ + { + "name": "11ch", + "channels": [ + "Total Dimmer", + "Total Strobe", + "Function Selection", + "Speed", + "Red Dim", + "Green Dim", + "Blue Dim", + "White Dim", + "Yellow Dim", + "UV Dim", + "Zoom" + ] + } + ] +}