biddster / node-red-contrib-time-range-switch

A simple Node-RED node that routes messages depending on the time.
18 stars 6 forks source link

Wrong label of outputs #27

Closed Jarod2801 closed 4 years ago

Jarod2801 commented 4 years ago

Looks like the labels of the outputs are switched. If the current time falls within the range specified the message is forwarded to "output 2". Output 2 is labelled with "within".

biddster commented 4 years ago

Thanks for the report.

If the current time falls within the range specified, the message goes to output 1 and that is labelled "within".

Are you saying that messages are going to the wrong outputs?

If so, please can you let me know the version of node red you're using and the version of this node you're using?

What timezone are you in?

biddster commented 4 years ago

Oh, I can see you're in Germany.

Jarod2801 commented 4 years ago

Hi,

looks like I made an error with the TZ. Retried it some minutes ago.

Everything works like expected.

image

Sorry for the confusion.

biddster commented 4 years ago

No problem at all. Bug reports are always welcome.