Beep
Beep for the number of milliseconds passed in.
Syntax: see Call Structure
{ "method": "cbrx_connection_set", "params": [ connection-handle, "beep", Value ] } |
Parameter | Description |
---|---|
connection-handle | The Connection Handles as an integer |
Value | The value you wish to set for the key |
Value | Description |
---|---|
time period | An integer for the amount of time required for the beep in ms |
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,
"beep",
250
]
}