update_access_password
To change the access password for a unit, use the unit/update_access_password command.
svc=unit/update_access_password¶ms={
"itemId": <long>,
"accessPassword": <text>
}
Parameters
The request must contain the following parameters:
Parameter | Description |
---|---|
itemId | Unit ID. |
accessPassword | New access password. |
Response
If the request is completed successfully, the response contains the new access password.
{
"psw":<text>
}
In case the request fails, an error code is returned.
Error codes
Error code | Description |
---|---|
6 | Failed to change the password. |
7 | The user doesn’t have the required access right to the unit (ADF_ACL_AVL_UNIT_EDIT_HW). |