06.03.2019, 13:20
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)