yeedart 0.2.0
yeedart: ^0.2.0 copied to clipboard
Simple Dart library that lets you control Yeelight devices over LAN.
0.2.0 - 2020-04-18 #
- BC: removed
Parser, useDiscoveryResponse.fromRawResponsefactory constructor instead - BC: removed
Device.onNotificationReceived, useDevice.notificationMessageStreamstream instead - BC: added
CommandSender.isConnected, every CommandSender have to implement this getter - added
Device.isConnected- returns connection state of command sender (CommandSender.isConnected)
0.1.2 - 2020-02-15 #
- bug fix: ssdp:discover quotes #1 (@fmichenaud)
- updated dependencies
0.1.1 - 2019-12-22 #
- lint fixes
- updated dependencies
0.1.0 - 2019-10-26 #
- initial version
- added device discovery & controls
- added color flow and scene support