jimmywarting / wemo-client

JavaScript client library for controlling and subscribing to Wemo Devices
MIT License
132 stars 40 forks source link

Add callback_interface option to specify which network interface to … #50

Closed joe248 closed 7 years ago

joe248 commented 7 years ago

…listen on for subscription messages. Fixes #49

codecov-io commented 7 years ago

Codecov Report

Merging #50 into master will decrease coverage by 1.09%. The diff coverage is 80.95%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #50     +/-   ##
=========================================
- Coverage   88.19%   87.09%   -1.1%     
=========================================
  Files           2        2             
  Lines         271      279      +8     
  Branches       43       46      +3     
=========================================
+ Hits          239      243      +4     
- Misses         32       36      +4
Impacted Files Coverage Δ
index.js 80.48% <80.95%> (-3.3%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0451ed6...25da24f. Read the comment docs.

joe248 commented 7 years ago

Let me know what you think of my latest. I am by no means a javascript expert but this is working for me.

timonreinhard commented 7 years ago

Thanks for contributing!