TwelveVoltRailMin_V
Lowest 12V supply voltage measured in Volts (V).
Syntax: see Call Structure
{ "method": "cbrx_connection_get", "params": [ connection-handle, "TwelveVoltRailMin_V" ] } |
connection-handle is the Connection Handles as an integer.
Returns:
{ "result":twelve-volt-min } |
twelve-volt-min is the smallest amount of volts seen in Volts displayed as a decimal.
Example
Copy
{
"jsonrpc": "2.0",
"id": 0,
"result": 12.31
}