Skip to content

Commit

Permalink
Add fixture 'soundlight/3204r-h' (#926)
Browse files Browse the repository at this point in the history
* Update manufacturers.json via editor
* Add fixture 'soundlight/3204r-h' via editor
  • Loading branch information
FloEdelmann authored and fxedel committed Jun 3, 2019
1 parent 8eb32e5 commit 2d3d96a
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fixtures/manufacturers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
58 changes: 58 additions & 0 deletions fixtures/soundlight/3204r-h.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
]
}

0 comments on commit 2d3d96a

Please sign in to comment.