namacha / python-magichue

Control Magic Hue(Magichome) in Python.
MIT License
60 stars 14 forks source link

fix: added support for setup(programming) mode #33 #34

Closed namacha closed 3 years ago

namacha commented 3 years ago

Turning on and off 3 times on a row, the device will enter a setup(programming mode). A Light() Constructor crashes when device is setup(programming) mode. This PR is a fix of it.