Releases: morian/aio-ld2410
Releases · morian/aio-ld2410
v1.0.2
v1.0.1
Added
- Support for Python 3.13
Fixed
- Many errors and typos in documentation
- Test framework was simplified a bit
v1.0.0
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
motionhave been renamed tomoving - All references to
standstillorstationaryhave been renamed tostatic - All references to
auxiliaryhave been renamed tolight - Attribute
no_one_idle_durationwas renamed topresence_timeout
- All references to
- Reworked
exceptionsto make things easier to understand - Reworked
stream.FrameStreamwith a real iterator
Fixed
- Now checking arguments to the following methods:
LD2410.set_gate_sensitivityLD2410.set_light_controlLD2410.set_parameters
LD2410.set_baud_ratecan now raiseCommandParamError- Renamed
LD2410.set_gate_sentivitytoLD2410.set_gate_sensitivity