-
Notifications
You must be signed in to change notification settings - Fork 13
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
Flash Lights indefinitely? #10
Comments
Hey @bahamas10, I noticed that I posted this almost two years ago. I redownloaded hueadm again and found a purpose for it. But I wanted to re-open my question above. Is there a way to make the "lselect" command flash the lights longer than 15 seconds? Is there a value in one of the files of the code that I can edit to change that? Thanks. |
You could create a BASH script that runs it three times, and then run that script via cron every minute...:
That would at least satisfy your "indefinitely" requirement in the OP... |
@DaveTSG I just saw your response even though it was a year ago. Adding the sleep 15 and then two && in my command actually makes this work! Thanks! |
Is there a way to flash the lights indefinitely or for a set period of time? Kind of like using the lselect command (but I need it longer than 15 seconds)? Thanks.
The text was updated successfully, but these errors were encountered: