Hi,
I dont know if I m at the right place to ask but I would like to run a device handler lets say each 5 seconds to refresh data… But with runEvery1Minutes(handlerMethod) I can only run it every minutes. Since this function run the handler at random time for the first execution and then run every minutes, can I add this line of code multiple time to execute the handler multiple time per minutes?
Thanks!