flipper_input
Send a single button event to a Flipper Zero device. Supports taps, holds, presses, and releases for keys like UP, DOWN, LEFT, RIGHT, OK, and BACK.
Instructions
Send a single button event to the device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| port | No | Serial port (e.g. COM7, /dev/ttyACM0). Omit when one Flipper is attached. | |
| type | No | TAP sends a full press/short/release cycle; HOLD sends a long press | TAP |