04.01.2018, 07:59
(This post was last modified: 04.01.2018, 08:00 by Erwin van der Zwart.)
Hi,
'tags' is not a valid parameter for the remote services 'grp' function.
What you can do is create a new (virtual) object and attach this script to it (change tag name to your tag name):
You can now send a single command to the new created (virtual) object with the remote service to trigger multiple objects.
BR,
Erwin
'tags' is not a valid parameter for the remote services 'grp' function.
What you can do is create a new (virtual) object and attach this script to it (change tag name to your tag name):
Code:
value = event.getvalue()
myobjects = grp.tag('tag name')
myobjects:write(value)
BR,
Erwin