Modify Datalogger information
| Parameter | Description | Required |
|---|---|---|
| action | editCollector | True |
| pn | Datalogger number | True |
| alias | Datalogger alias, when not passed, indicates no need to modify | False |
response:No text
{
"err":0,
"desc":"ERR_NONE"
}
Possible errors:
| Response error code | Description | Details |
|---|---|---|
| 0x0001 | ERR_FAIL | Failed (modification failed) |
| 0x0006 | ERR_FORMAT_ERROR | Parameter error |
| 0x0101 | ERR_NOT_FOUND_COLLECTOR | Unable to find Datalogger |
| 0x010F | ERR_NONE_OPERATION | No modification operations |