Skip to content
Merged
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
42 changes: 28 additions & 14 deletions fixtures/stairville/revueled-120-cob-rgbww.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"shortName": "SVRevue120RGBWW",
"categories": ["Color Changer"],
"meta": {
"authors": ["RAZAKANIRINA"],
"authors": ["RAZAKANIRINA", "pade", "Luke Nelson"],
"createDate": "2019-04-15",
"lastModifyDate": "2024-11-23"
"lastModifyDate": "2025-08-29"
},
"links": {
"manual": [
Expand Down Expand Up @@ -68,21 +68,35 @@
},
"Strobe": {
"defaultValue": 0,
"capability": {
"type": "ShutterStrobe",
"shutterEffect": "Strobe",
"speedStart": "0%",
"speedEnd": "100%",
"helpWanted": "At which DMX value is strobe disabled? When is the lamp constantly on/off?"
}
"capabilities": [
{
"dmxRange": [0, 9],
"type": "ShutterStrobe",
"shutterEffect": "Open"
},
{
"dmxRange": [10, 255],
"type": "ShutterStrobe",
"shutterEffect": "Strobe",
"speedStart": "0%",
"speedEnd": "100%"
}
]
},
"Auto Programs": {
"defaultValue": 0,
"capability": {
"type": "Effect",
"effectName": "Built-in automatic show programs",
"helpWanted": "At which DMX values can a show program be selected and when is no show active?"
}
"capabilities": [
{
"dmxRange": [0, 9],
"type": "NoFunction"
},
{
"dmxRange": [10, 255],
"type": "Effect",
"effectName": "Built-in automatic show programs",
"helpWanted": "What programs are available and at which DMX values?"
}
]
}
},
"modes": [
Expand Down
Loading