Steve-Mcl / node-red-contrib-cron-plus

A flexible scheduler node for Node-RED (featuring full dynamic control, sunrise/sunset by location and Timezone support)
MIT License
45 stars 12 forks source link

cron 0 15,30,45 -> 0 trigger #39

Closed bruma59 closed 3 years ago

bruma59 commented 3 years ago

Is it possible that only 15, 30 and 45 min have a trigger and not at the hour (0)?

Steve-Mcl commented 3 years ago

0 15,30,45 * * * * * should work

image

As should 0 15/15 * * * * * image