Skip to content
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

Add fixture ev-light/sp1200 #4484

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
181 changes: 181 additions & 0 deletions fixtures/ev-light/sp1200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,181 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "SP1200",
"categories": ["Other"],
"meta": {
"authors": ["mkobzar", "Mikhail Kobzar"],
"createDate": "2024-12-11",
"lastModifyDate": "2024-12-11",
"importPlugin": {
"plugin": "qlcplus_4.12.1",
"date": "2024-12-11",
"comment": "created by Q Light Controller Plus (version 4.13.1)"
}
},
"physical": {
"dimensions": [324, 444, 545],
"weight": 11.6,
"power": 450,
"DMXconnector": "3-pin",
"bulb": {
"type": "LED",
"colorTemperature": 3200,
"lumens": 40500
},
"lens": {
"name": "Fresnel",
"degreesMinMax": [45, 45]
}
},
"availableChannels": {
"Master dimmer": {
"defaultValue": 0,
"capability": {
"type": "Intensity"
}
},
"Red": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"Green": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"Blue": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"W dimmer": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "White"
}
},
"S dimmer": {
"defaultValue": 0,
"capability": {
"type": "Intensity",
"comment": "Linear dimmer ,from dark to bright"
}
},
"L dimmer": {
"defaultValue": 0,
"capability": {
"type": "Intensity",
"comment": "Linear dimmer ,from dark to bright"
}
},
"A dimmer": {
"defaultValue": 0,
"capability": {
"type": "Intensity",
"comment": "Linear dimmer ,from dark to bright"
}
},
"C dimmer": {
"defaultValue": 0,
"capability": {
"type": "Intensity",
"comment": "Linear dimmer,from dark to bright"
}
},
"CCT": {
"defaultValue": 0,
"capability": {
"type": "Intensity",
"comment": "2000K-12000K"
}
},
"Color paper": {
"defaultValue": 0,
"capability": {
"type": "Generic"
}
},
"Strobe": {
"defaultValue": 0,
"capability": {
"type": "Effect",
"effectName": "0-5: null; 6-255:normal strobe"
}
},
"Function selection": {
"defaultValue": 0,
"capability": {
"type": "Maintenance",
"comment": "0-50: blank 51 - 100: jump 101 - 150:gradient 151-200:pulse change 201-255:sound control"
}
},
"Function speed": {
"defaultValue": 0,
"capability": {
"type": "Maintenance"
}
},
"Speed all": {
"defaultValue": 0,
"capability": {
"type": "Effect",
"effectName": "Speed all"
}
}
},
"modes": [
{
"name": "4-channel",
"shortName": "4ch",
"channels": [
"Master dimmer",
"CCT",
"Color paper",
"Function speed"
]
},
{
"name": "8-channel",
"shortName": "8ch",
"channels": [
"Red",
"Green",
"Blue",
"W dimmer",
"S dimmer",
"L dimmer",
"A dimmer",
"C dimmer"
]
},
{
"name": "15-channel",
"shortName": "15ch",
"channels": [
"Master dimmer",
"Red",
"Green",
"Blue",
"W dimmer",
"S dimmer",
"L dimmer",
"A dimmer",
"C dimmer",
"CCT",
"Color paper",
"Strobe",
"Function selection",
"Function speed",
"Speed all"
]
}
]
}
3 changes: 3 additions & 0 deletions fixtures/manufacturers.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@
"name": "Eurolite",
"website": "https://www.steinigke.de/en/Eurolite/"
},
"ev-light": {
"name": "EV Light"
},
"event-lighting": {
"name": "Event Lighting",
"website": "https://event-lighting.com.au/"
Expand Down
Loading