Get/Update properties of Disabled Thing.
We are working on a use case involving remote things and two services to enable/disable these things. Initially after creation these things remain disabled. I need to get/update properties for disabled things. One way to do this is to enable the thing, restart and get/update and then disable it back. I want to avoid performing these operations each time as the number of remote things is quite large, so it will impact the performance of the overall solution.
Is there a way to get/update properties of disabled things without enabling(and restart) them?
Another query, what is the exact use case for Enable/Disable Thing Services?

