Hello,
When you have several devices registered in ATT, is it possible to get all those devices with the API?
The code for getting all assets is:
client.subscribe('device/'+ clientID +'/asset/#', function() {};
Where clientID the device present. Is there a way to get all the devices out of the ATT?
By other means, is there a way to subscribe on client.subscribe('device/#', function() {};
Thanks in advance,
Paul