https://api.sciener.com/v3/lock/changeAdminKeyboardPwd
Super passcode, which only belongs to the administrator, can be entered on the keypad to unlock.
There is only one super passcode for a lock and it can't be deleted.
Alert:If the lock is not connected to any gateway, you should firstly Modify admin passcode via APP SDK before requesting this API(set changeType=1)。
POST, ContentType:application/x-www-form-urlencoded
xxxxxxxxxxcurl --location -g --request POST 'https://api.sciener.com/v3/lock/changeAdminKeyboardPwd' \--data-urlencode 'clientId=4773aa036f7f49c68d876bb4be85c80c' \--data-urlencode 'accessToken=dfd5489d0cee31f0bdfaf59d0d42d71f' \--data-urlencode 'lockId=163377' \--data-urlencode 'password=45675' \--data-urlencode 'changeType=2' \--data-urlencode 'date=1625025703000'| Name | Type | Required | Description |
|---|---|---|---|
| clientId | String | Y | client_id from Create application |
| accessToken | String | Y | Access token,refer to: Get access token |
| lockId | Int | Y | Lock ID, generated by Lock init |
| password | String | Y | New super passcode |
| changeType | Int | N | Method: 1-via phone bluetooth,must call APP SDK method first, 2-via gateway or WiFi lock, if it's a WiFi lock or it's connected to gateway, you can call this api directly, The default value is 1. |
| date | Long | Y | Current time (timestamp in millisecond) |
| Parameter | Type | Description |
|---|---|---|
| errcode | Int | Error code |
| errmsg | String | Error message |
xxxxxxxxxx{"errcode": 0,"errmsg": "none error message"}