TomFaulkner / SenseMe

Python Library for Haiku SenseMe app controlled fans/lights
GNU General Public License v3.0
21 stars 10 forks source link

discover_single_device doesn't use known details #10

Open TomFaulkner opened 7 years ago

TomFaulkner commented 7 years ago

As it is right now, discover_single_device doesn't use any known details that were given during instantiation, rather it discovers the first device that comes to it.

See comments on issue #1 for how to fix this.