ProfileEnable.n
Enable or disable the global profile n
Syntax: see Call Structure
{ "method": "cbrx_connection_set", "params": [ connection-handle, "ProfileEnable.n" ] } |
Parameter | Description |
---|---|
connection-handle | The Connection Handles as an integer |
n | Profile number |
Returns:
{ "result": true } |
Errors
If there is an error in the API method then a JSON-RPC Error Object will be returned.
Example
Copy
{
"id": 0,
"jsonrpc": "2.0",
"method": "cbrx_connection_set",
"params": [
7654,
"ProfileEnable.n"
]
}