Get the settings for rescuer service mode
Get the settings for rescuer service mode.
- this feature is only available on the AV-04AFD model
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_enabled boolean
- number string
rescue service sip number (sip:192.168.0.100 ot sip:[email protected])
- relay_time integer
Possible values:
<= 3600
The time before switching off the relay, if equal to zero, will turn off when the door sensor is opened
{
"is_enabled": true,
"number": "sip:192.168.0.100",
"relay_time": 0
}
{
"is_enabled": true,
"number": "sip:192.168.0.100",
"relay_time": 0
}
Please log in
- application/json
- Schema
- Example (from schema)
Schema
- error string
{
"error": "Log In"
}
Loading...