Logic Machine Forum
Read request - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: Read request (/showthread.php?tid=5691)



Read request - stonecroft - 21.10.2024

Hello.

I somewhere have seen a solution for LM to answer read request but I'm not able to find it on the forum.
Can somebody please help?


RE: Read request - kike - 21.10.2024

Just create a tag and tag the object you want to readresponse

Then create an event logic with this:


evento = event.type


if evento == 'groupread' then

grp.response(event.dst, grp.getvalue(event.dst) )

end