Timon Reinhard
Timon Reinhard
@MichaelKohler Does that apply to specific Wemo devices?
I'm not so much into Typescript but I'd say either make the declarations complete or leave them out altogether, right?
Will cover #30
@netslayer It might give you the client instance for the meanwhile dropped-off device. See [index.js#L149](https://github.com/timonreinhard/wemo-client/blob/master/index.js#L149)
Interesting. Did you run with debug output enabled and can post the logs?
PRs are highly appreciated, yes.
Can anyone confirm this is working? I even fail pairing Osram Lightify bulbs with the current (1.17.1) version of the Wemo iOS app.
Seems related to node-ssdp. Which OS are you running?
Can you please try upgrading `node-ssdp` to the latest 2.9.0 (e.g. by bumping the version in `package.json` and then running `npm update`)? If that still doesn't help, I suppose you...
Requires diversario/node-ssdp#66