Skip to content

Releases: sbidy/pywizlight

Release for PyPIP

18 Mar 19:14
Compare
Choose a tag to compare
0.2.9

Merge branch 'master' of https://github.com/sbidy/pywizlight

General bug fixes and update

18 Mar 19:09
0aa1036
Compare
Choose a tag to compare

fix for dependency bug

Async change - no backward compatibility to 0.2.6

18 Mar 15:02
5b77cf6
Compare
Choose a tag to compare

Big Thanks to @angadsingh for the pull!

  • Fixes sbidy/wiz_light#6: make the whole component truly async using non-blocking UDP
  • Light control now works even when lights are set to a rhythm.

Features:

  • Now supports switching the light to rhythm mode! (rhythm is defined as a scene for HA)
  • Implements a pattern of sending multiple command UDP datagrams until response is received
  • Consolidates getPilot and setPilot calls using a PilotBuilder and PilotParser. Removes unnecessary UDP calls for each and every attribute (color, temperature, brightness, scene, etc.) and makes a combined getPilot/setPilot call
  • enhanced debug logging for UDP

Update

16 Mar 17:35
d341b2b
Compare
Choose a tag to compare

Extend timeout and add port config