HappyLighting-py
HappyLighting-py copied to clipboard
Implementing other functionalities
Hi, I saw your project and it was inspiring. The functionalities are great. It took some time to understand it but I got it.
I was thinking if you could objectify the pyhl.py code into its own class without the need of a GUI. For example, being able to turn on LEDs with the function pyhl.powerOn() instead of opening the GUI and pressing buttons to call it. This way, we can generalize the use of the code and implement other functionalities like turning on LEDs with voice command.
Are you interested on a collab?