Last Updated on : 2023-12-07 03:33:58download
Remotely unlock a door with a password.
POST: /v1.0/devices/{device_id}/door-lock/open-door
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The device ID. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
password | String | false |
|
|
password_type | String | false | The password is encrypted using a ticket . |
|
ticket_id | String | false | The ID of the temporary key. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result. |
POST: /v1.0/devices/vdevo15345926009****/door-lock/open-door
{
"password": "65gbys77hhkk",
"password_type": "xxxx",
"ticket_id": "756***"
}
{
"result": true,
"t": 1542626129429,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback