Group

Group letter read from PCB jumpers.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"Group"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result": "group-order"

}

group-order Is used to order hubs which is useful when updating connected products so that down-stream products are updated and rebooted first., or “–” if no group jumper was fitted.

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