node-red-contrib-stoptimer
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "node-red-contrib-stoptimer", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Sends the msg through the first output after the set timer duration. If a new msg is received before the timer has ended, the timer will be restarted, unless the new msg has a payload of 'stop' or 'STOP', in which case it will stop the timer. The second output allows you to send an additional payload of a number, string or boolean. If the timer is stopped, the second output will automatically send a payload of 'stopped'.", | ||
@@ -5,0 +5,0 @@ "main": "stoptimer.js", |
@@ -17,1 +17,3 @@ Stop Timer for node-red | ||
0.0.5 - As per request, I have included a second output. You can set the payload for the second output to a number, string or boolean, however, if the timer is stopped with an incoming msg, the second output will send the payload of "stopped". | ||
0.0.6 - Forgot to update the "info" panel instructions inside of node-red to include the new features. |
Sorry, the diff of this file is not supported yet
8254
19