Get the settings for integration with Control4
Get the settings for integration with Control4
.
- Not available on CR-02BD
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_enabled boolean
Default value:
false
Enable/disable integration with
Control4
- use_c4_sip_server boolean
Default value:
true
Enable/disable the use of the built-in
Control4
SIP server - c4_url string
Control4
controller IP address, if available. Setting is obtained automatically from theControl4
controller. - c4_quick_call_url string
SIP number called by default when calling via the built-in
Control4
SIP server. Setting is obtained automatically from theControl4
controller.
{
"is_enabled": true,
"use_c4_sip_server": false,
"c4_url": "192.168.98.1",
"c4_quick_call_url": "[email protected]"
}
{
"is_enabled": true,
"use_c4_sip_server": true,
"c4_url": "192.168.98.1",
"c4_quick_call_url": "[email protected]"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...