-
-
Notifications
You must be signed in to change notification settings - Fork 7
API Reference
Elias Ruemmler edited this page Feb 23, 2020
·
7 revisions
| URL | Method | Description |
|---|---|---|
http://<IP address>/api/acq |
GET | Acquire measurement |
http://<IP address>/api/fetch |
GET | Fetch measdata |
http://<IP address>/api/sensor<sensor id>/live |
GET | Get plain live data from the sensor |
http://<IP address>/api/sensors |
GET | Get sensor info |
http://<IP address>/api/paths |
GET | Get system paths |
http://<IP address>/api/config |
GET | Get system config |
http://<IP address>/api/config |
PUT | Update system config |
http://<IP address>/api/time |
GET | Get system time |
http://<IP address>/api/time |
PUT | Update system time |
http://<IP address>/api/init |
GET | Reinit hardware |
http://<IP address>/api/cal/ph |
GET | Get stored calib. points for PH circuit |
http://<IP address>/api/cal/ph |
PUT | Set new calib. point for PH circuit |
http://<IP address>/api/cal/ph |
DELETE | Delete all calib. points for PH circuit |
http://<IP address>/api/cal/orp |
GET | Get stored calib. points for ORP circuit |
http://<IP address>/api/cal/orp |
PUT | Set new calib. point for ORP circuit |
http://<IP address>/api/cal/orp |
DELETE | Delete all calib. points for ORP circuit |
http://<IP address>/api/cal/rtd |
GET | Get stored calib. points for RTD circuit |
http://<IP address>/api/cal/rtd |
PUT | Set new calib. point for RTD circuit |
http://<IP address>/api/cal/rtd |
DELETE | Delete all calib. points for RTD circuit |