ThingWorx MQTT Extension and DataChanged Events
I'm working with the ThingWorx MQTT extension on version 7.2, and I'm finding that updates to properties via MQTT topics aren't firing DataChanged events on my Things. Manual changes to the properties the topics are bound to fire the DataChanged events. For example, if I use the String type of the data coming from MQTT, I can alter the value and see a subscription on the object change. But if that same change happens via the MQTT topic, no event is fired, even though the property data is updated.
Is there a way to see catch property changes when MQTT topics update a property?
Thanks,
G

