witnessmenow / esp8266-alexa-wemo-emulator

multiple belkin wemos switch emulator using ESP8266
GNU General Public License v2.0
132 stars 43 forks source link

Can I change the invocation to "make" instead of "turn on" #20

Open OmetKs opened 5 years ago

OmetKs commented 5 years ago

I would like to know if I could get help to change invocation name instead of " turn on" to "make" or "take" or "go to".

Alexa "make" coffee

Thank you

Liozon commented 5 years ago

A quick workaround for that is by making a routine in your Alexa app. With routine, you can define the user input and that will trigger a "turn on" or a "turn off" of the virtual WeMo switch!

Tell me if that helped you!