rgomezjnr / wizcon

Control Philips WiZ Connected smart light bulbs
https://pypi.org/project/wizcon/
MIT License
39 stars 7 forks source link

ON dosnt work without arguments #2

Closed Kainkun closed 3 years ago

Kainkun commented 3 years ago

OFF and SWITCH both work fine but I can't get ON to work without the --brightness arg

rgomezjnr commented 3 years ago

Hi Kainkun, I'm able to replicate the issue. I should have a fix for it soon. Thanks for the feedback!

rgomezjnr commented 3 years ago

I fixed the issue on the hotfix branch and tagged as version 0.2.2: Fix ON command not working without arguments. I uploaded version 0.2.2 to PyPI. You should be able to upgrade the package and confirm the issue is fixed:

pip install wizcon --upgrade

Kainkun commented 3 years ago

Its working now. Thanks!