jimmywarting / wemo-client

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

Add support for wemo COFFEE MAKER? #25

Closed tekuonline closed 8 years ago

tekuonline commented 8 years ago

Is it possible that we can add support for coffee maker? I did some research and found that the port for coffeemaker is 49154 and i was able to get eventservice.xml which I am attaching it here.

https://www.dropbox.com/s/j0yq839ffx0dtrs/eventservice.xml?dl=0

Also, i think its same for the Crockpot too.

Thanks..

timonreinhard commented 8 years ago

Sure. You would need to add the corresponding Wemo.DEVICE_TYPE and implement the CrockpotState (similar to BinaryState).

timonreinhard commented 8 years ago

Closing due to lack of feedback.