mclarkk / lifxlan

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

Ensure light_product is consistent with product_map (beam was missing) #122

Closed merc1031 closed 3 years ago

merc1031 commented 5 years ago

LIFX Beam was in product_map but not in light_products.

Programatically generate light_products so they cannot get out of sync.

anastasia commented 5 years ago

This fixed my issue — beam discovery was not happening.

mclarkk commented 3 years ago

Thanks! Fixed this with a large update of products.py in #153.