How to change specific ThingShape property definition programmatically?
Hello all,
I need to change ThingShape property definition programmatically, namely dataChangeThreshold parameter along with dataChangeType. The idea is to choose the most appropriate deadband based on historical data. I mistakenly thought that AddPropertyDefinition() service would be able to do it, but apparently it cannot. SetRemotePropertyBinding() service cannot do it either.
I recently learnt about the aspects in ThingWorx and came up with the way of extracting dataChangeTreshold, link. Now I need to learn how to set this value in ThingWorx. Many thanks!

