mclarkk / lifxlan

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

Bug/catch broadcast failure #165

Closed samclane closed 1 year ago

samclane commented 3 years ago

Fixes issue #164

Currently, no great way to figure out which networks can and cannot multicast- just use a try+catch here to stop the error, since broadcasting is fire+forget anyway.