Delete device
| Parameter | Description | Required |
|---|---|---|
| action | delDeviceFromPlant | True |
| pn | Datalogger number | True |
| devcode | Device protocol encoding | True |
| devaddr | Device address (485 bus) | True |
| sn | Device serial number | True |
response: No text
{
"err":0,
"desc":"ERR_NONE"
}
Possible errors:
| Response error code | Description | Details |
|---|---|---|
| 0x0006 | ERR_FORMAT_ERROR | Parameter error |
| 0x000B | ERR_NO_PERMISSION | No permissions |
| 0x0102 | ERR_NOT_FOUND_DEVICE | Device not found |