configure_auto_reconnect
Configure auto-reconnect parameters for the Thingy:52 device by setting enabled status, max attempts, and retry delays to ensure stable connections.
Instructions
Configure auto-reconnect settings.
Args: enabled: Enable or disable auto-reconnect max_attempts: Maximum reconnection attempts (0 = infinite) initial_delay: Initial delay between retries in seconds max_delay: Maximum delay between retries in seconds
Returns: Status message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | ||
| max_delay | No | ||
| max_attempts | No | ||
| initial_delay | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||