Run dzVents script manually
Posted: Sunday 01 March 2020 16:35
Is there a way to run dzVEnts scripts manually? Or to force a script to be executed?
If I for example have a script that run every minute
on = {
timer = {
'every minute'
}
},
During development and debugging I don't want to wait one minute for the script to be executed.
If I for example have a script that run every minute
on = {
timer = {
'every minute'
}
},
During development and debugging I don't want to wait one minute for the script to be executed.