Releases: roddone/YeelightAPI
Releases · roddone/YeelightAPI
1.10.1
- fix an exception that might occur in some cases when disposing device
1.10
- [DeviceLocator] various fixes on discovery
- [DeviceLocator] better exception handling
- [DeviceLocator] remove deprecated methods
- add .net 5 support
1.9.0
Add complete support for music mode
1.8.0
- DeviceLocator refactoring
- Deprecate DeviceLocator.Discover method (see DiscoverAsync instead)
- Deprecate OnDeviceFound event (see DiscoverAsync instead)
- Add DeviceLocator.DiscoverAsync methods
- Add MaxRetryCount option
- Add UseAllAvailableMulticastAddresses option
- Add DefaultMulticastIPAddress option
1.7.0
- Add "DeviceFound" event when DeviceLocator.Discover() finds a device
1.5.2
Merge branch 'master' of https://github.com/roddone/YeelightAPI
1.5.1
Fix smooth usage with V2 bulbs
1.5.0
- Correct a bug that might occur when using DeviceLocator.Discover method
- Better asynchronism handling when calling the same method multiple times at the same time on the same device
1.4.1
- Add support for adjust_bright, adjust_ct, adjust_color, bg_adjust_bright, bg_adjust_ct and bg_adjust_color
- Add support for the property "active_mode"
- Correct a bug when too many properties are requested through "get_prop" method