node-red-contrib-ui-time-scheduler
node-red-contrib-ui-time-scheduler copied to clipboard
[Enhancement] One-Time schedule
Really amazing node!
I'm aware that you can send new schedules into your node. Would it be possible to have them as single event, so it gets deleted from the list as soon the schedule expires ?
Example:
- add schedule (Today 2pm-3pm) via msg.payload
- Schedule is visible in the list via UI
- schedule will be executed in the given time
- at 3pm the schedule will stop and the list will be cleared
thanks for considering