Port.N.Energy_Wh

Energy the USB device on this USB port has consumed.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"Port.N.Energy_Wh"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result":energy-Wh

}

energy-Wh is the power in Watt-hours (calculated every second), format of n.n

Example
Copy
{
    "jsonrpc": "2.0",
    "id": 0,
    "result": 0.0
}