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
Determines whether the feature is enabled
- use_c4_sip_server boolean
Determines whether to use Control4 SIP server
- keep_alive integer
Keep alive timeout in seconds
- c4_url string
Control4 server address
- c4_quick_call_url string
Quick call number
{
"is_enabled": true,
"use_c4_sip_server": false,
"keep_alive": 0,
"c4_url": "",
"c4_quick_call_url": ""
}
{
"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...