yeedart 0.3.1+1
yeedart: ^0.3.1+1 copied to clipboard
Simple Dart library that lets you control Yeelight devices over LAN.
[0.3.1+1] - 2021-09-28 #
- lints and formatting fixes
[0.3.1] - 2021-09-28 #
- added
Device.connect
method to manually connect to the device
[0.3.0] - 2021-03-06 #
- migrated to null-safety
[0.2.0] - 2020-04-18 #
- BC: removed
Parser
, useDiscoveryResponse.fromRawResponse
factory constructor instead - BC: removed
Device.onNotificationReceived
, useDevice.notificationMessageStream
stream 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