fix(cron): auto load delay set to 5 seconds

this is required so that the config can load as cron requires the config

!2
This commit is contained in:
2023-08-15 13:17:54 +09:30
parent c27c12bb29
commit 65a370b810

View File

@ -14293,7 +14293,7 @@
"repeat": "60", "repeat": "60",
"crontab": "", "crontab": "",
"once": true, "once": true,
"onceDelay": 0.1, "onceDelay": "5",
"topic": "", "topic": "",
"x": 180, "x": 180,
"y": 160, "y": 160,