kakopappa / arduino-esp8266-alexa-multiple-wemo-switch

multiple belkin wemos switch emulator using ESP8266
https://sinric.pro
MIT License
308 stars 196 forks source link

Analog values? #63

Open Ynot1 opened 5 years ago

Ynot1 commented 5 years ago

Has anyone extrapolated this code to transfer analog values between an esp8266 and Alexa, rather than the Boolean ones as originally written?

Going to have to decide between this route and Sinric for my next project.

Ynot1 commented 5 years ago

no-one?

There are many places in the switch.cpp code where the word "Binary" is used , which I am guessing will have to be changed to transfer an analog value instead. No idea what the alternate keyword would be, or what the syntax should be.

Can anyone point me at documentation that tells me what the other options other than Binary are?

Ynot1 commented 5 years ago

This looks very promising.... https://github.com/Aircoookie/Espalexa