UNPKG

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
### 1.4.0 - New input parameter "state" added ### 1.3.0 - fix bug that prevents multiple schedules ### 1.2.4 - readme fixes ### 1.2.3 - readme fixes ### 1.2.2 - fix visual bug with schedules ending at midnight ### 1.1.1 - minor change in status output, dont show 'empty' when there is no timer set. ### 1.1.0 - 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. ### 1.0.1 - code cleanup ### 1.0.0 - stable release ### 0.0.12 **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 ### 0.0.11 **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 ### 0.0.10 **fixes** - multiple versions of this node would overwrite each other.