Freeze Elevator Control Card

Last Updated on : 2023-06-20 14:54:11

Send a command to a specified elevator controller to freeze a specified card number.

API address

PUT: /v1.0/elevator-control/{device_id}/persons/{person_id}/card/{card_no}/freeze

Request parameter

Parameter nameTypeINRequiredDescription
device_idStringuritrueThe ID of a Tuya device.
person_idStringuritrueThe ID of a specified person.
card_noStringuritrueThe number of a specified card to be frozen.

Return parameter

Parameter nameTypeDescription
resultCmdIssueResultResponseThe returned result.

Description of result

Parameter nameTypeDescription
snStringThe ID of a specified command record.

Request example

PUT: /v1.0/elevator-control/6ce****/persons/123****/card/cardNo****/freeze

Return example

{
    "result": {
        "sn": "133****"
    },
    "t": 1561456817168,
    "success": true
}

Error code

For more information, see error code.