Skip to content

Commit

Permalink
Add fixture showtec/helios-cob-200w-rgbw-4in1 via editor
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Feb 9, 2025
1 parent 49e828b commit 7b2fbce
Showing 1 changed file with 102 additions and 0 deletions.
102 changes: 102 additions & 0 deletions fixtures/showtec/helios-cob-200w-rgbw-4in1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "Helios COB 200W RGBW 4in1",
"shortName": "Helios COB RGBW",
"categories": ["Color Changer", "Dimmer", "Strobe"],
"meta": {
"authors": ["Simon PROUVEZE"],
"createDate": "2025-02-09",
"lastModifyDate": "2025-02-09"
},
"links": {
"manual": [
"https://www.highlite.com/fr/marques/43715-helios-200-cob-q4.html"
],
"productPage": [
"https://www.highlite.com/fr/marques/43715-helios-200-cob-q4.html"
],
"video": [
"https://www.ltt-versand.de/fr/lumiere/projecteurs/projecteurs-a-led/autres-projecteurs-a-led/11749/showtec-helios-200-cob-q4"
]
},
"rdm": {
"modelId": 43715,
"softwareVersion": "43715"
},
"physical": {
"dimensions": [269, 204, 437],
"weight": 5.2,
"power": 200,
"DMXconnector": "3-pin and 5-pin",
"bulb": {
"type": "LED COB 4in1",
"lumens": 2036
},
"lens": {
"name": "COB 4in1",
"degreesMinMax": [60, 60]
}
},
"availableChannels": {
"Dimmer": {
"capability": {
"type": "Intensity",
"brightnessStart": "off",
"brightnessEnd": "off"
}
},
"Strobe": {
"capabilities": [
{
"dmxRange": [0, 10],
"type": "NoFunction"
},
{
"dmxRange": [11, 255],
"type": "StrobeSpeed",
"speedStart": "slow",
"speedEnd": "slow",
"comment": "Flash to fast strob"
}
]
},
"Red": {
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"Green": {
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"Blue": {
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"White": {
"capability": {
"type": "ColorIntensity",
"color": "White"
}
}
},
"modes": [
{
"name": "SLAVE",
"shortName": "SLAVE",
"channels": [
"Dimmer",
"Strobe",
"Red",
"Green",
"Blue",
"White"
]
}
]
}

0 comments on commit 7b2fbce

Please sign in to comment.