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 booleanDetermines whether the feature is enabled 
- use_c4_sip_server booleanDetermines whether to use Control4 SIP server 
- keep_alive integerKeep alive timeout in seconds 
- c4_url stringControl4 server address 
- c4_quick_call_url stringQuick 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 stringError message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...