Skip to content

Releases: jimmywarting/wemo-client

v0.7.0

18 Apr 19:42
Compare
Choose a tag to compare
  • 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

29 Feb 01:05
Compare
Choose a tag to compare
  • 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

29 Feb 00:14
Compare
Choose a tag to compare
  • Fix an issue where requests running longer than 3 seconds would crash the client (#29)

v0.6.4

22 Feb 23:19
Compare
Choose a tag to compare
  • Periodically calling Wemo.discover no longer creates a myriad of ssdp-clients/open sockets

v0.6.3

22 Feb 23:16
Compare
Choose a tag to compare
  • Improved handling of failing subscription requests (#21)

v0.6.2

22 Feb 23:19
Compare
Choose a tag to compare
  • Support for Wemo Light Switch (@saasmath)
  • Handle http request errors (@devbobo)
  • Stabilize subscription handling

v0.6.1

22 Feb 23:20
Compare
Choose a tag to compare
  • Fixes an issue where multiple subscriptions were established for a single event

v0.6.0

22 Feb 23:20
Compare
Choose a tag to compare
  • Improves API consistency

v0.5.0

22 Feb 23:22
Compare
Choose a tag to compare
  • Improves test coverage (#12)
  • Adds getters for deviceStatus and binaryState (@rudders)
  • Updated node-ssdp version for node v4 compatibility (@asciidisco)