From 71f87e6ce73ca5e5b067b9dd2ab043afbe302e2e Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Sun, 7 Sep 2025 12:43:08 +0200 Subject: [PATCH 1/2] Update manufacturers.json via editor [skip ci] --- fixtures/manufacturers.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fixtures/manufacturers.json b/fixtures/manufacturers.json index 4b83bf8f9b..53fa9a6e19 100644 --- a/fixtures/manufacturers.json +++ b/fixtures/manufacturers.json @@ -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" From 2f525f7bfca3f710eb7ad9084bfff867b46190ec Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Sun, 7 Sep 2025 12:43:08 +0200 Subject: [PATCH 2/2] Add fixture `leko/led-profile-spotlight-rgbw-4-channels` via editor --- ...led-profile-spotlight-rgbw-4-channels.json | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 fixtures/leko/led-profile-spotlight-rgbw-4-channels.json diff --git a/fixtures/leko/led-profile-spotlight-rgbw-4-channels.json b/fixtures/leko/led-profile-spotlight-rgbw-4-channels.json new file mode 100644 index 0000000000..ffb24897e1 --- /dev/null +++ b/fixtures/leko/led-profile-spotlight-rgbw-4-channels.json @@ -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" + ] + } + ] +}