-
Notifications
You must be signed in to change notification settings - Fork 70
Add fixture sagitter/floorbat-plus
#4852
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
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. ✔️ sagitter / floorbat-plus: d-light / attributes-correctness
✔️ sagitter / floorbat-plus: dmxcontrol3 / channel-numbers
✔️ sagitter / floorbat-plus: dragonframe / json-schema-conformity
✔️ sagitter / floorbat-plus: millumin / json-schema-conformity
❌ sagitter / floorbat-plus: qlcplus_4.12.2 / fixture-tool-validation
❌ sagitter / floorbat-plus: 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 is a good start. There's also 3- and 12-channel modes which aren't here yet. The manual is pretty good so it shouldn't be too difficult.
"sagitter": { | ||
"name": "Sagitter", | ||
"website": "https://sagitter.com/en/", | ||
"rdmId": 1 |
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.
"rdmId": 1 |
{ | ||
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", | ||
"name": "FloorBat Plus", | ||
"categories": ["Dimmer", "Color Changer"], |
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.
"categories": ["Dimmer", "Color Changer"], | |
"categories": ["Color Changer"], |
}, | ||
{ | ||
"dmxRange": [5, 63], | ||
"type": "StrobeSpeed", |
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": "StrobeSpeed", | |
"type": "ShutterStrobe", | |
"shutterEffect": "Strobe", |
"type": "StrobeSpeed", | ||
"speedStart": "slow", | ||
"speedEnd": "fast", | ||
"comment": "Random" |
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": "StrobeSpeed", | |
"speedStart": "slow", | |
"speedEnd": "fast", | |
"comment": "Random" | |
"type": "ShutterStrobe", | |
"shutterEffect": "Strobe", | |
"speedStart": "slow", | |
"speedEnd": "fast", | |
"randomTiming": true |
}, | ||
{ | ||
"dmxRange": [192, 255], | ||
"type": "StrobeSpeed", |
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": "StrobeSpeed", | |
"type": "Effect", | |
"effectName": "Flashing strobe", | |
"randomTiming": true, | |
"helpWanted": "What effect is this, exactly?", |
sagitter/floorbat-plus
Thank you https://github.com/morizkraemer!