mrgadget / node-red-contrib-eztimer

A simple-yet-flexible timer/scheduler for node-red
MIT License
13 stars 6 forks source link

Trigger event output not as selected. #12

Closed marc-gist closed 5 years ago

marc-gist commented 5 years ago

I've setup eztimer (thank you for a great node) and recently tried to set it up as a trigger only, time of day (so set clock) and then set the output to send a "timestamp"

image

Payload is empty rather than a timestamp as expected.

mrgadget commented 5 years ago

Evening! So you found another value type I wasn't handling huh? :) Thanks!

Version 1.1.1 should sort this - just two lines of code to conditionally handle the date value type (displayed as timestamp in the UI).

Tested fine for me - let me know if you have any issues.

Cheers, Ben.

marc-gist commented 5 years ago

Look like i did ;) as i've said, thank for the great node, using it more and more :)