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.

Scenes are applying after reading
#3
This is the same as with scripts that react to both group write and response the same way. It's not possible to disable this behaviour, but you can attach your scene to another object and write a small script that passes value to it only in case of group write.

Code:
if event.type == 'groupwrite' then
  grp.update('32/1/1', event.getvalue())
end
Reply


Messages In This Thread
Scenes are applying after reading - by Thomas - 16.01.2019, 20:34
RE: Scenes are applying after reading - by admin - 17.01.2019, 07:34

Forum Jump: