send_command
Send a remote command to an IoT device, specifying the command (e.g., reboot, enable) and optional parameters.
Instructions
Sendet einen Remote-Befehl an ein IoT-Geraet.
Args: device_id: ID des Geraets command: Befehl (z.B. 'reboot', 'set_interval', 'enable', 'disable', 'calibrate', 'reset') parameters: Optionale JSON-Parameter als String (z.B. '{"interval_seconds": 60}')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | ||
| command | Yes | ||
| parameters | No |