tb_send_rpc
Send remote procedure call (RPC) commands to ThingsBoard devices by specifying the target device ID, device UUID, method name, and optional parameters.
Instructions
Send RPC command to a ThingsBoard device
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | RPC method name | |
| params | No | RPC parameters (optional) | |
| device_id | Yes | ThingsBoard server device ID | |
| tb_device_id | Yes | ThingsBoard device UUID |