Last Updated on : 2023-06-15 05:26:13
Send a command to a specified elevator controller to update a specified QR code.
PUT: /v1.0/elevator-control/{device_id}/persons/{person_id}/qrcodes/{qr_code}
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| device_id | String | uri | true | The ID of a Tuya device. |
| person_id | String | uri | true | The ID of a specified person. |
| qr_code | String | uri | true | The QR code to be updated. |
Description of body
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| new_qr_code | String | true | The information about a new QR code. |
| Parameter name | Type | Description |
|---|---|---|
| result | CmdIssueResultResponse | The returned result. |
Description of result
| Parameter name | Type | Description |
|---|---|---|
| sn | String | The ID of a specified command record. |
PUT: /v1.0/elevator-control/6ce****}/persons/123****/qrcodes/qrcode****
{
"newQrCode": "qrCode****",
}
{
"result": {
"sn": "133****"
},
"t": 1561456817168,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback