Skip to content
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

D::Light plugin improvements #1574

Open
FloEdelmann opened this issue Nov 12, 2020 · 0 comments
Open

D::Light plugin improvements #1574

FloEdelmann opened this issue Nov 12, 2020 · 0 comments
Labels
component-plugin Affects one or more import or export plugins.

Comments

@FloEdelmann
Copy link
Member

As @sl1200mk2 told me via email, there are 3 improvements for the D::Light plugin to make:

Use EXTRA instead of INTENSITY

I've an issue with Briteq _ Pro Beamer Zoom Indoor (Tour 8 bit).
offset n°8 is classed as INTENSITY attribute (as offset 1) but D::Light only understand 1 offset as INTENSITY (for several reasons...)
would it be possible to set offset8 as EXTRA or EFFECT? (I think EXTRA is better as no one that use D::Light will use Auto_Programs (neither Auto_Program_speed which should also be classed as EXTRA and not EFFECT)).
the purpose of EXTRA is not to pollute EFFECT attribute.

D::Light now supports modes

another thing, as there's Manufacturer and Type for fixtures, there's now Mode.
for example using Briteq personality I would now set :
Manufacturer == Briteq
Type == Pro Beamer Zoom Indoor
Mode == Tour 8bit

Home can be NULL

for offset that are classed as CONTROL, I've a new Home value which is NULL.
if the offset is registered with NULL value (which is most of the time what we want) HOME won't be processed for this offset.

@FloEdelmann FloEdelmann added the component-plugin Affects one or more import or export plugins. label Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component-plugin Affects one or more import or export plugins.
Projects
None yet
Development

No branches or pull requests

1 participant