1
XML Exchange / Re: Reminders with a Memory
« on: January 29, 2015, 10:40:48 PM »
Yep, that did it, works great. Thank You..
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.1.3.6-->
<groupCollection open="True" name="Time">
<commandGroup open="True" name="The time and date" enabled="True" prefix="" priority="0" requiredProcess="" description="">
<command id="442" name="time" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="80" loop="False" loopDelay="0" loopMax="0" description="Simple command to retrieve time and date and announce with a respective flare.">
<action>
<cmdType>TTS.SpeakSync</cmdType>
<params>
<param>Please wait sir as I access that information from the world time servers. </param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<loop>
<loopParams>
<from>1</from>
<to>4000</to>
</loopParams>
<loopActions />
</loop>
<action>
<cmdType>TTS.Speak</cmdType>
<params>
<param>I have that information for you now sir.</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<loop>
<loopParams>
<from>1</from>
<to>2000</to>
</loopParams>
<loopActions />
</loop>
<action>
<cmdType>TTS.SpeakSync</cmdType>
<params>
<param>The current time is {DtCustom.h:mmtt} and today's current date is {DtCustom.MMMM dd yyyy}</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>OSD.ShowText</cmdType>
<params>
<param>The current time is {DtCustom.h:mmtt} -- Current date is {DtCustom.MMMM dd yyyy}</param>
<param>8000</param>
<param>200</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType />
<params />
<cmdRepeat>1</cmdRepeat>
</action>
<phrase>What is the time</phrase>
</command>
</commandGroup>
</groupCollection>