mclarkk / lifxlan

Python library for accessing LIFX devices locally using the official LIFX LAN protocol.
MIT License
503 stars 115 forks source link

Check if light is online #151

Open Moosjes opened 3 years ago

Moosjes commented 3 years ago

Is there a way to see if a light is online? If I call a function to a light I now get a error: WorkflowException I would like to check if the light is online to prevent these calls/errors

henryruhs commented 3 years ago

@Moosjes Similar to issue https://github.com/mclarkk/lifxlan/issues/131