Delete the device
| parameter | description | required |
|---|---|---|
| action | delDeviceFromPlant | true |
| pn | Digital collector 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 error:
| Returns an error code | description | detailed description |
|---|---|---|
| 0x0006 | ERR_FORMAT_ERROR | parameter error |
| 0x000B | ERR_NO_PERMISSION | no permission |
| 0x0102 | ERR_NOT_FOUND_DEVICE | device not found |