This release adds support for reading the time from devices with PVVX firmware.
- Migrate code linting to Ruff, apply fixes by @koenvervloesem in #15
- Add MJWSD05MMC and MHO-C122 to list of supported PVVX models by @koenvervloesem in #16
- Assume if TYPE_CHECKING is covered by @koenvervloesem in #17
- Deprecate Python 3.7 by @koenvervloesem in #18
- Add read time command for PVVX firmware by @koenvervloesem in #19
This is a bugfix release. Previously the time on Qingping devices and devices running the PVVX ATC firmware was set to UTC instead of local time.
- Autoupdate pre-commit by @koenvervloesem in #12
- Fix local time on PVVX and Qingping devices by @koenvervloesem in #13
This is a bugfix release.
- Fix doctest: use UTC in get_time_from_bytes example by @koenvervloesem in #3
- Fix link to Bleak's BLEDevice in docs by @koenvervloesem in #4
- Add codecov badge to README by @koenvervloesem in #5
- Various documentation fixes by @koenvervloesem in #6
- Build documentation on Read The Docs with Python 3.11 by @koenvervloesem in #7
- Use Ubuntu 22.04/Python 3.11 for Read The Docs by @koenvervloesem in #8
- Update to PyScaffold v4.4 project features by @koenvervloesem in #9
- Import future annotations by @koenvervloesem in #10
Initial version of Bluetooth Clocks