TwelveVoltRail_flags

List of 12V supply rail error flags.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"TwelveVoltRail_flags"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result":twelve-volt-flags

}

twelve-volt-flags Description
“UV” under voltage occurred
“OV” over voltage occurred
“OV UV” both over and under voltage occurred
" " voltage is acceptable
Example
Copy
{
    "jsonrpc": "2.0",
    "id": 0,
    "result": " "
}