flipper_input_sequence
Execute a sequence of button presses on a Flipper Zero to navigate menus or trigger actions, optionally capturing a screenshot afterward.
Instructions
Send several button presses in order, optionally returning a screenshot afterwards. Use this to navigate to a screen and see the result in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | ||
| port | No | Serial port (e.g. COM7, /dev/ttyACM0). Omit when one Flipper is attached. | |
| delay | No | Seconds between presses, default 0.3 | |
| screenshot | No | Capture the screen afterwards |