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.

Scale Values
#2
You will need a script attached to a tag and some specific addressing rules to calculate the destination group address. This example converts first address part from 5 to 6:
Code:
value = event.getvalue() * 3600
dst = event.dst:gsub('^5/', '6/')
grp.update(dst, value)
Reply


Messages In This Thread
Scale Values - by christian.troen@haaland.no - 06.03.2019, 13:15
RE: Scale Values - by admin - 06.03.2019, 13:20

Forum Jump: