Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fixture wildfire-lighting/viostorm-series #4605

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions fixtures/manufacturers.json
Original file line number Diff line number Diff line change
Expand Up @@ -550,5 +550,10 @@
"name": "Venue",
"comment": "Venue by Proline",
"website": "https://venuelightingeffects.com/"
},
"wildfire-lighting": {
"name": "Wildfire Lighting",
"comment": "Blacklight, UV",
"website": "https://wildfirelighting.com"
}
}
148 changes: 148 additions & 0 deletions fixtures/wildfire-lighting/viostorm-series.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "VioStorm Series",
"categories": ["Effect"],
"meta": {
"authors": ["Tim Linamen"],
"createDate": "2025-01-30",
"lastModifyDate": "2025-01-30"
},
"links": {
"manual": [
"https://wildfirelighting.com/wp-content/uploads/2018/09/Manual-VioStorm-Series-English-French-Canadian-215-005-05.pdf"
],
"productPage": [
"https://wildfirelighting.com/products/viostorm-uv-led-lighting-series/"
]
},
"physical": {
"dimensions": [350, 393, 285],
"weight": 6.05,
"power": 175,
"DMXconnector": "5-pin",
"bulb": {
"type": "LED"
}
},
"availableChannels": {
"Effects": {
"capabilities": [
{
"dmxRange": [0, 5],
"type": "NoFunction"
},
{
"dmxRange": [6, 65],
"type": "ShutterStrobe",
"shutterEffect": "Strobe",
"speedStart": "slow",
"speedEnd": "fast"
},
{
"dmxRange": [66, 125],
"type": "ShutterStrobe",
"shutterEffect": "Lightning",
"speedStart": "slow",
"speedEnd": "fast"
},
{
"dmxRange": [126, 185],
"type": "ShutterStrobe",
"shutterEffect": "Pulse",
"speedStart": "slow",
"speedEnd": "fast"
},
{
"dmxRange": [186, 245],
"type": "ShutterStrobe",
"shutterEffect": "Strobe",
"speedStart": "slow",
"speedEnd": "fast",
"randomTiming": true
},
{
"dmxRange": [246, 246],
"type": "Effect",
"effectName": "Slow fade 1m"
},
{
"dmxRange": [247, 247],
"type": "Effect",
"effectName": "Slow fade 2m"
},
{
"dmxRange": [248, 248],
"type": "Effect",
"effectName": "Slow fade 3m"
},
{
"dmxRange": [249, 249],
"type": "Effect",
"effectName": "Slow fade 4m"
},
{
"dmxRange": [250, 250],
"type": "Effect",
"effectName": "Slow fade 5m"
},
{
"dmxRange": [251, 251],
"type": "Effect",
"effectName": "Slow fade 6m"
},
{
"dmxRange": [252, 252],
"type": "Effect",
"effectName": "Slow fade 7m"
},
{
"dmxRange": [253, 253],
"type": "Effect",
"effectName": "Slow fade 8m"
},
{
"dmxRange": [254, 254],
"type": "Effect",
"effectName": "Slow fade 9m"
},
{
"dmxRange": [255, 255],
"type": "Effect",
"effectName": "Slow fade 10m"
}
]
},
"Dimmer": {
"fineChannelAliases": ["Dimmer fine"],
"capability": {
"type": "Intensity"
}
}
},
"modes": [
{
"name": "3 Channel",
"shortName": "3ch",
"channels": [
"Effects",
"Dimmer",
"Dimmer fine"
]
},
{
"name": "2 Channel",
"shortName": "2ch",
"channels": [
"Dimmer",
"Dimmer fine"
]
},
{
"name": "1 Channel",
"shortName": "1ch",
"channels": [
"Dimmer"
]
}
]
}
Loading