ethLogShared


Back to API doc top page.

Click here for a complete list of operations.

GetTemperatureLuxStatsByUUID3

For specified tag id, retrieves average temperature, humidity and lux of each hour.

Used for building the temperature graph.

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

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

{
    d:{
        temps:[
            {
            },
            {
            },
            ...
        ],
        "temp_unit":int
    }
}