Port.N.Profiles

List of enabled profiles for this port.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"Port.N.Profiles"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result": "profiles"

}

profiles is list of all the charging profiles which are applied to the port, profiles are displayed as a single number with a space between each profile.

Example

charging profiles 1,2,3 and 4 are enabled.

Copy
{
    "jsonrpc": "2.0",
    "id": 0,
    "result": "1 2 3 4"
}