PanelID
PanelID number of front panel board, if fitted.
Syntax: see Call Structure
{ "method": "cbrx_connection_get", "params": [ connection-handle, "PanelID" ] } |
connection-handle is the Connection Handles as an integer.
Returns:
{ "result": "Panel-ID" } |
Panel-ID is the ID number of front panel product, if not fitted will return Absent/None
Example
Copy
{
"jsonrpc": "2.0",
"id": 0,
"result": "Absent"
}