Skip to content

Commit

Permalink
Add fixture 'ignition/led-accu-par' (#899)
Browse files Browse the repository at this point in the history
* Update manufacturers.json via editor
* Add fixture 'ignition/led-accu-par' via editor
* Fixes and additions

Co-authored-by: Felix Edelmann <fxedel@gmail.com>
  • Loading branch information
FloEdelmann and fxedel committed May 15, 2019
1 parent ef2018d commit b004144
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 0 deletions.
228 changes: 228 additions & 0 deletions fixtures/ignition/led-accu-par.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,228 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "LED Accu PAR",
"categories": ["Color Changer"],
"meta": {
"authors": ["Karl Humbug"],
"createDate": "2019-05-15",
"lastModifyDate": "2019-05-15"
},
"comment": "Supports Wireless DMX (WDMX).",
"links": {
"manual": [
"https://bkbraun.com/out/media/87401_BA_E_Ignition_Accu_Par_RGB_W.pdf"
],
"productPage": [
"https://bkbraun.com/en/LIGHT/Light-technics/Spotlights/Battery/LED-Accu-PAR-64-Floor-RGB-W-polish.html"
]
},
"physical": {
"dimensions": [285, 377.5, 274],
"weight": 7.1,
"power": 65,
"DMXconnector": "3-pin",
"bulb": {
"type": "10× 3W RGB LEDs + 5× 3W Cool White LEDs"
},
"lens": {
"degreesMinMax": [25, 40]
}
},
"availableChannels": {
"Color Presets": {
"defaultValue": 0,
"capabilities": [
{
"dmxRange": [0, 0],
"type": "NoFunction"
},
{
"dmxRange": [1, 255],
"type": "ColorPreset",
"comment": "36 color presets",
"helpWanted": "Which color can be selected at which DMX value?"
}
]
},
"Red": {
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"Green": {
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"Blue": {
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"White": {
"capability": {
"type": "ColorIntensity",
"color": "Cold White"
}
},
"Strobe": {
"capabilities": [
{
"dmxRange": [0, 15],
"type": "NoFunction"
},
{
"dmxRange": [16, 255],
"type": "ShutterStrobe",
"shutterEffect": "Strobe",
"speedStart": "1Hz",
"speedEnd": "12Hz"
}
]
},
"Dimmer": {
"capability": {
"type": "Intensity"
}
},
"Effects": {
"capabilities": [
{
"dmxRange": [0, 31],
"type": "NoFunction"
},
{
"dmxRange": [32, 63],
"type": "ShutterStrobe",
"shutterEffect": "RampUp"
},
{
"dmxRange": [64, 95],
"type": "ShutterStrobe",
"shutterEffect": "RampDown"
},
{
"dmxRange": [96, 127],
"type": "ShutterStrobe",
"shutterEffect": "RampUpDown"
},
{
"dmxRange": [128, 159],
"type": "Effect",
"effectPreset": "ColorJump"
},
{
"dmxRange": [160, 191],
"type": "Effect",
"effectPreset": "ColorJump",
"comment": "3-color, random"
},
{
"dmxRange": [192, 223],
"type": "Effect",
"effectPreset": "ColorJump",
"comment": "7-color, random"
},
{
"dmxRange": [224, 255],
"type": "Effect",
"effectName": "Sound to light",
"soundControlled": true
}
]
},
"Effect Speed": {
"capability": {
"type": "EffectSpeed",
"speedStart": "slow",
"speedEnd": "fast"
}
},
"Dimmer 2": {
"name": "Dimmer",
"capability": {
"type": "Intensity",
"helpWanted": "What's the difference to the other Dimmer channel? Is this 'Effect Intensity'?"
}
}
},
"modes": [
{
"name": "1 / 1-channel",
"shortName": "1-1ch",
"channels": [
"Color Presets"
]
},
{
"name": "2 / 2-channel",
"shortName": "2-2ch",
"channels": [
"Color Presets",
"Dimmer"
]
},
{
"name": "3 / 3-channel",
"shortName": "3-3ch",
"channels": [
"Red",
"Green",
"Blue"
]
},
{
"name": "4 / 4-channel",
"shortName": "4-4ch",
"channels": [
"Red",
"Green",
"Blue",
"White"
]
},
{
"name": "5 / 6-channel",
"shortName": "5-6ch",
"channels": [
"Red",
"Green",
"Blue",
"White",
"Strobe",
"Dimmer"
]
},
{
"name": "6 / 8-channel 1",
"shortName": "6-8ch1",
"channels": [
"Red",
"Green",
"Blue",
"White",
"Strobe",
"Dimmer",
"Effects",
"Effect Speed"
]
},
{
"name": "7 / 8-channel 2",
"shortName": "7-8ch2",
"channels": [
"Red",
"Green",
"Blue",
"White",
"Strobe",
"Dimmer",
"Effects",
"Dimmer 2"
]
}
]
}
4 changes: 4 additions & 0 deletions fixtures/manufacturers.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@
"name": "Ibiza light",
"website": "https://www.ibiza-light.com/"
},
"ignition": {
"name": "Ignition",
"comment": "Seems to be discontinued."
},
"infinity": {
"name": "Infinity",
"website": "https://www.infinity-intelligent-light.com/"
Expand Down

0 comments on commit b004144

Please sign in to comment.