-
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 evolight/evolite
#4526
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. ✔️ evolight / evolite: d-light / attributes-correctness
✔️ evolight / evolite: dmxcontrol3 / channel-numbers
✔️ evolight / evolite: dragonframe / json-schema-conformity
✔️ evolight / evolite: millumin / json-schema-conformity
❌ evolight / evolite: qlcplus_4.12.2 / fixture-tool-validation
❌ evolight / evolite: qlcplus_4.12.2 / xsd-schema-conformity
|
"rdm": { | ||
"modelId": 0 | ||
}, |
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.
"rdm": { | |
"modelId": 0 | |
}, |
"links": { | ||
"manual": [ | ||
"https://www.manualslib.com/products/Evolite-Frz-100ww-13707541.html?utm_source=chatgpt.com" | ||
], | ||
"productPage": [ | ||
"https://www.manualslib.com/products/Evolite-Frz-100ww-13707541.html?utm_source=chatgpt.com" | ||
], | ||
"video": [ | ||
"https://www.manualslib.com/products/Evolite-Frz-100ww-13707541.html?utm_source=chatgpt.com" | ||
] |
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.
"links": { | |
"manual": [ | |
"https://www.manualslib.com/products/Evolite-Frz-100ww-13707541.html?utm_source=chatgpt.com" | |
], | |
"productPage": [ | |
"https://www.manualslib.com/products/Evolite-Frz-100ww-13707541.html?utm_source=chatgpt.com" | |
], | |
"video": [ | |
"https://www.manualslib.com/products/Evolite-Frz-100ww-13707541.html?utm_source=chatgpt.com" | |
] | |
"links": { | |
"manual": [ | |
"https://www.manualslib.com/products/Evolite-Frz-100ww-13707541.html" | |
] |
"name": "EVOLITE", | ||
"shortName": "FR100Z", |
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": "EVOLITE", | |
"shortName": "FR100Z", | |
"name": "FRZ-100WW", |
Might be worthwhile to change the filename to "frz-100ww.json" or similar, too. Is the filename considered user-facing, or just an implementation detail?
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", | ||
"name": "EVOLITE", | ||
"shortName": "FR100Z", | ||
"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"], |
}, | ||
"physical": { | ||
"lens": { | ||
"degreesMinMax": [10, 50] |
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.
"degreesMinMax": [10, 50] | |
"degreesMinMax": [10, 60] |
"speedEnd": "fast", | ||
"comment": "STROB SLOW" |
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.
"speedEnd": "fast", | |
"comment": "STROB SLOW" | |
"speedEnd": "fast" |
"shutterEffect": "Closed", | ||
"comment": "NO STROB" |
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.
"shutterEffect": "Closed", | |
"comment": "NO STROB" | |
"shutterEffect": "Open" |
"type": "ShutterStrobe", | ||
"shutterEffect": "Open", | ||
"comment": "ALEATOIRE - 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": "ShutterStrobe", | |
"shutterEffect": "Open", | |
"comment": "ALEATOIRE - RANDOM" | |
"type": "Effect", | |
"effectPreset": "Strobe", | |
"randomTiming": true |
}, | ||
"modes": [ | ||
{ | ||
"name": "3 CANAUX", |
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": "3 CANAUX", | |
"name": "3-channel", |
} | ||
}, | ||
"modes": [ | ||
{ |
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": "1-channel", | |
"channels": [ | |
"Dimmer" | |
] | |
}, | |
{ | |
"name": "2-channel", | |
"channels": [ | |
"Dimmer", | |
"Dimmer fine" | |
] | |
}, | |
{ |
evolight/evolite
Thank you LudoLight!