<?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[Topics tagged with sendresult]]></title><description><![CDATA[A list of topics that have been tagged with sendresult]]></description><link>https://www.triggercmd.com/forum/tags/sendresult</link><generator>RSS for Node</generator><lastBuildDate>Wed, 11 Mar 2026 01:01:54 GMT</lastBuildDate><atom:link href="https://www.triggercmd.com/forum/tags/sendresult.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Dynamic Replies from Alexa via TRIGGERcmd?]]></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> Thanks Russ!</p>
]]></description><link>https://www.triggercmd.com/forum/topic/2043/dynamic-replies-from-alexa-via-triggercmd</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/2043/dynamic-replies-from-alexa-via-triggercmd</guid><dc:creator><![CDATA[Furkan Cevik]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Can you feed back information to Alexa]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1508">@gnetdevelopment</a>, so far I've only implemented the ability to send feedback to the Runs history for each command.</p>
<p dir="auto">Now that that's done, I'm planning to add the ability to have Alexa or Google Assistant wait a few seconds for a result to be sent back, then say the result.</p>
<p dir="auto">Let's say you wanted to know how many packages can be upgraded on your Raspberry Pi.  You could add a command that would run this script:</p>
#!/bin/bash
export UPGRADABLE_COUNT=$(apt list --upgradable | grep upgradable | wc | cut -f 6 -d " ")
sh ~/.TRIGGERcmdData/sendresult.sh "${UPGRADABLE_COUNT} packages could be upgraded."

<p dir="auto">It would look like this in the website, and when I get the Alexa and Google Assistant work done, you could have the result spoken when you run it by voice.<br />
Upgrade Check Result</p>
]]></description><link>https://www.triggercmd.com/forum/topic/352/can-you-feed-back-information-to-alexa</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/352/can-you-feed-back-information-to-alexa</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>