LCDText.ROW.COL

Write the string on the LCD at (row, column). Row and column are zero based.

Syntax: see Call Structure

{

"method": "cbrx_connection_set",

"params": [

connection-handle, "LCDText.ROW.COL",

Value

]

}

Parameter Description
connection-handle The Connection Handles as an integer
ROW LCD Row you wish to start writing
COL LCD Collum you wish to start writing
Value The value you wish to set for the key
Value Description
String A Text string you wish to display on the LCD
Returns:

{

"result": true

}

  • Errors
  • If there is an error in the API method then a JSON-RPC Error Object will be returned.

    Example
    Copy
    {
        "jsonrpc": "2.0",
        "id": 0,
        "method": "cbrx_connection_set",
        "params": [
            7654,
            "InputRail.UnderVoltage",
            true
        ]
    }