FiveVoltRail_flags
Returns list of 5V supply rail error flags that have been detected, if any.
Syntax: see Call Structure
|
{ "method": "cbrx_connection_get", "params": [ connection-handle, "FiveVoltRail_flags" ] } |
connection-handle is the Connection Handles as an integer.
Returns:
|
{ "result": "flag" } |
| Flag | Description |
|---|---|
| UV | Under voltage occurred |
| OV | Over voltage occurred |
| UV OV | Both under and over voltage occurred. |
Example
Copy
{
"jsonrpc": "2.0",
"id": 0,
"result": "UV OV"
}