ethLogShared


Back to API doc top page.

Click here for a complete list of operations.

GetLatestTemperatureRawDataByUUID

For specified tag UUID, retrieves the latest temperature/batteryVolt/humidity raw data

POST /ethLogShared.asmx/GetLatestTemperatureRawDataByUUID HTTP/1.1
Host: mytaglist.com
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    "uuid":string
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    d:{
        "time":string
        "temp_degC":double
        "cap":double
        "lux":double
        "battery_volts":double
    }
}