sde1000 / python-dali

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

Parse events from movement and light sensors by default #116

Closed jktjkt closed 1 year ago

jktjkt commented 1 year ago

Without importing these modules explicitly, the examples/async-buswatch.py would just report back stuff like UnknownEvent(short_address=43, data=11). Rather than letting all consumers import everything, let's follow the pattern set forth by the pushbutton.py, and import other decoders as well.

Fixes: e79e39d Add support for DALI Occupancy Sensor devices Fixes: f0a0755 Add support for DALI Light Sensor devices