Query the original data of the Device on a day
Parameter | Description | Required |
---|---|---|
action | queryDeviceRawDataOneDay | True |
pn | Datalogger number | True |
devcode | Device protocol code | True |
devaddr | Device address (485 bus) | True |
sn | Device serial number | True |
date | Date to query, format: yyyy-mm-dd, Date is considered as the time zone where the Device is located | True |
response:
Parameter | Description | Required |
---|---|---|
row[x] | refer to Query the latest original data of the Device | True |
{
"err":0,
"desc":"ERR_NONE",
"dat":{
"row":[
{
"id":"a945e16a194f11e7bde91c6f6593e938",
"dat":"Njg3NDg0NDAwMDE4ICAgF8QWxQBiALAAnAAHAAAELwAAA5IAAAAADEUMSQkbCWMIzxOIE4gTiAE4AVEBOAAAB7kBKAF2////////Awf/////////AA0iAAAADjAwMDEyMDAwMDExNjAwMDA2NzAwMDAzMzYwMDAwMzM2MDAwMTIwMDAwMTAwMDEwMDE4OTAwMDMzNjA1MDAwMDMzNjA4NjY4MDM5OTUxNjExMDcwOTE1Mzcx",
"valid":0,
"gts":"2017-04-05 00:00:25"
},
{
"id":"5c5b3379195011e7bde91c6f6593e938",
"dat":"Njg3NDg0NDAwMDE4ICAgF8QWxQBiALAAnAAHAAAELwAAA5IAAAAADEUMSQkbCWMIzxOIE4gTiAE4AVEBOAAAB7kBKAF2////////Awf/////////AA0iAAAADjAwMDEyMDAwMDExNjAwMDA2NzAwMDAzMzYwMDAwMzM2MDAwMTIwMDAwMTAwMDEwMDE4OTAwMDMzNjA1MDAwMDMzNjA4NjY4MDM5OTUxNjExMDcwOTE1Mzcx",
"valid":0,
"gts":"2017-04-05 00:05:26"
}
]
}
}
Possible errors:
Response error code | Description | Details |
---|---|---|
0x0006 | ERR_FORMAT_ERROR | Parameter error |
0x000C | ERR_NO_RECORD | No record (the Device has no data) |
0x0102 | ERR_NOT_FOUND_DEVICE | Device not found |