<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Multiple voice commands]]></title><description><![CDATA[<p dir="auto">How do I create multiple ways to activate a voice command? For example, I created a macro to open a work page using the verb (open), but I would also like to use the verb (start). I was instructed to put a comma between the words, but it didn't work. Here's the command I want to change: open email, open my email, open gmail, gmail, open my personal email</p>
]]></description><link>https://www.triggercmd.com/forum/topic/2670/multiple-voice-commands</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 21:57:57 GMT</lastBuildDate><atom:link href="https://www.triggercmd.com/forum/topic/2670.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 20 Aug 2023 15:35:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Multiple voice commands on Mon, 21 Aug 2023 10:28:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1">@Russ</a> I've been thinking of using alexa routines, to simplify my command collection. As far as I can see they can't take parameters though, so you need to create multiple similar named routines. <img src="https://www.triggercmd.com/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=6sa9akdcpc2" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":(" alt="😞" /></p>
<p dir="auto">Also, as pointed out its a million clicks as they only provide a gui interface, not a nice text based one. Thank goodness TRIGGERcmd has a text file! <img src="https://www.triggercmd.com/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f600.png?v=6sa9akdcpc2" class="not-responsive emoji emoji-android emoji--grinning" style="height:23px;width:auto;vertical-align:middle" title=":grinning:" alt="😀" /></p>
]]></description><link>https://www.triggercmd.com/forum/post/7264</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7264</guid><dc:creator><![CDATA[Steve Lee]]></dc:creator><pubDate>Mon, 21 Aug 2023 10:28:20 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple voice commands on Sun, 20 Aug 2023 19:55:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/21020">@Mauro</a>, it's the same - TRIGGERcmd uses Alexa for voice recognition.</p>
<p dir="auto">There is a difference between the <a href="https://www.amazon.com/VanderMey-Consulting-LLC-TRIGGERcmd-Smart/dp/B07P1MMFRP" rel="nofollow ugc">TRIGGERcmd Smart Home</a> skill and the <a href="https://www.triggercmd.com/forum/topic/537/using-the-alexa-non-smart-home-skill-the-first-time">conversational skills</a> in how well Alexa recognizes what you say.  That's why I generally recommend the Smart Home skill - it tells Alexa what you might say based on the voice words you specified for computer and command (or just command if it's your default computer), so it only has to find one of those.  That's why the conversational skills sometimes say, "could not find a command with voice word X..."  In those cases Alexa sent what it thought you said to the TRIGGERcmd server, and it didn't match anything on the server.  I hope that makes sense.</p>
]]></description><link>https://www.triggercmd.com/forum/post/7260</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7260</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Sun, 20 Aug 2023 19:55:36 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple voice commands on Sun, 20 Aug 2023 16:52:48 GMT]]></title><description><![CDATA[<p dir="auto">About voice detection, is it better to create a routine in alexa instead of using triggercmd's voice recognition? Or is the trigger's voice recognition facility parameter the same as Alexa's?</p>
]]></description><link>https://www.triggercmd.com/forum/post/7259</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7259</guid><dc:creator><![CDATA[Mauro]]></dc:creator><pubDate>Sun, 20 Aug 2023 16:52:48 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple voice commands on Sun, 20 Aug 2023 16:33:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/21020">@Mauro</a>, the "Voice" field for each command only supports one word (or phrase) for that command.  A comma in that field will <strong>not</strong> allow you to say multiple things.</p>
<p dir="auto"><img src="/forum/assets/uploads/files/1692548679277-18fc116e-d0be-4225-8d23-6b40df7fd340-image.png" alt="18fc116e-d0be-4225-8d23-6b40df7fd340-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">If you want to be able to say both of these:</p>
<ul>
<li>Alexa, turn on <strong>email</strong></li>
<li>Alexa, turn on <strong>gmail</strong></li>
</ul>
<p dir="auto">... you'll need to create two command entries, one with voice = email, and the other with voice = gmail.</p>
<p dir="auto">To make that easier you could use the Text Command Editor to copy your command entry and just change the word "email" to "gmail" in the 2nd command entry, like this:</p>
<pre><code> {
  "trigger": "Open Email",
  "command": "open https://gmail.com",
  "ground": "foreground",
  "voice": "email"
 },
 {
  "trigger": "Open Gmail",
  "command": "open https://gmail.com",
  "ground": "foreground",
  "voice": "gmail"
 },
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/post/7257</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7257</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Sun, 20 Aug 2023 16:33:02 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple voice commands on Sun, 20 Aug 2023 16:19:38 GMT]]></title><description><![CDATA[<p dir="auto">I have 125 trigger commands, it would be a very difficult situation for me to add them one by one. Do you have any suggestions to make this quest less costly?</p>
]]></description><link>https://www.triggercmd.com/forum/post/7256</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7256</guid><dc:creator><![CDATA[Mauro]]></dc:creator><pubDate>Sun, 20 Aug 2023 16:19:38 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple voice commands on Sun, 20 Aug 2023 16:15:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/21020">@Mauro</a>, I suggest you create a routine for each of your phrases.  Routines let you you can say anything you want, for example, I say "Alexa, open sesame" to run routine that runs the command on my Raspberry Pi that opens my garage door.  Both Google Assistant and Alexa allow you to create routines.</p>
<p dir="auto">This is my Alexa routine to open my garage door via the TRIGGERcmd Smart Home skill:</p>
<p dir="auto"><img src="/forum/assets/uploads/files/1692547251454-alexa_routine_open_sesame.jpg" alt="Alexa_Routine_Open_Sesame.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://www.triggercmd.com/forum/post/7254</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7254</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Sun, 20 Aug 2023 16:15:01 GMT</pubDate></item></channel></rss>