Port.N.ProfileID
Profile ID number.
Syntax: see Call Structure
{ "method": "cbrx_connection_get", "params": [ connection-handle, "Port.N.PID" ] } |
connection-handle is the Connection Handles as an integer.
Returns:
{ "result":profile-ID } |
profile-ID is the profile number, or 0 if not charging.
Example
Copy
{
"jsonrpc": "2.0",
"id": 0,
"result": 0
}