From 3977426957935189174e47c39801ac586cc973ca Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Fri, 7 Feb 2025 22:44:25 +0100 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 1dadd88772..bfc88155ed 100644 --- a/fixtures/manufacturers.json +++ b/fixtures/manufacturers.json @@ -386,6 +386,9 @@ "name": "Nicols", "website": "https://nicols-lighting.fr/" }, + "nowsonic": { + "name": "Nowsonic" + }, "orion": { "name": "Orion Effects Lighting", "website": "https://orion-fxlights.com/" From 568b2d5a588863060b36029c4cdb9457424a51fc Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Fri, 7 Feb 2025 22:44:25 +0100 Subject: [PATCH 2/2] Add fixture `nowsonic/autark-id07-led-fluter` via editor --- fixtures/nowsonic/autark-id07-led-fluter.json | 93 +++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 fixtures/nowsonic/autark-id07-led-fluter.json diff --git a/fixtures/nowsonic/autark-id07-led-fluter.json b/fixtures/nowsonic/autark-id07-led-fluter.json new file mode 100644 index 0000000000..188bd224e5 --- /dev/null +++ b/fixtures/nowsonic/autark-id07-led-fluter.json @@ -0,0 +1,93 @@ +{ + "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", + "name": "Autark ID07 LED Fluter", + "categories": ["Color Changer"], + "meta": { + "authors": ["Polzin Production"], + "createDate": "2025-02-07", + "lastModifyDate": "2025-02-07" + }, + "links": { + "productPage": [ + "https://www.manualslib.de/manual/441539/Nowsonic-Autark-Id07.html" + ] + }, + "physical": { + "dimensions": [240, 240, 235], + "weight": 3.8, + "power": 50, + "DMXconnector": "3-pin", + "bulb": { + "type": "LED Fluter" + } + }, + "availableChannels": { + "Dimmer": { + "capability": { + "type": "Intensity" + } + }, + "Red": { + "capability": { + "type": "ColorIntensity", + "color": "Red" + } + }, + "Green": { + "capability": { + "type": "ColorIntensity", + "color": "Green" + } + }, + "Blue": { + "capability": { + "type": "ColorIntensity", + "color": "Blue" + } + }, + "White": { + "capability": { + "type": "ColorIntensity", + "color": "White" + } + }, + "Strobe": { + "capability": { + "type": "Intensity" + } + }, + "No function": { + "capability": { + "type": "NoFunction" + } + }, + "No function 2": { + "name": "No function", + "capability": { + "type": "NoFunction" + } + }, + "No function 3": { + "name": "No function", + "capability": { + "type": "NoFunction" + } + } + }, + "modes": [ + { + "name": "9ch", + "channels": [ + "Dimmer", + "Red", + "Green", + "Blue", + "White", + "Strobe", + "No function", + "No function 2", + "No function 3" + ] + } + ] +}