delfick / photons

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

Fix some bugs in the interactor #130

Closed delfick closed 5 months ago

delfick commented 5 months ago

Fixes #129

Turns out I messed up when I added the status command and didn't realise it had it's own seperate route.

Also there was a typo in the code that ran the apply_theme command.