node-red-contrib-timerswitch
Version:
An easy, intuitive and precise node-red timer that allows you to turn something on/off multiple times a day and supports schedules as low as 1 second.
59 lines (30 loc) • 1.05 kB
Markdown
- New input parameter "state" added
- fix bug that prevents multiple schedules
- readme fixes
- readme fixes
- fix visual bug with schedules ending at midnight
- minor change in status output, dont show 'empty' when there is no timer set.
- changed the "run" command to "resume" but run still works for backwards compatibility
- the resume command will now return the schedule to its normal operation and undo any manual or pause action.
- code cleanup
- stable release
**fixes**
- the scheduler was started too early which could cause msgs to get lost when sent to other nodes.
- the status could show the wrong message when turning manual mode on and off
**fixes**
- if the scheduler was started with a schedule going on yesterday and goes off in the future, the schedule was not started properly
- second on event never fired
**fixes**
- multiple versions of this node would overwrite each other.