Get DTMF code for lock
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Get DTMF code used for the lock opening. If disabled - device will send xml to panels only in local network.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- enable boolean
- dtmf_code string
Possible values:
<= 1 characters
, Value must match regular expression^([0-9*#]{1,4})$
DTMF tone
{
"enable": true,
"dtmf_code": "#"
}
{
"enable": true,
"dtmf_code": "#"
}
Please log in
- application/json
- Schema
- Example (from schema)
Schema
- error string
{
"error": "Log In"
}
Loading...