This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Support Request on Lua Scripting
#9
Hello, how to ping a device? I can't get him to answer what's wrong with me?

Code:
12345678910
result = knxlib.ping('32/3/40') --- cadena 250 bytes??? if result == false then   grp.write('32/3/42 ', false)   elseif result == true then   grp.write('32/3/42 ', true)   end

Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
RE: Support Request on Lua Scripting - by nmedalacabeza - 29.12.2022, 17:24

Forum Jump: