Solved
How to set the reportingStrategy of a remote thing programmatically
How can I set the reportingStrategy of a remote thing programmatically?
Since reportingStrategy is a configuration and not a property, I'm not sure how to do this.
For thing properties, I know it is something like the following:
Things[thingname].propertyname = "some value";

