Assign a Plant to the browsing account of the Plant
| Parameter | Description | Required |
|---|---|---|
| action | addPlantToPlantBrowser | True |
| uid | Plant Viewer ID | True |
| pid | Plant IDs to be assigned, multiple separated by ',' | False |
response: No text
{
"err":0,
"desc":"ERR_NONE"
}
Possible errors:
| Response error code | Description | Details |
|---|---|---|
| 0x0001 | ERR_FAIL | Fail |
| 0x0007 | ERR_MISSING_PARAMETER | Missing necessary parameters |
| 0x0006 | ERR_FORMAT_ERROR | Format error |
| 0x0105 | ERR_NOT_FOUND_USR | Unable to find user |