Sensor List
GET /api/sensors/?format=api
{
"count": 2,
"next": null,
"previous": null,
"results": [
{
"id": 1,
"name": "PZEM-004t",
"brand": "Peacefair",
"location": "Electric board - ground floor",
"type": 3,
"sensor_configuration": 1
},
{
"id": 2,
"name": "PZEM-004t",
"brand": "Peacefair",
"location": "Electric board - ground floor",
"type": 3,
"sensor_configuration": 1
}
]
}