From 2d3d96ada199722cdc992ddb540cc1c1fb8bd581 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Mon, 3 Jun 2019 23:40:28 +0200 Subject: [PATCH] Add fixture 'soundlight/3204r-h' (#926) * Update manufacturers.json via editor * Add fixture 'soundlight/3204r-h' via editor --- fixtures/manufacturers.json | 5 +++ fixtures/soundlight/3204r-h.json | 58 ++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 fixtures/soundlight/3204r-h.json diff --git a/fixtures/manufacturers.json b/fixtures/manufacturers.json index dab7fca7dc..9da067e052 100644 --- a/fixtures/manufacturers.json +++ b/fixtures/manufacturers.json @@ -307,6 +307,11 @@ "comment": "Store brand of electronics retailer ProSound And Stage Lighting.", "website": "https://www.pssl.com/Solena-Professional?by=Brand" }, + "soundlight": { + "name": "SoundLight", + "website": "http://www.soundlight.de/", + "rdmId": 21324 + }, "stage-right": { "name": "Stage Right", "comment": "Store brand of Monoprice", diff --git a/fixtures/soundlight/3204r-h.json b/fixtures/soundlight/3204r-h.json new file mode 100644 index 0000000000..1379ef5b69 --- /dev/null +++ b/fixtures/soundlight/3204r-h.json @@ -0,0 +1,58 @@ +{ + "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", + "name": "3204R-H", + "shortName": "SoundLight3204R-H", + "categories": ["Dimmer"], + "meta": { + "authors": ["LT-P"], + "createDate": "2019-06-03", + "lastModifyDate": "2019-06-03" + }, + "comment": "DMX relay control. DMX connector is not XLR but a simple 3-pin wire connector.", + "links": { + "manual": [ + "http://www.soundlight.de/produkte/manuals/3204r-h/english/3204r-h%20rdm%20mk1%20e.pdf" + ], + "productPage": [ + "http://www.soundlight.de/produkte/3204r-h/index.htm" + ] + }, + "physical": { + "dimensions": [86, 67, 90], + "power": 3, + "DMXconnector": "3-pin" + }, + "availableChannels": { + "Relay 1": { + "capability": { + "type": "Intensity" + } + }, + "Relay 2": { + "capability": { + "type": "Intensity" + } + }, + "Relay 3": { + "capability": { + "type": "Intensity" + } + }, + "Relay 4": { + "capability": { + "type": "Intensity" + } + } + }, + "modes": [ + { + "name": "Relay control", + "channels": [ + "Relay 1", + "Relay 2", + "Relay 3", + "Relay 4" + ] + } + ] +}