linuxha / node-red-contrib-mytimeout

A dynamic count down timer for node-red
MIT License
10 stars 10 forks source link

Add topic to 2nd output #28

Open andreypopov opened 4 years ago

andreypopov commented 4 years ago

please, add topic to all outputs) it will help

linuxha commented 4 years ago

Hi Andreypopov, I'm not sure what you are asking for. If you set the topic in the setup that topic will be populated in the output.

If you are trying to use the timer for multiple device going to multiple topics that may not work the way you expect it.

This timer doesn't keep track of the timer matched with each device.

If you are asking for the topic to be set to what is in the input, I should be able to do that.

andreypopov commented 4 years ago

2020-02-05_08-12-45 2020-02-05_08-13-10

linuxha commented 4 years ago

Andreypopov , sorry for being so dense. I think I may need to have a second setup for the Ticks topic. Then you can set both to the same or not. Let me work on that.

andreypopov commented 4 years ago

2020-02-05_21-57-02

Thanks! now it looks like

linuxha commented 4 years ago

I'm not sure how soon I can get to this but I'll try this weekend. I have to write some test cases to add to the test script to test this.