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.

Source address
#1
Hello Dears,
I want to run a script only if the source address is from KNX Bus and not from LM Server?
Best Regards,
Reply
#2
Like this:
Code:
if event.sender == 'bus' then
...
end
Reply
#3
(04.07.2024, 11:32)admin Wrote: Like this:
Code:
if event.sender == 'bus' then
...
end

Thank you adminĀ 
what are the values of event.sender?
Best Regards,
Reply
#4
See this: https://forum.logicmachine.net/showthrea...3#pid19193
Reply


Forum Jump: