read_tap_event
Detect tap gestures on the Nordic Thingy:52 within a configurable timeout, returning the tap type and direction.
Instructions
Wait for and detect tap events on the device.
This is an event-based sensor - it will wait up to timeout seconds for a tap.
Args: timeout: Maximum seconds to wait for a tap event (default: 10)
Returns: Tap event details including type (single/double) and direction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No |