InputRail_flags

List of input rail error flags if any are set.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"InputRail_flags"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result":flag

}

Flag Description
UV under voltage occurred
OV over voltage occurred
no flags voltage is acceptable
Example
Copy
{
    "jsonrpc": "2.0",
    "id": 0,
    "result": "OV UV"
}