mclarkk / lifxlan

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

Created a bunch of functions and a new class to handle Lifx Switches #161

Closed davidcfk closed 1 year ago

davidcfk commented 3 years ago

Added a bunch of functions, messages and classes to support Lifx Switches. Tried to follow all the same conventions. This is tested to work on a Lifx Switch with Relays connected to dumb lights... can use the Switch class to call set_replay_power or get_relay_power.

exking commented 1 year ago

Can you add documentation for the change (document new API calls), please?