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 booleanDefault value: falseEnable/disable integration with Control4
- use_c4_sip_server booleanDefault value: trueEnable/disable the use of the built-in Control4SIP server
- c4_url stringControl4controller IP address, if available. Setting is obtained automatically from theControl4controller.
- c4_quick_call_url stringSIP number called by default when calling via the built-in Control4SIP server. Setting is obtained automatically from theControl4controller.
{
  "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]"
}
Please log in
- application/json
- Schema
- Example (from schema)
Schema
- error string
{
  "error": "Log In"
}
Loading...