From 6c8309100171d05badba3d9975f4c7b29aea148c Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Wed, 11 Dec 2024 05:26:40 +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 1dadd88772..5e23eb42e2 100644 --- a/fixtures/manufacturers.json +++ b/fixtures/manufacturers.json @@ -197,6 +197,10 @@ "name": "Flash Professional", "website": "https://flash-butrym.pl/en_US/c/Professional-Series/91" }, + "fos-technologies": { + "name": "FOS technologies", + "website": "https://www.fos-lighting.eu" + }, "fovitec": { "name": "Fovitec", "website": "https://web.archive.org/web/20240324222208/https://www.fovitec.com/" From b2955110ef40fb0171b8f7835423c64c70d0b4a0 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Wed, 11 Dec 2024 05:26:40 +0100 Subject: [PATCH 2/2] Add fixture `fos-technologies/fos-active-winch` via editor --- .../fos-technologies/fos-active-winch.json | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 fixtures/fos-technologies/fos-active-winch.json diff --git a/fixtures/fos-technologies/fos-active-winch.json b/fixtures/fos-technologies/fos-active-winch.json new file mode 100644 index 0000000000..d738a70156 --- /dev/null +++ b/fixtures/fos-technologies/fos-active-winch.json @@ -0,0 +1,60 @@ +{ + "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", + "name": "FOS Active winch", + "categories": ["Other"], + "meta": { + "authors": ["Anonymous"], + "createDate": "2024-12-11", + "lastModifyDate": "2024-12-11" + }, + "links": { + "manual": [ + "https://www.fos-lighting.eu/uploads/products_0_2_1_635.pdf" + ], + "productPage": [ + "https://www.fos-lighting.eu/fos-active-winch-p-635.html" + ] + }, + "physical": { + "dimensions": [317, 344, 167], + "weight": 9.24, + "power": 100, + "DMXconnector": "3-pin" + }, + "availableChannels": { + "Motor Position": { + "fineChannelAliases": ["Motor Position fine"], + "capability": { + "type": "Generic" + } + }, + "Motor speed": { + "capability": { + "type": "Speed", + "speedStart": "slow", + "speedEnd": "fast" + } + }, + "Reset": { + "capability": { + "type": "Generic" + } + }, + "Dimmer": { + "capability": { + "type": "Intensity" + } + } + }, + "modes": [ + { + "name": "4ch", + "channels": [ + "Motor Position", + "Motor Position fine", + "Motor speed", + "Reset" + ] + } + ] +}