setProperty method
Hello community,
I'm trying to figure out how does the property synchronization mechanism work.
I'm using TW 6.5 and the Java SDK.
If I understand well VALUE,TIME; QUALITY property is associated to each property update EVEN IF you don't specify them explicitly. I assume this because you can always invoke the "/Thingworx/Things/ThingName/PropertiesVTQ" REST API method on a Thing property.
In particular how does the setPropertyValue() method work?
I guessing this: setPropertyValue() assumes currentTime taken at the invocation time of the setPropertyValue(), and it assumes quality GOOD.
Am I guessing right?
Giuliano

