Bind Thing Properties to Stream
Hello Everyone,
I would like to write a location and state property of my things to a Stream (and then use this Stream to display the Location properties on the Google Maps Widget). The Datashape for the Stream is set accordingly (location and String).
Is there a way to ''bind'' the property Values to this Stream so that I always have the current values when I execute the GetStreamData service of my Stream? I am aware of the AddStreamEntry service but It implies that I would have to write the data manually. Also I would have to add the ThingName as a primary key and take care of how the entries are added to avoid redundancy.
PS: Using a ValueStream is not an option for me because I need to get the properties of all my logged things as an Infotable (just like provided by the GetStreamData service)
Any help is appreciated very much!
Best Regards,
Dominik

