Rebooted

A flag indicating if the system has been rebooted since power up.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"Rebooted"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result":rebooted

}

Rebooted Description
true system has been rebooted
false no reboot has occurred.
Example
Copy
{
    "jsonrpc": "2.0",
    "id": 0,
    "result": true
}