dsandor / fauxmojs

Fake WeMo device ported to NodeJS. Allows Alexa (Amazon Echo) to make api calls.
56 stars 22 forks source link

Support "dimming". #18

Open mralexgray opened 6 years ago

mralexgray commented 6 years ago

I know it's possible.. but as of now.. Alexa says "Office light doesn't support that"....

Gonna look at ESPalexa for clues on how to implement it...

mralexgray commented 6 years ago

Ahhh, I see.. they seem to be emulating a Philips Hue, instead.

https://github.com/Aircoookie/Espalexa/blob/master/src/Espalexa.cpp

<modelName>Philips hue bridge 2012</modelName>" "<modelNumber>929000226503</modelNumber>"

dsandor commented 6 years ago

@mralexgray so the espalexa allows dimming of what type of appliance? Can you send me the details of the name/brand/model so I can attempt to reproduce this? I would like to update the code to have support for dimming as well if emulating a more feature rich target hardware is possible lets do it!