Lock a Lock
Issue a lock command on the Device by its Device ID
Lock Door for Device
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"action_attempt": {
"status": "pending",
"action_type": "LOCK_DOOR",
"action_attempt_id": "7e700856-a7d5-4aba-bffe-eb7dd6e9f265",
"result": null,
"error": null
},
"ok": true
}{
"error": {
"type": "invalid_input",
"message": "Required for provided \"device_id\"",
"validation_errors": {
"_errors": [],
"device_id": {
"_errors": [
"Required"
]
}
},
"request_id": "87ff554d-e27f-474d-b0f9-200c38ac3ab4"
},
"ok": false
}Code Example
Parameters
Response
JSON format
Last updated
Was this helpful?

