Last Updated on : 2024-08-19 06:22:12download
Unlock a door without a password.
POST: /v1.0/devices/{device_id}/door-lock/password-free/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 |
---|---|---|---|---|
ticket_id | String | true | The ID of the temporary secret key. For how to get it, see [Get Temporary Key] (https://developer.tuya.com/en/docs/cloud/c6ec729dac?id=Kat26yeejknqo). |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The operation result. |
POST: /v1.0/devices/vdevo15345926009****/door-lock/password-free/open-door
{
"ticket_id": "xxxx"
}
{
"result": true,
"t": 1592899848757,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback