This is te code of the command.
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.1.2.9-->
<command id="281" name="Imposta T zona giorno" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>PY.ExecFile</cmdType>
<params>
<param>C:\Voce\PY\sonda6set.py</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>TTSMS.SpeakSync</cmdType>
<params>
<param>Temperatura impostata.</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<phrase>Temperatura zona giorno</phrase>
<payloadRange>10,30</payloadRange>
<event>t.zonagiorno</event>
</command>
Then i'll write a python script with IDLE, that import the variable and send it to a gateway via Socket.
I tried to watch this part of code but i don't understan it.
Thanks, Marco