Port.N.TimeCharged_sec

Time in seconds since this USB port detected the device has completed charging.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"Port.N.TimeCharged_sec"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result":charge-complete

}

charge-complete is the time in seconds that has passed since the device completed charging, -1 will be returned if this port has not detected completed charging.

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