biddster / node-red-contrib-schedex

Scheduler for node-red which allows you to enter on/off times as 24hr clock (e.g. 01:10) or suncalc events (e.g. goldenHour). It also allows you to offset times and randomise the time within the offset.
23 stars 17 forks source link

send on/off when timer gets triggered #34

Closed iDeam0316 closed 6 years ago

iDeam0316 commented 6 years ago

currently, when timer gets triggered, the payload is an empty string, like "". It will be nice if the output payload can be "on"/ "off" or 1/0 instead of empty string.

iDeam0316 commented 6 years ago

The feature is there already. I know how to use it now.