You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,8 @@ The callback will only be called for newly found devices (those that have not be
97
97
98
98
#### load(setupUrl, cb)
99
99
100
+
*API breaking in: v0.13*
101
+
100
102
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.
101
103
102
104
***String***setupUrl* Must point to setup.xml of the requested device (`http://device_ip:device_port/setup.xml`).
0 commit comments