Skip to content

Releases: morian/aio-ld2410

v1.0.2

18 Oct 21:25
0bef4a6

Choose a tag to compare

Added

  • Support for Python 3.14

v1.0.1

08 Oct 22:30
108aac9

Choose a tag to compare

Added

  • Support for Python 3.13

Fixed

  • Many errors and typos in documentation
  • Test framework was simplified a bit

v1.0.0

29 Sep 02:08
d9cd18a

Choose a tag to compare

Added

  • Added documentation using Sphinx:
    • Device description and protocol base concepts
    • Tutorial with many short code samples
    • API reference covering the entire user API
    • About section with project related pages (including this CHANGELOG)

Changed

  • Renamed many methods and attributes, inspired by the naming in ESPHome
    • All references to motion have been renamed to moving
    • All references to standstill or stationary have been renamed to static
    • All references to auxiliary have been renamed to light
    • Attribute no_one_idle_duration was renamed to presence_timeout
  • Reworked exceptions to make things easier to understand
  • Reworked stream.FrameStream with a real iterator

Fixed

  • Now checking arguments to the following methods:
    • LD2410.set_gate_sensitivity
    • LD2410.set_light_control
    • LD2410.set_parameters
  • LD2410.set_baud_rate can now raise CommandParamError
  • Renamed LD2410.set_gate_sentivity to LD2410.set_gate_sensitivity

v0.1.0

25 Sep 19:48
0acaf7e

Choose a tag to compare

Added

  • Full implementation for LD2410C devices on firmware v2.04.23022511
  • Linted and typed code, using ruff and mypy
  • Tests with a dedicated LD2410 emulator, code is fully covered