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.

Smartphone visualization - invert boolean rocket icon
#2
This cannot be configured, but you can use a virtual object as a work-around.

Event script for main object (1/1/1):
Code:
if event.sender ~= 'se' then
  value = event.getvalue()
  grp.write('32/1/1', not value)
end

Event script for virtual object (32/1/1):
Code:
if event.sender ~= 'se' then
  value = event.getvalue()
  grp.write('1/1/1', not value)
end
Reply


Messages In This Thread
RE: Smartphone visualization - invert boolean rocket icon - by admin - 07.02.2019, 08:31

Forum Jump: