Skip to content

Commit

Permalink
New fixture compiled into all_fixtures json
Browse files Browse the repository at this point in the history
  • Loading branch information
anselanza committed Apr 14, 2024
1 parent cc772d1 commit 4fb1302
Showing 1 changed file with 87 additions and 0 deletions.
87 changes: 87 additions & 0 deletions src/all_fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,93 @@
}
]
}
,{
"name": "SHEHDS LED Flat PAR 12x3W RGBW",
"reference": "https://open-fixture-library.org/shehds/led-flat-par-12x3w-rgbw",
"modes": [
{
"name": "8-channel mode",
"mappings": [
{
"channel": 1,
"label": "Intensity dimmer",
"notes": "from dark (0) to bright (255)"
},
{
"channel": 2,
"label": "Intensity red",
"notes": "from dark (0) to bright (255)"
},
{
"channel": 3,
"label": "Intensity green",
"notes": "from dark (0) to bright (255)"
},
{
"channel": 4,
"label": "Intensity blue",
"notes": "from dark (0) to bright (255)"
},
{
"channel": 5,
"label": "Intensity white",
"notes": "from dark (0) to bright (255)"
},
{
"channel": 6,
"label": "Strobe",
"notes": "from fast (0) to slow (255)"
},
{
"channel": 7,
"label": "Intensity red",
"notes": "from dark (0) to bright (255)"
},
{
"channel": 7,
"label": "Auto and sound programs",
"home": 0,
"ranges": [
{
"range": [0, 250],
"label": "Auto modes"
},
{
"range": [251, 255],
"label": "Sound modes"
}
]
},
{
"channel": 8,
"label": "Control speed for auto + sound programs",
"notes": "from slow (0) to fast (255)"
}
],
"macros": [
{
"control": {
"label": "brightness",
"channels": [1]
}
},
{
"colour": {
"label": "colour",
"channels": {
"additive": {
"red": [2],
"green": [3],
"blue": [4],
"white": [5]
}
}
}
}
]
}
]
}
,{
"name": "Varytec HERO 340FX",
"reference": "https://images.thomann.de/pics/atg/atgdata/document/manual/449224_c_449223_v2_en_online.pdf",
Expand Down

0 comments on commit 4fb1302

Please sign in to comment.