Hunts down all Belkin Devices on the network
all Belkin devices that support UPnP (urn:Belkin:device:controllee:1 is a UPnP urn used by most wemo devices)
open a command line and run:
npm install wemo-finderplease note that console will be notified for Belkin device found
var your_variable = require('wemo-finder');
new your_variable();device information for the first device found can be found under:
your_variable._devices[0]Contributing to the code is very welcome and will help for future versions
Published without a license.