IoTone / ProjectMagNET

Project Mag*NET is an IoT data sync and control app + distributed server for iot data
https://iotone.github.io/projectmagnet.github.io/
Apache License 2.0
0 stars 1 forks source link

"Seen devices" needs to remove dups from the scan #49

Open truedat101 opened 3 months ago

truedat101 commented 3 months ago

Seen data will get all the dups in the scan. Eventually this produces annoying excessive data.

truedat101 commented 3 months ago

Also, look at this snippet for dups: btStream = flutterReactiveBle.scanForDevices(withServices: [], scanMode: ScanMode.balanced).distinct().listen((device) {}