Skip to content

andrewatwood/wemo-finder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wemo Device Finder for Node.js

Hunts down all Belkin Devices on the network

Supported Devices

all Belkin devices that support UPnP (urn:Belkin:device:controllee:1 is a UPnP urn used by most wemo devices)

Install

open a command line and run:

npm install wemo-finder

Usage

please note that console will be notified for Belkin device found

var your_variable = require('wemo-finder');
new your_variable();

API

device information for the first device found can be found under:

your_variable._devices[0]

Contributing

Contributing to the code is very welcome and will help for future versions

License

Published without a license.

About

Wemo Device Finder.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%