janstol / yeedart

Simple Dart library that lets you control Yeelight devices over LAN.
MIT License
10 stars 4 forks source link

Can't find my yeelights #4

Closed thomasaldershof closed 3 years ago

thomasaldershof commented 3 years ago

Hello!

First of all thank you for making this package! I'm not sure why but I can't find any lights, they have LAN control on. Checked on android and windows. Played around with different timeout settings but I can't seem to find the problem. This is the code I'm using right now: final response = await Yeelight.discover(timeout: Duration(seconds: 10));

Hope you can help me!