eliasjhojala / DMX-lighting-controller

0 stars 0 forks source link

fullOn not functioning properly #1

Closed ollpu closed 10 years ago

ollpu commented 10 years ago

fullOn only works when it is changed from false to true. When it is put to false, it still keeps all the lights on.

eliasjhojala commented 10 years ago

Yes that's true. FullOn isn't modular enough. You have to do one for loop to go back to situation before fullon.

ollpu commented 10 years ago

eliasjhojala has implemented a fix for this issue. You can now use commands blackOut(boolean);, fullOn(boolean); and blackOutToggle();, fullOnToggle();

Issue closed.