cbrx_pair_device
Initiate pairing of an iOS device. This is not usually necessary as it will occur automatically when the API attempts to query battery information.
Syntax: see API Call Structure
{ "method": "cbrx_pair_device, "params": ["UDID"] } |
Variable | Description |
---|---|
UDID | The device USB serial number |
Returns
{ "result": true } |
Examples
Example JSON-RPC request:
Copy
{
"jsonrpc": "2.0",
"id": 0,
"method": "cbrx_pair_device",
"params": ["1234567"]
}
Example successful response:
Copy
{
"jsonrpc": "2.0",
"id": 0,
"result": true
}