Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timonreinhard committed May 29, 2017
1 parent c9c8542 commit fd9045b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ The callback will only be called for newly found devices (those that have not be

#### load(setupUrl, cb)

*API breaking in: v0.13*

Allows to skip discovery if the `setupUrl` of a Wemo is already known. A `deviceInfo` will be passed to `cb` that can be used to get a client for the device found. The `err` field will be non-null in the event of an error.

* **String** *setupUrl* Must point to setup.xml of the requested device (`http://device_ip:device_port/setup.xml`).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wemo-client",
"version": "0.12.0",
"version": "0.13.0",
"description": "Client library for interacting with Belkin Wemo devices",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit fd9045b

Please sign in to comment.