jimmywarting / wemo-client

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

Adding Basic Dimmer Support #54

Closed markhatchell closed 7 years ago

markhatchell commented 7 years ago

Simply added the dimmer type to the DEVICE_TYPE list, this enables homebridge-platform-wemo to use it as a switch.

codecov-io commented 7 years ago

Codecov Report

Merging #54 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #54   +/-   ##
=======================================
  Coverage   86.41%   86.41%           
=======================================
  Files           2        2           
  Lines         287      287           
  Branches       47       47           
=======================================
  Hits          248      248           
  Misses         39       39
Impacted Files Coverage Δ
index.js 81.17% <ø> (ø) :arrow_up:

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 6b46322...ab068d9. Read the comment docs.

timonreinhard commented 7 years ago

Cool addition, thank you!