Bouni / python-luxtronik

python-luxtronik is a library that allow you to interact with a Luxtronik heatpump controller.
MIT License
37 stars 20 forks source link

Introduce constants to use for magic values in the Luxtronik class #102

Closed kbabioch closed 1 year ago

kbabioch commented 1 year ago

This establishes constants for several magic values that are used within the Luxtronik class. This makes it easier to understand the purpose of these values and will simplify any kind of refactoring later on.

Bouni commented 1 year ago

Maybe its a good idea to put all these into a seperate const.py file!?

kbabioch commented 1 year ago

Done via 3873f20bb8dee163aada4e2c66e2d70e6dfd098b.