SecurityArmed

Is security armed?

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"SecurityArmed"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result":security-armed

}

security-armed Description
true Security has been armed
false Security has not been armed
Example
Copy
{
    "jsonrpc": "2.0",
    "id": 0,
    "result": false
}