Skip to content
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
69 changes: 69 additions & 0 deletions fixtures/leko/led-profile-spotlight-rgbw-4-channels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "Led Profile Spotlight RGBW 4 channels",
"categories": ["Color Changer"],
"meta": {
"authors": ["chrismo 14/08/2025", "Christophe Mourey"],
"createDate": "2025-09-07",
"lastModifyDate": "2025-09-07",
"importPlugin": {
"plugin": "qlcplus_4.12.1",
"date": "2025-09-07",
"comment": "created by Q Light Controller Plus (version 4.14.3)"
}
},
"physical": {
"dimensions": [300, 250, 590],
"weight": 7,
"power": 150,
"DMXconnector": "3-pin",
"bulb": {
"type": "LED"
},
"lens": {
"name": "PC"
}
},
"availableChannels": {
"Dimming Red": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"Dimming Green": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"Dimming Blue": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"Dimming White": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "White"
}
}
},
"modes": [
{
"name": "4-channel",
"shortName": "4ch",
"channels": [
"Dimming Red",
"Dimming Green",
"Dimming Blue",
"Dimming White"
]
}
]
}
3 changes: 3 additions & 0 deletions fixtures/manufacturers.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,9 @@
"comment": "Brand of the Prolight Concepts Group.",
"website": "https://www.prolight.co.uk/catalogue/brand-results.aspx?bnd_id=a46e50d8-13da-4112-95d7-aff800bd5d2c"
},
"leko": {
"name": "Leko"
},
"lep-laser": {
"name": "LEP-LASER",
"comment": "Laser Entertainment Products"
Expand Down
Loading