When requesting data from REST API you will run into requests like:
+ Request
{
"from": "2018-06-18T12:34:56Z",
"to": "2018-07-18T12:34:56Z",
"channels": [
0
]
}
+ Response 200 (application/json)
[
{
"sensor_id" : 0,
"data": [
[1530450926000, 22.0],
[1531038519000, 23.6],
[1531118519000, 22.6],
[1531128519000, 23.6],
[1531138519000, 24.6]
]
}
]
Logmore QR Tags work with sensor_id concept where sensor id identifies what kind of sensor it is.
Here is full list of sensors available: