-
Notifications
You must be signed in to change notification settings - Fork 66
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 fos-technologies/fos-active-winch
#4477
base: master
Are you sure you want to change the base?
Conversation
Export files validity(Output of test script Test the exported files of selected fixtures against the plugins' export tests. ✔️ fos-technologies / fos-active-winch: d-light / attributes-correctness
✔️ fos-technologies / fos-active-winch: dmxcontrol3 / channel-numbers
✔️ fos-technologies / fos-active-winch: dragonframe / json-schema-conformity
✔️ fos-technologies / fos-active-winch: millumin / json-schema-conformity
✔️ fos-technologies / fos-active-winch: qlcplus_4.12.2 / fixture-tool-validation
✔️ fos-technologies / fos-active-winch: qlcplus_4.12.2 / xsd-schema-conformity
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one looks pretty good. I added the 9-ch "ball" mode.
There also seems to be a "bar" option, but even the manual isn't consistent on how many channels that has, so I left it out for now. It should be easy to add as a pixel array with template channels, though.
}, | ||
"Reset": { | ||
"capability": { | ||
"type": "Generic" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"type": "Generic" | |
"type": "Generic", | |
"helpWanted": "At what DMX values does it reset?" |
}, | ||
"modes": [ | ||
{ | ||
"name": "4ch", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"name": "4ch", | |
"name": "4-channel", |
"Motor speed", | ||
"Reset" | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} | |
}, | |
{ | |
"name": "9-channel", | |
"channels": [ | |
"Motor Position", | |
"Motor Position fine", | |
"Motor speed", | |
"Reset", | |
"Dimmer", | |
"Strobe", | |
"Red", | |
"Green", | |
"Blue" | |
] | |
} |
"capability": { | ||
"type": "Intensity" | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} | |
}, | |
"Strobe": { | |
"type": "Generic", | |
"helpWanted": "What strobe effects at what values?" | |
}, | |
"Red": { | |
"type": "ColorIntensity", | |
"color": "Red" | |
}, | |
"Green": { | |
"type": "ColorIntensity", | |
"color": "Green" | |
}, | |
"Blue": { | |
"type": "ColorIntensity", | |
"color": "Blue" | |
} |
fos-technologies/fos-active-winch
Fixture warnings / errors
Thank you Anonymous!