Question
Getting Remote Thing Enabled Status on SDK
Hi Team,
I am trying to check thing enabled status on SDK side. based on thing enabled status, i want to perform different operations.
Please find the code below to get thing enabled status on SDK side:
VirtualThing thing = mClient.getThing(ThingName);
bool b = thing.isEnabled();
This Enabled status always returns true though thing is not active on the server. Please provide your inputs on this.

