22.10.2020, 14:27
Hi,
Just make a event based script and attach it to a group address or TAG and enter a script like this:
BR,
Erwin
Just make a event based script and attach it to a group address or TAG and enter a script like this:
Code:
if event.getvalue() == true then
alert('There is a defect found in ' .. grp.find(event.dst).name)
end
Erwin