sde1000 / python-dali

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

Add sequence runner to Hasseb master #90

Closed rousveiga closed 2 years ago

rousveiga commented 2 years ago

Added a sequence runner to the Hasseb master. Implementation proposed by @sde1000 in https://github.com/sde1000/python-dali/issues/88, tested with sequences Commissioning, QueryDeviceTypes, SetGroups, and QueryGroups.

sde1000 commented 2 years ago

Instead of printing any progress objects that are received, it might be better to pass them to an optional callback function so that the caller can decide what to do with them.

rousveiga commented 2 years ago

Ok, I will do that.