[
{
"id": "egauge1",
"protocol": "eGauge",
"type": "EGAUGE",
"version": "1.0"
},
{
"id": "shark1",
"protocol": "MODBUS",
"type": "Shark 200",
"version": "1.03"
}
]
Get a full list of defined Sensor Models.
{
"id": "egauge1",
"protocol": "eGauge",
"type": "EGAUGE",
"version": "1.0"
}
Get the Sensor Model with the given sensormodel_id.
{
"status": 200,
"message": "OK"
}
Add the Sensor Model. Will return the HTTP status. Error status if duplicate unique id.
{
"status": 200,
"message": "OK"
}
Deletes the Sensor Model with the given sensormodel_id. Will return the HTTP status. Error status if sensormodel_id is not defined.