-
Notifications
You must be signed in to change notification settings - Fork 65
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 litecraft/wt20-swa
#4580
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. ✔️ litecraft / wt20-swa: d-light / attributes-correctness
✔️ litecraft / wt20-swa: dmxcontrol3 / channel-numbers
✔️ litecraft / wt20-swa: dragonframe / json-schema-conformity
✔️ litecraft / wt20-swa: millumin / json-schema-conformity
✔️ litecraft / wt20-swa: qlcplus_4.12.2 / fixture-tool-validation
✔️ litecraft / wt20-swa: 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 great start, but it's only the 3-ch mode. There's also 1/2/6-ch modes to add.
It's a simple fixture and the manual is clear so it wouldn't be difficult for someone to finish.
], | ||
"video": [ | ||
"https://www.mothergrid.de/video/inside-the-insane-deadmau5-cube-v3/" | ||
] |
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.
], | |
"video": [ | |
"https://www.mothergrid.de/video/inside-the-insane-deadmau5-cube-v3/" | |
] | |
] |
Unrelated lighting video.
"Cold White": { | ||
"capability": { | ||
"type": "ColorIntensity", | ||
"color": "White" |
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.
"color": "White" | |
"color": "Cold White" |
"physical": { | ||
"dimensions": [28.5, 22.1, 31], | ||
"weight": 6, | ||
"power": 230, |
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.
"power": 230, | |
"power": 115, |
] | ||
}, | ||
"physical": { | ||
"dimensions": [28.5, 22.1, 31], |
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.
"dimensions": [28.5, 22.1, 31], | |
"dimensions": [285, 221, 310], |
"name": "Extended", | ||
"shortName": "Extended", |
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": "Extended", | |
"shortName": "Extended", | |
"name": "1-channel", | |
"shortName": "1ch", |
{ | ||
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", | ||
"name": "WT20.swa", | ||
"categories": ["Dimmer"], |
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"], | |
"categories": ["Other"], |
litecraft/wt20-swa
Fixture warnings / errors
Thank you diana!