Getting logged property values from value stream
Hi,
I have a Thing with some logged properties. Properties are defined in the ThingTemplate as logged, not persistent, not read-only. I also tried direct logged properties with the Thing not from the ThingTemplate.
I have a ValueStream created and have it attached to the Thing. Property values change regularly on a Timer event (and manually).
How can I access the logged values for the logged properties either from the value stream or the thing itself? I don't see any ValueStream services for accessing the stream values. The documentation does not speak to how to get value stream data. What do I miss?
Calling service GetLoggedProperties on the Thing returns the logged properties, so this is OK.
Calling service GetPropertyLogging on the direct properties returns true, on a inherited properties from the template returns an error.
Thingworx 5.0.2.33
Much appreciated!

