bahamas10 / hue-cli

A command line interface to phillips hue
http://bahamas10.github.com/hue-cli/
221 stars 24 forks source link

clear should also clear alert mode #8

Closed djeclemen closed 7 years ago

djeclemen commented 8 years ago

when using 'clear': l.forEach(function(id) { client.state(id, {effect: 'none'} the alert mode are not cleared.

please implement clearalert or just clear that clears the alert mode when using 'clear': l.forEach(function(id) { client.state(id, {alert: 'none'}