Port.N.profiles

Set the list of enabled profiles.

Syntax: see Call Structure

{

"method": "cbrx_connection_set",

"params": [

connection-handle,

"Port.N.profiles",

Value

]

}

Parameter Description
connection-handle The Connection Handles as an integer
N Port number
Value The value you wish to set for the key
Value Description
profile A comma separated list of profiles to enable, see product user manuals for details on profiles applicable to your hub.
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,
            "Port.1.profiles",
            "1,2,3"
        ]
    }