Skip to content

Commit fd9045b

Browse files
committed
0.13.0
1 parent c9c8542 commit fd9045b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ The callback will only be called for newly found devices (those that have not be
9797

9898
#### load(setupUrl, cb)
9999

100+
*API breaking in: v0.13*
101+
100102
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.
101103

102104
* **String** *setupUrl* Must point to setup.xml of the requested device (`http://device_ip:device_port/setup.xml`).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wemo-client",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Client library for interacting with Belkin Wemo devices",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)