Modifying Device information
| Parameter | Description | Required |
|---|---|---|
| action | editDeviceInfo | True |
| pn | Datalogger number | True |
| devcode | Device protocol encoding | True |
| devaddr | Device address (485 bus) | True |
| sn | Device serial number | True |
| alias | Device 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 |
| 0x000B | ERR_NO_PERMISSION | No permission (the current Datalogger is not owned by this user) |
| 0x0102 | ERR_NOT_FOUND_DEVICE | Device not found |
| 0x010F | ERR_NONE_OPERATION | No modification operations |