Skip to content

Releases: sbidy/pywizlight

Version 0.4.1

30 Dec 21:15
Compare
Choose a tag to compare

Some small changes.

  • Support for feature detection of different bulbs added
  • Improve discovery to return wizlight objects
  • Some small fixes and improvements

This will be the last release for 2020!!

Version 0.3.8

25 Dec 16:01
Compare
Choose a tag to compare
  • Add Timeout Exception for UDP calls.
  • Lower the default timeout to 30 seconds.

Version 0.3.7

25 Dec 14:50
Compare
Choose a tag to compare

Some small changes and fixes.

  • Fixing issue in case of "wake up" and other progressive scenes. Thank you @angadsingh for the pull.
  • Add some additional error checks to prevent other mussing parameter errors.

Version 0.3.6 - small fix

16 Dec 13:02
Compare
Choose a tag to compare

Added Features:

  • Discovery function
  • Exceptions
  • CLI Integration
  • Some smaller bug fixes and improvements

Thanks to @fabaff, @mots and @bigjohnson for the pulls and contribution 💙

Bump to 0.3.6 because of a small import bug in the cli part.

Version 0.3.5

16 Dec 12:48
Compare
Choose a tag to compare

Added Features:

  • Discovery function
  • Exceptions
  • CLI Integration
  • Some smaller bug fixes and improvements

Thanks to @fabaff, @mots and @bigjohnson for the pulls and contribution 💙

Version 0.3.4

11 Oct 16:42
0f5a321
Compare
Choose a tag to compare
  • Add auto-discover function
  • Add getMac function
  • Some small fixes

Enhancement from #4

01 Oct 16:04
Compare
Choose a tag to compare

Add the enhancement from #4 .

Small Fix - Remove exception message

03 May 10:52
Compare
Choose a tag to compare

Removed exception message from logger to reduce the message size.

Fix for missing packet

19 Mar 07:54
Compare
Choose a tag to compare

The packet asyncio-dgram was missing in the setup.py

New relase 0.3 - fix for some issues

18 Mar 21:52
Compare
Choose a tag to compare

Relative import issue and some styling