-
-
Notifications
You must be signed in to change notification settings - Fork 7
Fetch Measdata
Elias Ruemmler edited this page Oct 11, 2019
·
3 revisions
Fetches already acquired measurement data.
/api/fetch
GET
None
None
200 OK
{
"1": {
"Name": "Temperature",
"Timestamp": "2018-11-08T17:13:00.3151546+01:00",
"Value": 24.731,
"Unit": "Celsius",
"Symbol": "\u00b0C"
},
"2": {
"Name": "PH value",
"Timestamp": "2018-11-08T17:13:00.3307768+01:00",
"Value": 7.136,
"Unit": "",
"Symbol": ""
},
"3": {
"Name": "Redox potential",
"Timestamp": "2018-11-08T17:13:00.3464055+01:00",
"Value": 761.1,
"Unit": "Millivolt",
"Symbol": "mV"
}
}
None