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 required
Possible 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 string
Possible values: Value must match regular expression
^[\d*#ABCD]{1,4}$ 
{
  "dtmf_code": "#"
}
{
  "dtmf_code": "#"
}
Log In
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
- error string
 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...