Is possible set 2 or 3 alexa words in the same command?
-
as title, is possible do this?
-
@Mark-Hollis, you could make 3 Alexa routines that run the same command. Is that what you mean? You want to be able to say 3 different things that all run the same command?
-
@Russ yes, how do that?
-
@Mark-Hollis, this video shows some screenshots of the Alexa App on an Android:
https://youtu.be/rZXfncqXqmA?t=212
Just add multiple Alexa routines that all run the same command.
To add an Alexa Routine:
- Open the Alexa app on your phone
- Tap More in the lower right
- Tap Routines
- Tap the + in the upper right
- Tap "Enter routine name" and give it a name
- Tap "When this happens" then "Voice" and enter the phrase you want to say, then tap Next
- Tap "Add action" then "Smart Home" then select the command you want to run.
-
@Russ nope i wanted mean more alexa words for the same command on cmdtrigger
-
@Mark-Hollis, do you want to run your command with multiple parameters? Like this?
notepad one two
If so, do you want to provide those two parameters with your voice? If so, yes, you can provide them via an Alexa routine, but you'll want to use the TRIGGERcmd or TRIGGER command skill instead of the TRIGGERcmd Smart Home skill, and follow this procedure instead:
Open the Alexa app on your phone:
- Tap More in the lower right
- Tap Routines
- Tap the + in the upper right
- Tap "Enter routine name" and give it a name
- Tap "When this happens" then "Voice" and enter the phrase you want to say, then tap Next
- Tap "Add action" then "Custom" then type: "Ask TRIGGERcmd to run notepad with parameter one two"