Releases: sbidy/pywizlight
Releases · sbidy/pywizlight
Version 0.4.1
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
- Add Timeout Exception for UDP calls.
- Lower the default timeout to 30 seconds.
Version 0.3.7
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
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
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
- Add auto-discover function
- Add getMac function
- Some small fixes
Enhancement from #4
Add the enhancement from #4 .
Small Fix - Remove exception message
Removed exception message from logger to reduce the message size.
Fix for missing packet
The packet asyncio-dgram was missing in the setup.py
New relase 0.3 - fix for some issues
Relative import issue and some styling