Good evening everyone,
I need to retrieve a large amount of sensors (and their channels) with one API request and return the whole list in JSON or XML. Unfortunately I can't seem to get any further than either having all the sensors values without the channel data, or the channel data but then it is only for a single sensor.
It is not feasible due to the total amount of sensors to perform a API call for each one of them because that would take too long (and create an asynchronous mess)
How can this be done ... and please don't tell me it cant :-)
Thanks Michaël
Add comment