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

Feature request - Suspend/Resume schedule with input #14

Closed scambo00 closed 7 years ago

scambo00 commented 8 years ago

Programmable input to suspend or resume schedule.

biddster commented 8 years ago

Could you please flesh this out a little more? I'm not sure what you need.

scambo00 commented 8 years ago

For the check box "Suspending scheduling" could an input be added to make this programmable? I am looking to have several different schedules in the same flow. I need a way to suspend them all with an input. Without having to open each and check the box.

biddster commented 8 years ago

Ok - this sounds reasonable, I'll add it to a future release.

biddster commented 7 years ago

This is in testing at the moment, should be released next week.

elyobelyob commented 7 years ago

Any news on this? it's something I'm eagerly waiting for! Thanks

biddster commented 7 years ago

Fixed in release 0.8.0, please see the readme for details of programmatic control.

elyobelyob commented 7 years ago

Thankyou