07.09.2020, 20:17
Hi,
grp.settags overwrite existing tag name in group as I found out. Is possible add or remove new tag to existing one, not delete it?
My variant overwriting existing tag name..
BR,
Alex
grp.settags overwrite existing tag name in group as I found out. Is possible add or remove new tag to existing one, not delete it?
My variant overwriting existing tag name..
Code:
groupvalue = event.getvalue('39/1/10')
if groupvalue == true
then
grp.settags('2/0/3', 'lightcntr')
else
grp.settags('2/0/3', '')
end
BR,
Alex