Firmware

Firmware version string.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"Firmware"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result": "firmware-version"

}

firmware-versionIs the version number of the firmware. Format 'N.nn'

Example
Copy
{
    "jsonrpc": "2.0",
    "id": 0,
    "result": "1.55"
}