Steps to re-create
- Press Inject1
- First 5 second timer shows running, then expires
- Second 5 second timer shows running, then expires.
- This is good
- Press stop
- Second 5 second timer shows ‘stopped’
- Press inject1
- First 5 second timer shows running, then expires
- Second 5 second timer clears the ‘stopped’ message but does not run.
The second 5 second timer will not run again without a direction injection using Inject2.
How do I get the second 5 sec timer to be able to run again after stopping it once?
[{"id":"95f65e76f41ed604","type":"tab","label":"Flow 2","disabled":false,"info":""},{"id":"560c929059c2f147","type":"inject","z":"95f65e76f41ed604","name":"Inject1","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payloadType":"date","x":122,"y":81,"wires":[["7231abd0a50e42d5"]]},{"id":"6c3cb3140f1ae775","type":"inject","z":"95f65e76f41ed604","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"stop","payloadType":"str","x":392,"y":171,"wires":[["7cde4641cfeb63b8"]]},{"id":"7231abd0a50e42d5","type":"stoptimer","z":"95f65e76f41ed604","duration":"5","units":"Second","payloadtype":"num","payloadval":"0","name":"","x":324,"y":81,"wires":[["7cde4641cfeb63b8"],[]]},{"id":"7cde4641cfeb63b8","type":"stoptimer","z":"95f65e76f41ed604","duration":"5","units":"Second","payloadtype":"num","payloadval":"0","name":"","x":567,"y":81,"wires":[[],[]]},{"id":"38caef8c03d27b70","type":"inject","z":"95f65e76f41ed604","name":"Inject2","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payloadType":"date","x":383,"y":225,"wires":[["7cde4641cfeb63b8"]]}]