flipper_cli
Run any Flipper Zero CLI command and return its text output. For non-streaming commands like help, info, storage list. Streaming commands require flipper_cli_stream.
Instructions
Run any Flipper CLI command and return its text output.
Examples: "help", "info device", "top", "free", "loader list", "storage list /ext", "gpio read PC0", "led g 255". Streaming commands (log, subghz rx, ir rx) will be cut off at the timeout — use flipper_cli_stream for those instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |