sde1000 / python-dali

Library for controlling DALI lighting systems
Other
150 stars 71 forks source link

tridonic: Fix bus traffic dumping #118

Closed jktjkt closed 1 year ago

jktjkt commented 1 year ago

I have more than one control device, which is why the examples/async-dalitest.py hits a framing error when checking if there are any control devices connected. When the bus_watch feature is enabled, this hit a Python error due to some incomplete rename/refactoring where this single occurrence was not changed by mistake.

Fixes: c72374c ("Update the async Tridonic DALI-USB driver to work with 24-bit frames")

sde1000 commented 1 year ago

Good catch. Thank you!