TotalCurrent_mA
Total current in mA for all USB ports.
Syntax: see Call Structure
{ "method": "cbrx_connection_get", "params": [ connection-handle, "TotalCurrent_mA" ] } |
connection-handle is the Connection Handles as an integer.
Returns:
{ "result":total-current } |
total-current is the total current across all ports in mA displayed as a decimal
Example
Copy
{
"jsonrpc": "2.0",
"id": 0,
"result": 0
}