msloth / lgtv.js

Control LG WebOS TV using node.js
MIT License
249 stars 119 forks source link

Fix multiple TVs discover #25

Open czsniper opened 4 years ago

czsniper commented 4 years ago

Problem: When scan for TV and you have multiple tv's on same network, you will recive only one ip in return, randomly. Solve: I have added some easy code to return all the tv's scanned and filtered to show each ip only one time.