kjoconnor / pyhatchbabyrest

Python library to control the Hatch Baby Rest device.
MIT License
19 stars 9 forks source link

Detailed control over connection reuse and fetching #10

Open ViViDboarder opened 8 months ago

ViViDboarder commented 8 months ago

Allows reusing connections and persisting connections using a manual connect method. It also allows disabling of the auto-refresh functionality after sending a write request.

This will allow Home Assistant more control over Bluetooth interaction.