YeelightAPI Versions Save

C# API (.Net) to control Xiaomi Yeelight devices

1.10.1

3 years ago
  • fix an exception that might occur in some cases when disposing device

1.10

3 years ago
  • [DeviceLocator] various fixes on discovery
  • [DeviceLocator] better exception handling
  • [DeviceLocator] remove deprecated methods
  • add .net 5 support

1.9.0

3 years ago

Add complete support for music mode

1.8.0

3 years ago
  • 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

4 years ago
  • Add "DeviceFound" event when DeviceLocator.Discover() finds a device

1.6.0

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

Fix smooth usage with V2 bulbs

1.5.0

5 years ago
  • 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

5 years ago
  • 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