Get DTMF codes for door locks
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Get DTMF codes for door locks
- Not available on CR-02BD
Path Parameters
- lockNumber integer requiredPossible values: <= 20 - both locks, 1..2 - indexes available for the lock number 
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- dtmf_code stringPossible values: Value must match regular expression ^[\d*#ABCD]{1,4}$dtmf code value 
{
  "dtmf_code": "#"
}
{
  "dtmf_code": "#"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...