Call the same service on each thing of a thing shape
Hello,
I have a thingShape with a service that works.
I want to execute It on every thing which has this service by using a button from my mashup.
What is the simplest way of doing so?
Hello,
I have a thingShape with a service that works.
I want to execute It on every thing which has this service by using a button from my mashup.
What is the simplest way of doing so?
ThingShapes[NameOfThingShape].GetImplementingThings
for each item
Things[row.name].ServiceToInvoke({Parameters});
Something like that
Just be aware about what type of impact this could have on your system, for example if this is thousands of Things all running your service.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.