flipper_cli_stream
Run a Flipper Zero CLI command for a set duration and capture its streamed output. Automatically stops the command and returns what was printed.
Instructions
Run a streaming CLI command for a fixed duration, then stop it (Ctrl+C) and return what it printed.
Use for commands that stream until interrupted: "log", "subghz rx 433920000 0", "ir rx", "input dump".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |