hamsando / node-red-contrib-stoptimer-varidelay

Apache License 2.0
7 stars 2 forks source link

Pause and continue the timer #14

Open dougiteixeira opened 3 years ago

dougiteixeira commented 3 years ago

Hi, very good this.

It would be possible to include the option to pause the timer through a received message (msg.pause = true) and continue (continue = true)?

This feature would help a lot in some automations, so we could restart a certain action from the time we stopped.

hamsando commented 3 years ago

That seems like a good logical feature to add. I'll start thinking about the best way to implement it.