alengwenus / pypck

Asynchronous LCN-PCK library written in Python
MIT License
10 stars 5 forks source link

Unify handling of firmware version arguments in pck commands #48

Closed maximilianriemensberger closed 3 years ago

maximilianriemensberger commented 3 years ago

The convenience commands inmodule.pyand thePckGeneratorfunctions handle module firmware based differences in pck command strings with various boolean flags, e.g.is2013 = Trueoris1805 = False`. Unify the handling of firmware based differences by passing the firmware version directly yo the functions.