Hello:) I need to ping E2 chip or chips every 5 seconds. I tried doing it like:
interval(5000)
dsSend(“pingchip”, “group”, “”)
if(dsClk) {e2 online} else {offline}
But this code is strange, cause it affects another part of code. What is another way to go around it? Maybe something with functions? Or separate chip, that will ping chips? Thanks in advance!