Erriez / milight_ibox2_control_python

MiLight iBox2 Controller interface with Python by using UDP socket
MIT License
5 stars 4 forks source link

fix type error in set color temperature #9

Closed eljek closed 2 years ago

eljek commented 2 years ago

Hi, I just tested your recent changes, and it worked great, thank you! There was only one small bug remaining, which caused a bitwise AND to be performed between a float and an integer, which I fixed here. Thanks again for your effort! Best regards

Erriez commented 2 years ago

Thanks for your PR!

All tests passed now:

$ python3 tests/test_milight_ibox2.py

...

Ran 8 tests in 64.768s

OK
Erriez commented 2 years ago

@eljek FYI: I've updated iBox2 configuration in README.md master.