Ok so i am trying to do this comand to tell me the weather when i say hello. I think i did everything corectly when i test it, it does tell me the weather and all. But when i say hello VOX is not recognizing what i am saying.
I dont know if its because something wrong with the code or it just actully not understanding what i am saying.
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.0.9-->
<commandGroup open="True" name="HELLO" enabled="True" prefix="" priority="0" requiredProcess="" description="">
<command id="326" name="Hello" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>WUnder.GetCustom</cmdType>
<params>
<param>Current temperature {C.temp_c}. The high for today is {D0.high}. </param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>TTS.Speak</cmdType>
<params>
<param>{LastResult}</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
</command>
</commandGroup>
]
Any help would be great thanks