Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 783 Bytes

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 783 Bytes

[0.1.3] - 2024.11.12

Added

  • Added --timeout option for setting timeout in seconds for bluetooth device communication

Changed

  • Updated minor versions of bleak and dbus-fast libraries

[0.1.2] - 2024.11.02

Added

  • Added calculated signed watt variable
  • Added human readable battery status variables: battery_status, balance_status, cell_status

Changed

  • Variables heat, protectState, failureState changed to type list

Fixed

  • Variable remianAh changed to remainAh (typo fix)
  • Fixed parsing current value, with output in ampere
  • Minor typo fixes

[0.1.1] - 2024.09.21

Added

  • Added --pair option for pairing \ unpairing with devices

[0.1.0] - 2024.09.21

Initial version.

Added

Changed

Fixed