Datalogger restart
Parameter | Description | Required |
---|---|---|
action | restartCollector | True |
pn | Datalogger number | True |
response:
Parameter | Description | Required |
---|---|---|
ret | The restart results and possible values are shown in the table below | True |
Restart result | Description |
---|---|
0x00 | Successfully restarted, the command has been issued to the Datalogger, and the Datalogger has a clear response indicating that it will restart |
0x01 | The instruction has been issued to the Datalogger |
0x02 | Command issuance failed, Datalogger may be offline |
{
"err":0,
"desc":"ERR_NONE",
"dat":{
"ret":0
}
}
Possible errors:
Response error code | Description | Details |
---|---|---|
0x0006 | ERR_FORMAT_ERROR | Parameter error |
0x0101 | ERR_NOT_FOUND_COLLECTOR | Unable to find Datalogger |