Question
get all implemented things with a certain property in a service
Hello,
i have thing template with a property of type THINGNAME.
i'm writing a service and in there i need to get a list of all thing that implement that template and have a certain thingname as that property.
How can i do that?
I assume can somehow call the getImplementedThings service and compare the property each element. If that is the easiest solution, how do i call that service?

