Check Whether a Thing's Properties Have Changed
I'm wanting to check whether the Thing's properties have been updated within a certain period. I've tried the "HavePropertiesChangedSince()" service, but it seems to include the metadata properties such as "name," "description," "tags," and "thingTemplate" in its decision. I only need to know if my custom properties (Temperature for example) have changed.
Any ideas on a way to accomplish this? Is there a way to get a list of the custom properties on a Thing without the metadata properties?

