spacemanspiff2007 / PyArtNet

"Python wrappers for the Art-Net protocol to send DMX over Ethernet"
GNU General Public License v3.0
67 stars 13 forks source link

Can not turn lights off without turning anything on initially #25

Closed hynekcer closed 1 year ago

hynekcer commented 1 year ago

I use a script to turn some light on but then is the state of lights undefined initially. I want to turn all lights off initially for some period of time. This is not possible until the first refresh_every period expires. I would like to write e.g. a simple script tu turn lights off with waiting a minimal time determined by universe.wait_for_fades(). I'm writing a PR with fix.