node-dmx / dmx-web

The node.js DMX Webinterface and API
MIT License
35 stars 8 forks source link

Implement a method to stop the current animation #3

Open Fensterbank opened 5 years ago

Fensterbank commented 5 years ago

Animations can be startet by using a POST method, but there is no way to stop the current animation. ~A workaround is to start an animation which sets an unused channel, this will force the current running animation to stop.~

I think it makes sense to implement an API method to stop the running animation.