Probably a dumb question, but I could not find it in searches, and the docs didn't really say..
On a tag change script, when using multiple lines of tags or wildcards, what value would be expected from newValue.getValue()? The docs say value of “the tag”. So, if I have 7 tags, any of which would execute the script on change, would newValue represent the last changed value of any of the 7 tags?
I need my script to open a fire alarm popup which maps the location of status of fire system events. This popup should only open once (it's non closeable except by administrative level) when any of the 7 become true the first time. If I script “if newValue.getValue open nav”, would this work?