<?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[How to use Off Command]]></title><description><![CDATA[<p dir="auto">There's a new field called "Off Command" that will allow you to specify a command to run when the parameter is <strong>off</strong>, which is the case when you set Allow Parameters to true and use one of the <strong>TRIGGERcmd Smart Home</strong> Alexa skill or Google Assistant action.</p>
<p dir="auto">If parameters are enabled and this field is filled, <strong>Command</strong> will run when the parameter is <strong>on</strong> and <strong>Off Command</strong> will run when the parameter is <strong>off</strong>.</p>
<p dir="auto">The commands will run without " on" or " off" appended to the end.  If you want those appended to your command, then leave the Off Command field blank, and use the Command field to run a script that expects on or off as the parameter.</p>
<p dir="auto">So with this example, you can say, <strong>"Alexa, turn off calculator"</strong> and calculator will close.</p>
<p dir="auto"><img src="https://triggercmdagents.s3.amazonaws.com/Pics/Forum/OffCommand.png" alt="alt text" class=" img-fluid img-markdown" /></p>
<p dir="auto">EDIT: So far only the the Windows version is updated to include this feature.</p>
<p dir="auto">EDIT 2 10/11/2020: Now the Linux and Raspberry Pi versions include this Off Command feature (Example "offCommand": "pkill gedit").</p>
<p dir="auto">EDIT 3 3/28/2021: I finally updated the <strong>Mac version</strong> to include this feature.  Sorry it took so long.  I had some trouble building it.</p>
<p dir="auto">EDIT 4 3/22/2026: New command to close Calculator on Windows 11:  taskkill /f /im calculatorapp.exe</p>
]]></description><link>https://www.triggercmd.com/forum/topic/853/how-to-use-off-command</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 22:20:35 GMT</lastBuildDate><atom:link href="https://www.triggercmd.com/forum/topic/853.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 Aug 2020 00:35:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to use Off Command on Mon, 05 Jan 2026 23:45:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/25947">@Yoni</a>, thanks for letting me know.  I'll make it case-insensitive in the next version.</p>
]]></description><link>https://www.triggercmd.com/forum/post/8836</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/8836</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Mon, 05 Jan 2026 23:45:24 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Mon, 05 Jan 2026 18:09:25 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> May be worth updating the instructions to indicate that "on" and "off" are case sensitive if you want it to automatically choose between the On and Off commands. (Alternatively ignore case for on and off to choose between on command and off command)<br />
e.g. I used IFTTT and sent "ON" or "OFF" as parameters, and it just sent those as arguments to my ON command.<br />
Once I fixed it to "on" and "off" it properly instead chose between the commands instead of using them as arguments.</p>
]]></description><link>https://www.triggercmd.com/forum/post/8835</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/8835</guid><dc:creator><![CDATA[Yoni]]></dc:creator><pubDate>Mon, 05 Jan 2026 18:09:25 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Wed, 06 Mar 2024 02:26:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/60">@Xander</a>, there's no official x86 TRIGGERcmd agent version.  If you updated agent.js, you've got the latest functionality.</p>
]]></description><link>https://www.triggercmd.com/forum/post/7737</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7737</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Wed, 06 Mar 2024 02:26:41 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Wed, 06 Mar 2024 01:42:46 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> Sorry for the delayed reply; crazy week.</p>
<p dir="auto">Background was the problem on the one part.<br />
On the other, for some weird reason, Task Scheduler was renaming the actual .job from "SCoff" to "SC off" so that the path was wrong.  Once I spotted that, I got it working.</p>
<p dir="auto">Just to check - I've been running the x86 version of TCMD on that PC for...years?  Other than the updated .js, there's no newer version?  The main DL is x64.</p>
]]></description><link>https://www.triggercmd.com/forum/post/7736</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7736</guid><dc:creator><![CDATA[Xander]]></dc:creator><pubDate>Wed, 06 Mar 2024 01:42:46 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Wed, 28 Feb 2024 13:23:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/60">@Xander</a>, I think the reason those 2 commands don't show up in your account is you've set them as "background" commands and you're not running the background agent.  You'll need to run the background agent or switch them to foreground.</p>
<p dir="auto">You wrote, "SCoff doesn't work in either bat or task form."  Does it work if you run it manually from a cmd prompt?  You might want to put something in your .bat file that logs to a file so you know for sure whether the .bat is running.  I just wonder if it's running but it's getting an error that you can't see.  Something like this would at least confirm whether it's running or not:</p>
<pre><code>echo SCoff ran &gt;&gt; c:\logs\scoff.log
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/post/7709</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7709</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Wed, 28 Feb 2024 13:23:03 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Tue, 27 Feb 2024 22:39:15 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> D'oh.  The link here showed it went to ...node.js so I downloaded from here but now it's clear that it was a page <em>about</em> it so I've DL'd it properly <img src="https://www.triggercmd.com/forum/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f926-1f3fb.png?v=6sa9akdcpc2" class="not-responsive emoji emoji-emoji-one emoji--person_facepalming_light_skin_tone" style="height:23px;width:auto;vertical-align:middle" title=":person_facepalming_light_skin_tone:" alt="🤦🏻" />‍<img src="https://www.triggercmd.com/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/2642.png?v=6sa9akdcpc2" class="not-responsive emoji emoji-android emoji--male_sign" style="height:23px;width:auto;vertical-align:middle" title=":male_sign:" alt="♂" />️<br />
That's back up and running.</p>
<p dir="auto">Question, though.  I switched the command to use SCHTASKS to run a job of the same batch files to circumvent any UAC issues but SCoff doesn't work in either bat or task form.  The cmd window -says- it's being called but no window is called.  Any ideas?</p>
<pre><code>[
   {"trigger":"Users","command":"schtasks.exe /run /tn users","ground":"foreground","voice":"users"},
   {"trigger":"Connect","command":"schtasks.exe /run /tn SCon","ground":"background","voice":"connect"},
   {"trigger":"Disconnect","command":"schtasks.exe /run /tn SCoff","ground":"background","voice":"disconnect"},
   {"trigger":"Remote","command":"schtasks.exe /run /tn SCon","offCommand":"schtasks.exe /run /tn SCoff","ground":"foreground","voice":"Remote","voiceReply":"Okay","allowParams":"true" },
   {"trigger":"Reboot","command":"shutdown /r /t 10","ground":"foreground","voice":"reboot"}
]
</code></pre>
<p dir="auto">In case I would need them as separate commands, I created the Connect/Disconnect commands which I think are fine but they don't show in the TCMD trigger page at all.</p>
]]></description><link>https://www.triggercmd.com/forum/post/7708</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7708</guid><dc:creator><![CDATA[Xander]]></dc:creator><pubDate>Tue, 27 Feb 2024 22:39:15 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Tue, 27 Feb 2024 13:59:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/60">@Xander</a>, the latest version of agent.js is about 23k.  Maybe try again to download it?  Or look at the one you have maybe there's a clue what's wrong with it.  It shouldn't be that big.</p>
]]></description><link>https://www.triggercmd.com/forum/post/7706</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7706</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Tue, 27 Feb 2024 13:59:10 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Tue, 27 Feb 2024 02:55:12 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> That's probably it.  The agent.js has a date stamp of Nov 2017.  Closed tcmd, updated from your link (old was 23kb, new is 348kb. Quite the diff!)</p>
<p dir="auto">But, on starting the batch file, I get an "unexpected token" error.  <em>It also overwrote my .json file but it was mostly the line above so I'll redo it if I need to.</em>  Swapped the old .js back and it runs so something is amiss.</p>
<pre><code>SyntaxError: Unexpected token &lt;
    at createScript (vm.js:80:10)
    at Object.runInThisContext (vm.js:139:10)
    at Module._compile (module.js:599:28)
    at Object.Module._extensions..js (module.js:646:10)
    at Module.load (module.js:554:32)
    at tryModuleLoad (module.js:497:12)
    at Function.Module._load (module.js:489:3)
    at Function.Module.runMain (module.js:676:10)
    at startup (bootstrap_node.js:187:16)
    at bootstrap_node.js:608:3
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/post/7705</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7705</guid><dc:creator><![CDATA[Xander]]></dc:creator><pubDate>Tue, 27 Feb 2024 02:55:12 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Mon, 26 Feb 2024 23:00:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/60">@Xander</a>, I just tried sending "off" with this commands.json entry and it worked for me.</p>
<pre><code> {
  "trigger": "Remote",
  "command": "C:\\Users\\STICK10\\Documents\\SC on.bat",
  "offCommand": "C:\\Users\\STICK10\\Documents\\SC off.bat",
  "ground": "foreground",
  "voice": "",
  "voiceReply": "",
  "allowParams": "true"
 }
