TotalPower_W
Total power being consumed on all USB ports in Watts (W).
Syntax: see Call Structure
{ "method": "cbrx_connection_get", "params": [ connection-handle, "TotalPower_W" ] } |
connection-handle is the Connection Handles as an integer.
Returns
Copy
{
"result": "total-power"
}
total-power is the total power across all ports in watts displayed as an decimal.
Example
Copy
{
"jsonrpc": "2.0",
"id": 0,
"result": 3.4
}