delfick / photons

Python3.6+ asyncio framework for interacting with LIFX devices
https://photons.delfick.com
MIT License
73 stars 6 forks source link

The device_finder_info task doesn't return the label for a switch #80

Closed Djelibeybi closed 2 years ago

Djelibeybi commented 2 years ago

This is because the task uses GetColor which the switch declines to handle. Fix incoming.

delfick commented 2 years ago

hhahahha, that's funny :)

Djelibeybi commented 2 years ago

I'm noodling on an approach via https://github.com/delfick/photons/tree/control/improve-device-finder. Would appreciate any feedback, but no rush. :)

Djelibeybi commented 2 years ago

This has been fixed.