</code></pre>
<p dir="auto">This was my output:</p>
<pre><code>{ trigger: 'Remote', id: '___', params: 'off' }
Running trigger: Remote  Command: C:\Users\STICK10\Documents\SC off.bat
Reported: Command Ran
</code></pre>
<p dir="auto">So maybe you're using a old version of the agent from before I added the logic to use the offCommand field.  I know you're running in on an x86 Windows box, so you're not running the normal agent.  You can probably just update the <a href="https://github.com/rvmey/TRIGGERcmd-Agent/blob/master/src/agent.js" rel="nofollow ugc">agent.js file</a>.</p>
]]></description><link>https://www.triggercmd.com/forum/post/7704</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7704</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Mon, 26 Feb 2024 23:00:50 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Mon, 26 Feb 2024 20:43:01 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'm trying to setup an on/off command for some services.  The PC is x86 so I'm just editing the JSON file.</p>
<p dir="auto">Here's the line inside the JSON:<br />
<strong>{"trigger":"Remote","command":"C:\Users\STICK10\Documents\SC on.bat","offCommand":"C:\Users\STICK10\Documents\SC off.bat","ground":"foreground","voice":"Remote","voiceReply":"Okay","allowParams":"true" },</strong></p>
<p dir="auto">When I try to trigger it, it's only running the SC ON batch file, not the OFF.  What's my error?  Or do I need to set these as two different commands altogether?</p>
<p dir="auto">Inside TCMD's cmd window:<br />
<em>{ trigger: 'Remote',<br />
id: '____',<br />
params: 'on' }<br />
Running trigger: Remote  Command: C:\Users\STICK10\Documents\SC on.bat<br />
Reported: Command Ran</em><br />
<em>{ trigger: 'Remote',<br />
id: '____',<br />
params: 'off' }<br />
Running trigger: Remote  Command: C:\Users\STICK10\Documents\SC on.bat<br />
Reported: Command Ran</em></p>
]]></description><link>https://www.triggercmd.com/forum/post/7703</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7703</guid><dc:creator><![CDATA[Xander]]></dc:creator><pubDate>Mon, 26 Feb 2024 20:43:01 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Sat, 23 Dec 2023 10:29:06 GMT]]></title><description><![CDATA[<p dir="auto">fala portuges</p>
]]></description><link>https://www.triggercmd.com/forum/post/7598</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7598</guid><dc:creator><![CDATA[Emanoel Matheus lima da silva souza]]></dc:creator><pubDate>Sat, 23 Dec 2023 10:29:06 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Wed, 25 Oct 2023 15:03:07 GMT]]></title><description><![CDATA[<p dir="auto">David, good to know.  Also sorry you lost your forum account.  I didn't realize it would go away when you disconnected you Google account.</p>
]]></description><link>https://www.triggercmd.com/forum/post/7477</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7477</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Wed, 25 Oct 2023 15:03:07 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Mon, 23 Oct 2023 19:59:45 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> Because Amazon are upgrading their API on November 1st. They've been notifying all devs about this but IFTTT being either lazy or stupid, they haven't updated their systems so on November 1st, they will become incompatible with Amazon new API.</p>
]]></description><link>https://www.triggercmd.com/forum/post/7474</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7474</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 23 Oct 2023 19:59:45 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Mon, 23 Oct 2023 12:49:01 GMT]]></title><description><![CDATA[<p dir="auto">@David-0 nice job. Good idea using the space to turn the monitor back on..  I'm not sure why nircmd won't do it.</p>
<p dir="auto">I wonder why the IFTTT Alexa skill is going away in the UK.</p>
]]></description><link>https://www.triggercmd.com/forum/post/7473</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7473</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Mon, 23 Oct 2023 12:49:01 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Sun, 22 Oct 2023 16:02:33 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> Hi<br />
Thanks for your continuous support.</p>
<ol>
<li>Yes, the commands work from the website, triggered from my phone</li>
<li>I have separated both commands.<br />
<img src="/forum/assets/uploads/files/1697989932294-0d9091a9-b468-4f38-b69f-58c7cbf15eb1-image.png" alt="0d9091a9-b468-4f38-b69f-58c7cbf15eb1-image.png" class=" img-fluid img-markdown" /></li>
</ol>
<ul>
<li>I've changed the "Monitors ON" command to sendkeypress to see if it works better than monitors on.</li>
<li>Now, <strong>Both commands work fine</strong> from the website AND from Alexa as well.</li>
<li>The "Nircmd monitor on" command still doesn't work for some reason (hence I changed to sendkeypress)</li>
<li>It also doesn't work if I use the "Off Command" option in your Windows App, I apparently have to make 2 separate commands.</li>
</ul>
<p dir="auto">Thanks a lot! Sorry for my many questions, I'm just starting with TRIGGERcmd.<br />
Until now, I was using ACC (AssistantComputerControl) and IFTTT in my Alexa routines but as of 31 October, IFTTT won't be available in Alexa anymore in the UK so I needed to switch to something else.<br />
Money well spent on TRIGGERcmd!!</p>
]]></description><link>https://www.triggercmd.com/forum/post/7468</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7468</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 22 Oct 2023 16:02:33 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Sun, 22 Oct 2023 12:46:27 GMT]]></title><description><![CDATA[<p dir="auto">@David-0, what you show in that screenshot looks correct, assuming nircmd.exe is in that "c:\local apps\nircmd" folder.  It's good you quoted the full path because it contains a space.</p>
<p dir="auto">Do those commands work if you run them locally in a powershell or cmd window?  I suppose the monitor on command would be difficult to type if the monitor is off, but you could press the up arrow and delete the two f's and add an n and press enter.</p>
<p dir="auto">Also, what if you run them from the website, like from your phone?  Does that work?  If not, you should troubleshoot that before moving on to Alexa (or Smart Things).  When you're ready to move on, please check for <a href="https://www.triggercmd.com/user/command/shprintlist" rel="nofollow ugc">this page</a> to make sure it shows the "on" Alexa phrase.  If it's not there, something is wrong, like maybe your computer isn't your default computer or it doesn't have a voice word set (which you only need to set if it's not your default computer).</p>
<p dir="auto">I've had pretty good luck with nircmd but some monitors don't respond to nircmd's on/off commands, so you'll want to test the monitor off command manually first.</p>
]]></description><link>https://www.triggercmd.com/forum/post/7467</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7467</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Sun, 22 Oct 2023 12:46:27 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Sun, 22 Oct 2023 11:41:49 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I'm trying to set up a command "Turn ON Monitors" and "Turn OFF monitors" for Alexa.<br />
Am I doing something wrong here? Doesn't work.</p>
<p dir="auto">Thank you<br />
<img src="/forum/assets/uploads/files/1697974903286-ebf46b7a-3eae-4097-98fc-872cbb95410f-image.png" alt="ebf46b7a-3eae-4097-98fc-872cbb95410f-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://www.triggercmd.com/forum/post/7464</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7464</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 22 Oct 2023 11:41:49 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Tue, 25 Jan 2022 05:16:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/13503">@david-jones</a> I am using Cast from Windows. Chasing equivalent for RPi on Raspian.</p>
]]></description><link>https://www.triggercmd.com/forum/post/5368</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/5368</guid><dc:creator><![CDATA[David Jones]]></dc:creator><pubDate>Tue, 25 Jan 2022 05:16:54 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Tue, 11 Jan 2022 12:18:46 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> Works like a charm .. a newbee to this.<br />
Now how to send a voice/ text back to my Google Nest Mini.</p>
]]></description><link>https://www.triggercmd.com/forum/post/5198</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/5198</guid><dc:creator><![CDATA[David Jones]]></dc:creator><pubDate>Tue, 11 Jan 2022 12:18:46 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Wed, 24 Feb 2021 23:43:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/6889">@DJ</a>, if you want to do something else when you tell Alexa/Google to turn the virtual device off, you need to populate the Off Command field set Allow Parameters to true.</p>
<p dir="auto">In this screenshot you'll see I'm closing calculator when Alexa turns the device off.</p>
<p dir="auto"><img src="/forum/assets/uploads/files/1614210119727-fd859d0a-2fb3-46ad-8a61-3dacd62fc674-image.png" alt="fd859d0a-2fb3-46ad-8a61-3dacd62fc674-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://www.triggercmd.com/forum/post/3605</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/3605</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Wed, 24 Feb 2021 23:43:34 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Wed, 24 Feb 2021 05:25:25 GMT]]></title><description><![CDATA[<p dir="auto">On Windows 10. I tried this example and when I asked Alexa to "turn on calculator" it failed. I had to ask "turn Calculator on" for it to work. no biggie there. But when I said "turn Calculator off" it opened another instance of calculator and said as much in reply from my Echo show. What's the issue?</p>
]]></description><link>https://www.triggercmd.com/forum/post/3601</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/3601</guid><dc:creator><![CDATA[DJ]]></dc:creator><pubDate>Wed, 24 Feb 2021 05:25:25 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Sun, 21 Feb 2021 18:02:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/170">@Rob-Lee</a>, the "Off Command" field is greyed out if "Allow Parameters" is set to false.</p>
<p dir="auto"><strong>Allow Parameters</strong> has to be <strong>true</strong> if you want to use the <strong>Off Command</strong> field.</p>
<p dir="auto">I'm glad you asked, because it's not particularly intuitive.</p>
]]></description><link>https://www.triggercmd.com/forum/post/3592</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/3592</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Sun, 21 Feb 2021 18:02:46 GMT</pubDate></item><item><title><![CDATA[Reply to How to use Off Command on Sun, 21 Feb 2021 06:25:13 GMT]]></title><description><![CDATA[<p dir="auto">Russ - is this working in windows currently or no? i see you said above that it is - but the option is still grayed out for me.  I've updated the agent and everything, so just trying to figure out if there's an issue on my end or if it's just not ready.</p>
]]></description><link>https://www.triggercmd.com/forum/post/3590</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/3590</guid><dc:creator><![CDATA[Rob Lee]]></dc:creator><pubDate>Sun, 21 Feb 2021 06:25:13 GMT</pubDate></item></channel></rss>