Uptime_sec

Time in seconds the hub has been running since the last reset.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"Uptime_sec"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result":uptime

}

uptime is the amount of time in seconds of continuos running, diplayed as an integer.

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