Releases: jimmywarting/wemo-client
Releases · jimmywarting/wemo-client
v0.7.0
- Added method to get attributes of a Wemo Maker device
- Multiple
attributeList
events will fire if more than one attribute changes at a time
v0.6.6
- Fix an issue where each call of
Wemo.discover
bound a new listener to the ssdp client - Handle non-200 responses as errors
v0.6.5
v0.6.4
- Periodically calling
Wemo.discover
no longer creates a myriad of ssdp-clients/open sockets
v0.6.3
v0.6.2
v0.6.1
- Fixes an issue where multiple subscriptions were established for a single event
v0.6.0
- Improves API consistency
v0.5.0
- Improves test coverage (#12)
- Adds getters for deviceStatus and binaryState (@rudders)
- Updated node-ssdp version for node v4 compatibility (@asciidisco)