I want to programmatically ask my Echo Dot to do something.
I'd like to make a program that does something like this:
alexa_api.ask('play music')
And after that, my Echo Dot starts playing music...
Is there a way to do that?
Thanks in advance
I want to programmatically ask my Echo Dot to do something.
I'd like to make a program that does something like this:
alexa_api.ask('play music')
And after that, my Echo Dot starts playing music...
Is there a way to do that?
Thanks in advance
No. Interactions are triggered by the user of the Alexa device.
It is not possible to trigger an Alexa device to perform a function unless it was first requested by the user.