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