wemo-client icon indicating copy to clipboard operation
wemo-client copied to clipboard

JavaScript client library for controlling and subscribing to Wemo Devices

Results 22 wemo-client issues
Sort by recently updated
recently updated
newest added

I had an issue getting the library to work with a new dimmer switch. The only difference I could see in the returned setup.xml was that the new device used...

We're calling discover the following way where `this._wemo` is the wemo client instance without any specific options: ``` this._wemo.discover((error, deviceInfo) => { ... }); ``` From time to time, not...

When calling `wemoClient.discover`, how do I unsubscribe?

This enables support for servers which do not support use of chunked transfer encoding in requests, e.g. emulated devices.

Hi there I have a Sonoff Basic running Tasmota firmware, these support use via Amazon Alexa by running a Wemo emulator. Seeing this I manually added my Sonoff device (as...

Make sure the service list is an array, even if a single-element one.

Has anyone had any luck adding support for long press events? I spent some time poking around but am totally unfamiliar with uPnP so I wasn't able to get it...

Hi, I have recently bought a WeMo Mini plug, I have read that this isn't supported in this project yet. What can I do to help integrate this product? Thanks.

help wanted
good first issue

Hi there, This library is really neat but I believe I have come across a small problem specific to my use case. I run a container that runs a script...

There current implementation makes it a bit too hard to work with devices appearing and disappearing under unstable network conditions: - The client emits events for network errors only after...