Skip to content

Add fixture exell-lighting/exlpar1818rgbwauv #4810

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
131 changes: 131 additions & 0 deletions fixtures/exell-lighting/exlpar1818rgbwauv.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
]
}
4 changes: 4 additions & 0 deletions fixtures/manufacturers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading