Hello,
We use the API, and we need to send one request per sensor_id per device.
Like this example in API documentation : https://api.smartcitizen.me/v0/devices/1616/readings?sensor_id=7&rollup=4h&from=2015-07-28&to=2015-07-30
Do you think it’s possible to add one endpoints in API to get all sensors readings for one kit?
For example, change “sensor_id=7” by “sensor_id=all” or “allsensors”, to get all sensors readings for the device.