From aeeed850cedf44a98cd0f1866ec1651a2d01cbf9 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Tue, 18 Nov 2025 16:26:51 +0100 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 40c0a272cc..cfa1345644 100644 --- a/fixtures/manufacturers.json +++ b/fixtures/manufacturers.json @@ -120,6 +120,10 @@ "website": "https://www.coemar.com/", "rdmId": 17229 }, + "color-imagination": { + "name": "Color Imagination", + "website": "https://www.color-imagination.com" + }, "contest": { "name": "Contest", "website": "https://www.contest-lighting.com/en/" From 0e245bf0a62ee571a326312d99375bcf18335adf Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Tue, 18 Nov 2025 16:26:52 +0100 Subject: [PATCH 2/2] Add fixture `color-imagination/fr100ms-minifresnel-100mz-s` via editor --- .../fr100ms-minifresnel-100mz-s.json | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 fixtures/color-imagination/fr100ms-minifresnel-100mz-s.json diff --git a/fixtures/color-imagination/fr100ms-minifresnel-100mz-s.json b/fixtures/color-imagination/fr100ms-minifresnel-100mz-s.json new file mode 100644 index 0000000000..f2ed66f28e --- /dev/null +++ b/fixtures/color-imagination/fr100ms-minifresnel-100mz-s.json @@ -0,0 +1,89 @@ +{ + "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", + "name": "FR100MS MINIFRESNEL 100MZ-S", + "categories": ["Color Changer"], + "meta": { + "authors": ["Theater der Mitte"], + "createDate": "2025-11-18", + "lastModifyDate": "2025-11-18" + }, + "links": { + "manual": [ + "https://www.color-imagination.com" + ], + "productPage": [ + "https://www.color-imagination.com" + ], + "video": [ + "https://www.color-imagination.com" + ] + }, + "physical": { + "dimensions": [250, 131, 200], + "weight": 3.8, + "power": 100, + "DMXconnector": "3-pin", + "bulb": { + "type": "LED" + } + }, + "availableChannels": { + "Dimmer": { + "capability": { + "type": "Intensity" + } + }, + "Red": { + "capability": { + "type": "ColorIntensity", + "color": "Red" + } + }, + "Green": { + "capability": { + "type": "ColorIntensity", + "color": "Green" + } + }, + "Blue": { + "capability": { + "type": "ColorIntensity", + "color": "Blue" + } + }, + "Amber": { + "capability": { + "type": "ColorIntensity", + "color": "Amber" + } + }, + "Lime": { + "capability": { + "type": "ColorIntensity", + "color": "Lime" + } + }, + "Cold White": { + "capability": { + "type": "ColorIntensity", + "color": "White", + "comment": "Linear CCT Warm White to Cool White (1400 - 12000K)" + } + } + }, + "modes": [ + { + "name": "7-channel", + "shortName": "7ch", + "channels": [ + "Dimmer", + "Red", + "Green", + "Blue", + "Amber", + "Lime", + "Cold White" + ] + } + ] +}