Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 17:56
· 8 commits to main since this release

馃殌 New: Hook System

bluetooth-autoconnect can now execute custom scripts whenever Bluetooth
devices connect or disconnect.

Example:

hooks:
  timeout_seconds: 30

  on_connect:
    - /usr/local/bin/bt-connected.sh

  on_disconnect:
    - /usr/local/bin/bt-disconnected.sh