21.10.2024, 10:24
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
Then create an event logic with this:
evento = event.type
if evento == 'groupread' then
grp.response(event.dst, grp.getvalue(event.dst) )
end