Subversion Repositories HomeAutomation

Rev

Rev 2244 | Rev 2258 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1. <?xml version="1.0" standalone="yes"?>
  2. <root>
  3.   <classes>
  4.     <class id="0" name="nmt" description="Networkmanagement used only for packets with the nmt-protcol header"/>
  5.     <class id="11" name="mnmt" description="Module networkmanagement, right now only used for requesting module listing from a node"/>
  6.     <class id="12" name="act" description="Actuator nmt_messages"/>
  7.     <class id="13" name="sns" description="Sensor nmt_messages"/>
  8.     <class id="14" name="def" description="Default, not to be used"/>
  9.     <class id="15" name="tst" description="Testing stuff"/>
  10.     <class id="10" name="chn" description="Control channel based"/>
  11.   </classes>
  12.   <commands>
  13.     <command id="0" name="List" type="global" module="" description="Message that module send to tell the world what it is">
  14.       <variables>
  15.     <variable name="HardwareId" type="uint" start_bit="0" bit_length="32" unit="" description=""/>
  16.     <variable name="NumberOfModules" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  17.     <variable name="SequenceNumber" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  18.       </variables>
  19.     </command>
  20.    
  21.     <command id="2" name="Debug" type="global" module="" description="Used for debugging, should not be used for anything real"/>
  22.     <command id="3" name="Report_Interval" type="global" module="" description="Get/Set interval of reporting">
  23.       <variables>
  24.     <variable name="Time" type="uint" start_bit="0" bit_length="8" unit="Second" description=""/>
  25.       </variables>
  26.     </command>
  27.    
  28.     <command id="10" name="GPSTime" type="global" module="" description="Timestamp from GPS module">
  29.       <variables>
  30.     <variable name="Hour" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  31.     <variable name="Minute" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  32.     <variable name="Second" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  33.     <variable name="Zone" type="uint" start_bit="24" bit_length="8" unit="" description="Timezone diff from GMT"/>
  34.       </variables>
  35.     </command>
  36.    
  37.     <command id="11" name="GPSDate" type="global" module="" description="Date from GPS module">
  38.       <variables>
  39.     <variable name="Year" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  40.     <variable name="Month" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  41.     <variable name="Day" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  42.       </variables>
  43.     </command>
  44.    
  45.    
  46.     <command id="64" name="Pwm" type="physical" module="" description="Message for pwm data">
  47.       <variables>
  48.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  49.     <variable name="Value" type="uint" start_bit="8" bit_length="16" unit="" description=""/>
  50.       </variables>
  51.     </command>
  52.     <command id="65" name="Temperature_Celsius" type="physical" module="" description="Temperature data">
  53.       <variables>
  54.     <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  55.     <variable name="Value" type="float" start_bit="8" bit_length="16" unit="Celsius" description=""/>
  56.       </variables>
  57.     </command>
  58.     <command id="66" name="Humidity_Percent" type="physical" module="" description="Humidity data">
  59.       <variables>
  60.     <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  61.     <variable name="Value" type="float" start_bit="8" bit_length="16" unit="" description=""/>
  62.       </variables>
  63.     </command>
  64.     <command id="67" name="Voltage" type="physical" module="" description="Voltage data">
  65.       <variables>
  66.     <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  67.     <variable name="Value" type="float" start_bit="8" bit_length="16" unit="Volt" description=""/>
  68.       </variables>
  69.     </command>
  70.     <command id="68" name="Phonenumber" type="physical" module="" description="Phonenumber data">
  71.       <variables>
  72.     <variable name="Number" type="hexstring" start_bit="0" bit_length="64" unit="" description=""/>
  73.       </variables>
  74.     </command>
  75.     <command id="69" name="Rotary_Switch" type="physical" module="" description="Command to transmit a rotary encoder switch status">
  76.       <variables>
  77.     <variable name="SwitchId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  78.     <variable name="Direction" type="enum" start_bit="8" bit_length="8" unit="" description="">
  79.       <value id="0" name="Clockwise"/>
  80.       <value id="1" name="Counterclockwise"/>
  81.     </variable>
  82.     <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  83.     <variable name="Position" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  84.       </variables>
  85.     </command>
  86.     <command id="70" name="Button" type="physical" module="" description="">
  87.       <variables>
  88.     <variable name="SwitchId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  89.     <variable name="Status" type="enum" start_bit="8" bit_length="8" unit="" description="">
  90.       <value id="1" name="Pressed"/>
  91.       <value id="0" name="Released"/>
  92.     </variable>
  93.       </variables>
  94.     </command>
  95.     <command id="71" name="IR" type="physical" module="" description="IR data protocol encoding">
  96.       <variables>
  97.     <variable name="Channel" type="uint" start_bit="0" bit_length="4" unit="" description="Channel of received or transmitted data"/>
  98.     <variable name="Status" type="enum" start_bit="4" bit_length="4" unit="" description="State of remote button">
  99.       <value id="0" name="Released"/>
  100.       <value id="1" name="Pressed"/>
  101.       <value id="2" name="Burst"/>
  102.     </variable>
  103.     <variable name="Protocol" type="enum" start_bit="8" bit_length="8" unit="" description="Button protocol">
  104.       <value id="0" name="RC5"/>
  105.       <value id="1" name="RC6"/>
  106.       <value id="2" name="RCMM"/>
  107.       <value id="3" name="SIRC"/>
  108.       <value id="4" name="Sharp"/>
  109.       <value id="5" name="NEC"/>
  110.       <value id="6" name="Samsung"/>
  111.       <value id="7" name="Marantz"/>
  112.       <value id="8" name="Panasonic"/>
  113.       <value id="9" name="Sky"/>
  114.       <value id="10" name="Nexa2"/>
  115.       <value id="11" name="Nexa"/>
  116.       <value id="12" name="Viking"/>
  117.       <value id="13" name="VikingSteak"/>
  118.       <value id="14" name="Rubicson"/>
  119.       <value id="15" name="iRobot"/>
  120.       <value id="16" name="Oregon"/>
  121.       <value id="255" name="Unknown"/>
  122.     </variable>
  123.     <variable name="IRdata" type="uint" start_bit="16" bit_length="48" unit="" description="Button protocol unique ID"/>
  124.       </variables>
  125.     </command>
  126.     <command id="72" name="Current" type="physical" module="" description="Current data">
  127.       <variables>
  128.     <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  129.     <variable name="Value" type="float" start_bit="8" bit_length="16" unit="Ampere" description=""/>
  130.       </variables>
  131.     </command>
  132.     <command id="73" name="ElectricPower" type="physical" module="" description="Message with data from a power meter">
  133.       <variables>
  134.     <variable name="Power" type="uint" start_bit="0" bit_length="16" unit="Watt" description=""/>
  135.     <variable name="EnergySum" type="uint" start_bit="16" bit_length="32" unit="Wh" description=""/>
  136.     <variable name="Power32" type="uint" start_bit="48" bit_length="16" unit="Watt" description="Average of 32 measurments"/>
  137.       </variables>
  138.     </command>
  139.     <command id="74" name="SetPin" type="physical" module="" description="">
  140.       <variables>
  141.     <variable name="PinId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  142.     <variable name="Status" type="enum" start_bit="8" bit_length="8" unit="" description="">
  143.       <value id="1" name="High"/>
  144.       <value id="0" name="Low"/>
  145.     </variable>
  146.       </variables>
  147.     </command>
  148.     <command id="75" name="PinStatus" type="physical" module="" description="">
  149.       <variables>
  150.     <variable name="PinId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  151.     <variable name="Status" type="enum" start_bit="8" bit_length="8" unit="" description="">
  152.       <value id="1" name="High"/>
  153.       <value id="0" name="Low"/>
  154.     </variable>
  155.       </variables>
  156.     </command>
  157.     <command id="76" name="Counter" type="physical" module="" description="Message with counter value">
  158.       <variables>
  159.     <variable name="PinId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  160.     <variable name="Count" type="uint" start_bit="8" bit_length="32" unit="" description=""/>
  161.       </variables>
  162.     </command>
  163.     <command id="77" name="Flow" type="physical" module="" description="Message with flow data, such as water flow">
  164.       <variables>
  165.     <variable name="Flow" type="uint" start_bit="0" bit_length="16" unit="Milliliter/s" description=""/>
  166.     <variable name="Volume" type="uint" start_bit="16" bit_length="32" unit="Milliliter" description=""/>
  167.       </variables>
  168.     </command>
  169.     <command id="78" name="Distance" type="physical" module="" description="Distance data">
  170.       <variables>
  171.     <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  172.     <variable name="Value" type="uint" start_bit="8" bit_length="16" unit="mm" description=""/>
  173.       </variables>
  174.     </command>
  175.     <command id="79" name="Percent" type="physical" module="" description="0 to 100.00%">
  176.       <variables>
  177.     <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  178.     <variable name="Value" type="uint" start_bit="8" bit_length="16" unit="%" description=""/>
  179.       </variables>
  180.     </command>
  181.    
  182.    
  183.     <command id="128" name="setEnergy" type="specific" module="power" description="Set the energy value on the power meter module">
  184.       <variables>
  185.     <variable name="Energy" type="uint" start_bit="0" bit_length="32" unit="W/h" description=""/>
  186.       </variables>
  187.     </command>
  188.     <command id="129" name="avgPower" type="specific" module="power" description="The energy since last message">
  189.       <variables>
  190.     <variable name="Energy" type="uint" start_bit="0" bit_length="16" unit="W/(10*h)" description=""/>
  191.       </variables>
  192.     </command>    
  193.    
  194.     <command id="128" name="IRraw" type="specific" module="irReceive" description="If a protocol not could be found, then send raw data">
  195.       <variables>
  196.     <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Microsecond" description="First active time"/>
  197.     <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Microsecond" description="First passive time"/>
  198.     <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Microsecond" description="Second active time"/>
  199.     <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Microsecond" description="Second passive time"/>
  200.       </variables>
  201.     </command>
  202.    
  203.     <command id="128" name="IRraw" type="specific" module="irTransceive" description="If a protocol not could be found, then send raw data">
  204.       <variables>
  205.     <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Microsecond" description="First active time"/>
  206.     <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Microsecond" description="First passive time"/>
  207.     <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Microsecond" description="Second active time"/>
  208.     <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Microsecond" description="Second passive time"/>
  209.       </variables>
  210.     </command>
  211.     <command id="128" name="IRraw" type="specific" module="rfTransceive" description="If a protocol not could be found, then send raw data">
  212.       <variables>
  213.     <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Microsecond" description="First active time"/>
  214.     <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Microsecond" description="First passive time"/>
  215.     <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Microsecond" description="Second active time"/>
  216.     <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Microsecond" description="Second passive time"/>
  217.       </variables>
  218.     </command>
  219.     <command id="129" name="IrConfig" type="specific" module="irTransceive" description="irTransceive config">
  220.       <variables>
  221.     <variable name="Channel" type="uint" start_bit="0" bit_length="4" unit="" description="Which channel to configure"/>
  222.     <variable name="Direction" type="enum" start_bit="4" bit_length="4" unit="" description="">
  223.       <value id="0" name="Auto"/>
  224.       <value id="1" name="Transmit"/>
  225.       <value id="2" name="Receive"/>
  226.     </variable>
  227.     <variable name="Transmit power" type="uint" start_bit="8" bit_length="2" unit="" description="0 for lowest power, 3 for max"/>
  228.     <variable name="Modulation divider" type="uint" start_bit="16" bit_length="16" unit="" description="Freq=4145146Hz/divider"/>
  229.       </variables>
  230.     </command>
  231.     <command id="130" name="IrProntoStart" type="specific" module="irTransceive" description="">
  232.       <variables>
  233.     <variable name="Channel" type="uint" start_bit="0" bit_length="4" unit="" description=""/>
  234.     <variable name="Format" type="uint" start_bit="4" bit_length="12" unit="" description=""/>
  235.     <variable name="wFrqDiv" type="uint" start_bit="16" bit_length="16" unit="" description=""/>
  236.     <variable name="OnceSeqLen" type="uint" start_bit="32" bit_length="16" unit="" description=""/>
  237.     <variable name="RepSeqLen" type="uint" start_bit="48" bit_length="16" unit="" description=""/>
  238.       </variables>
  239.     </command>
  240.     <command id="131" name="IrProntoTiming" type="specific" module="irTransceive" description="">
  241.       <variables>
  242.     <variable name="Channel" type="uint" start_bit="0" bit_length="4" unit="" description=""/>
  243.     <variable name="Mode1" type="uint" start_bit="4" bit_length="4" unit="" description=""/>
  244.     <variable name="Mode2" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  245.     <variable name="Time" type="uint" start_bit="16" bit_length="24" unit="Microsecond" description=""/>
  246.       </variables>
  247.     </command>
  248.     <command id="132" name="IrProntoContinue" type="specific" module="irTransceive" description="">
  249.       <variables>
  250.     <variable name="Channel" type="uint" start_bit="0" bit_length="4" unit="" description=""/>
  251.     <variable name="Mode1" type="uint" start_bit="4" bit_length="4" unit="" description=""/>
  252.     <variable name="Mode2" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  253.       </variables>
  254.     </command>
  255.     <command id="133" name="IrProntoStop" type="specific" module="irTransceive" description="">
  256.       <variables>
  257.     <variable name="Channel" type="uint" start_bit="0" bit_length="4" unit="" description=""/>
  258.     <variable name="Mode1" type="uint" start_bit="4" bit_length="4" unit="" description=""/>
  259.     <variable name="Mode2" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  260.       </variables>
  261.     </command>
  262.     <command id="134" name="IrProntoResponse" type="specific" module="irTransceive" description="">
  263.       <variables>
  264.     <variable name="Channel" type="uint" start_bit="0" bit_length="4" unit="" description=""/>
  265.     <variable name="Mode1" type="uint" start_bit="4" bit_length="4" unit="" description=""/>
  266.     <variable name="Mode2" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  267.     <variable name="Response" type="enum" start_bit="16" bit_length="8" unit="" description="">
  268.       <value id="0" name="Ok"/>
  269.      
  270.       <!-- Pronto transmission was stopped (either prematurely or due to completion). -->
  271.       <value id="1" name="Stopped"/>
  272.      
  273.       <!-- Waiting for next pronto data packet. -->
  274.       <value id="2" name="Waiting"/>
  275.      
  276.       <!-- Pronto data is now being transmitted. -->
  277.       <value id="4" name="Transmitting"/>
  278.      
  279.       <!-- Trying to stop or continue a pronto transmission that has already stopped. -->
  280.       <value id="241" name="AlreadyStopped"/>
  281.      
  282.       <!-- Pronto data is already being transmitted (or prepared) on another channel. Can only process pronto data at one channel at once. -->
  283.       <value id="242" name="Busy_AlreadySendingPronto"/>
  284.      
  285.       <!-- The specified channel is busy transmitting (pronto or non-pronto) data. -->
  286.       <value id="243" name="Busy_ChannelBusy"/>
  287.      
  288.       <!-- Transmission (pronto or non-pronto) with other frequency is ongoing on other channel. -->
  289.       <value id="244" name="Busy_OtherFrequencyLocked"/>
  290.      
  291.       <!-- Pronto activity is ongoing, but on a different channel than that specified in STOP/CONTINUE request. -->
  292.       <value id="245" name="Error_WrongProntoChannel"/>
  293.      
  294.       <!-- Generic error code. Bad data in packet. -->
  295.       <value id="255" name="Error"/>
  296.     </variable>
  297.       </variables>
  298.     </command>
  299.     <command id="135" name="IrProntoData1" type="specific" module="irTransceive" description="">
  300.       <variables>
  301.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  302.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  303.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  304.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  305.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  306.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  307.     <variable name="Act4" type="uint" start_bit="48" bit_length="8" unit="Pulses" description="Fourth active time"/>
  308.     <variable name="Pas4" type="uint" start_bit="56" bit_length="8" unit="Pulses" description="Fourth passive time"/>
  309.       </variables>
  310.     </command>
  311.     <command id="136" name="IrProntoData2" type="specific" module="irTransceive" description="">
  312.       <variables>
  313.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  314.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  315.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  316.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  317.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  318.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  319.     <variable name="Act4" type="uint" start_bit="48" bit_length="8" unit="Pulses" description="Fourth active time"/>
  320.     <variable name="Pas4" type="uint" start_bit="56" bit_length="8" unit="Pulses" description="Fourth passive time"/>
  321.       </variables>
  322.     </command>
  323.     <command id="137" name="IrProntoData3" type="specific" module="irTransceive" description="">
  324.       <variables>
  325.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  326.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  327.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  328.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  329.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  330.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  331.     <variable name="Act4" type="uint" start_bit="48" bit_length="8" unit="Pulses" description="Fourth active time"/>
  332.     <variable name="Pas4" type="uint" start_bit="56" bit_length="8" unit="Pulses" description="Fourth passive time"/>
  333.       </variables>
  334.     </command>
  335.     <command id="138" name="IrProntoData4" type="specific" module="irTransceive" description="">
  336.       <variables>
  337.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  338.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  339.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  340.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  341.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  342.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  343.     <variable name="Act4" type="uint" start_bit="48" bit_length="8" unit="Pulses" description="Fourth active time"/>
  344.     <variable name="Pas4" type="uint" start_bit="56" bit_length="8" unit="Pulses" description="Fourth passive time"/>
  345.       </variables>
  346.     </command>
  347.     <command id="139" name="IrProntoData5" type="specific" module="irTransceive" description="">
  348.       <variables>
  349.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  350.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  351.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  352.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  353.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  354.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  355.     <variable name="Act4" type="uint" start_bit="48" bit_length="8" unit="Pulses" description="Fourth active time"/>
  356.     <variable name="Pas4" type="uint" start_bit="56" bit_length="8" unit="Pulses" description="Fourth passive time"/>
  357.       </variables>
  358.     </command>
  359.     <command id="140" name="IrProntoData6" type="specific" module="irTransceive" description="">
  360.       <variables>
  361.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  362.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  363.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  364.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  365.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  366.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  367.     <variable name="Act4" type="uint" start_bit="48" bit_length="8" unit="Pulses" description="Fourth active time"/>
  368.     <variable name="Pas4" type="uint" start_bit="56" bit_length="8" unit="Pulses" description="Fourth passive time"/>
  369.       </variables>
  370.     </command>
  371.     <command id="141" name="IrProntoData7" type="specific" module="irTransceive" description="">
  372.       <variables>
  373.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  374.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  375.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  376.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  377.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  378.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  379.     <variable name="Act4" type="uint" start_bit="48" bit_length="8" unit="Pulses" description="Fourth active time"/>
  380.     <variable name="Pas4" type="uint" start_bit="56" bit_length="8" unit="Pulses" description="Fourth passive time"/>
  381.       </variables>
  382.     </command>
  383.     <command id="142" name="IrProntoData8" type="specific" module="irTransceive" description="">
  384.       <variables>
  385.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  386.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  387.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  388.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  389.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  390.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  391.     <variable name="Act4" type="uint" start_bit="48" bit_length="8" unit="Pulses" description="Fourth active time"/>
  392.     <variable name="Pas4" type="uint" start_bit="56" bit_length="8" unit="Pulses" description="Fourth passive time"/>
  393.       </variables>
  394.     </command>
  395.     <command id="143" name="IrProntoData9" type="specific" module="irTransceive" description="">
  396.       <variables>
  397.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  398.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  399.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  400.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  401.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  402.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  403.     <variable name="Act4" type="uint" start_bit="48" bit_length="8" unit="Pulses" description="Fourth active time"/>
  404.     <variable name="Pas4" type="uint" start_bit="56" bit_length="8" unit="Pulses" description="Fourth passive time"/>
  405.       </variables>
  406.     </command>
  407.     <command id="144" name="IrProntoData10" type="specific" module="irTransceive" description="">
  408.       <variables>
  409.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  410.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  411.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  412.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  413.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  414.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  415.     <variable name="Act4" type="uint" start_bit="48" bit_length="8" unit="Pulses" description="Fourth active time"/>
  416.     <variable name="Pas4" type="uint" start_bit="56" bit_length="8" unit="Pulses" description="Fourth passive time"/>
  417.       </variables>
  418.     </command>
  419.     <command id="145" name="IrProntoData11" type="specific" module="irTransceive" description="">
  420.       <variables>
  421.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  422.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  423.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  424.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  425.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  426.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  427.     <variable name="Act4" type="uint" start_bit="48" bit_length="8" unit="Pulses" description="Fourth active time"/>
  428.     <variable name="Pas4" type="uint" start_bit="56" bit_length="8" unit="Pulses" description="Fourth passive time"/>
  429.       </variables>
  430.     </command>
  431.     <command id="146" name="IrProntoData12" type="specific" module="irTransceive" description="">
  432.       <variables>
  433.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  434.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  435.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  436.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  437.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  438.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  439.     <variable name="Act4" type="uint" start_bit="48" bit_length="8" unit="Pulses" description="Fourth active time"/>
  440.     <variable name="Pas4" type="uint" start_bit="56" bit_length="8" unit="Pulses" description="Fourth passive time"/>
  441.       </variables>
  442.     </command>
  443.     <command id="147" name="IrProntoData13" type="specific" module="irTransceive" description="">
  444.       <variables>
  445.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  446.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  447.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  448.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  449.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  450.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  451.     <variable name="Act4" type="uint" start_bit="48" bit_length="8" unit="Pulses" description="Fourth active time"/>
  452.     <variable name="Pas4" type="uint" start_bit="56" bit_length="8" unit="Pulses" description="Fourth passive time"/>
  453.       </variables>
  454.     </command>
  455.     <command id="148" name="IrProntoData14" type="specific" module="irTransceive" description="">
  456.       <variables>
  457.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  458.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  459.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  460.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  461.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  462.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  463.     <variable name="Act4" type="uint" start_bit="48" bit_length="8" unit="Pulses" description="Fourth active time"/>
  464.     <variable name="Pas4" type="uint" start_bit="56" bit_length="8" unit="Pulses" description="Fourth passive time"/>
  465.       </variables>
  466.     </command>
  467.     <command id="149" name="IrProntoData15" type="specific" module="irTransceive" description="">
  468.       <variables>
  469.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  470.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  471.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  472.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  473.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  474.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  475.     <variable name="Act4" type="uint" start_bit="48" bit_length="8" unit="Pulses" description="Fourth active time"/>
  476.     <variable name="Pas4" type="uint" start_bit="56" bit_length="8" unit="Pulses" description="Fourth passive time"/>
  477.       </variables>
  478.     </command>
  479.     <command id="150" name="IrProntoData16" type="specific" module="irTransceive" description="">
  480.       <variables>
  481.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  482.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  483.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  484.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  485.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  486.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  487.     <variable name="Act4" type="uint" start_bit="48" bit_length="8" unit="Pulses" description="Fourth active time"/>
  488.     <variable name="Pas4" type="uint" start_bit="56" bit_length="8" unit="Pulses" description="Fourth passive time"/>
  489.       </variables>
  490.     </command>
  491.     <command id="151" name="IrProntoEnd1" type="specific" module="irTransceive" description="">
  492.       <variables>
  493.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  494.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  495.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  496.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  497.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  498.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  499.     <variable name="Repeat" type="uint" start_bit="48" bit_length="8" unit="Count" description="Repeat info"/>
  500.       </variables>
  501.     </command>
  502.     <command id="152" name="IrProntoEnd2" type="specific" module="irTransceive" description="">
  503.       <variables>
  504.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  505.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  506.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  507.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  508.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  509.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  510.     <variable name="Repeat" type="uint" start_bit="56" bit_length="8" unit="Count" description="Repeat info"/>
  511.       </variables>
  512.     </command>
  513.     <command id="153" name="IrProntoEnd3" type="specific" module="irTransceive" description="">
  514.       <variables>
  515.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  516.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  517.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  518.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  519.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  520.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  521.     <variable name="Repeat" type="uint" start_bit="48" bit_length="8" unit="Count" description="Repeat info"/>
  522.       </variables>
  523.     </command>
  524.     <command id="154" name="IrProntoEnd4" type="specific" module="irTransceive" description="">
  525.       <variables>
  526.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  527.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  528.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  529.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  530.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  531.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  532.     <variable name="Repeat" type="uint" start_bit="48" bit_length="8" unit="Count" description="Repeat info"/>
  533.       </variables>
  534.     </command>
  535.     <command id="155" name="IrProntoEnd5" type="specific" module="irTransceive" description="">
  536.       <variables>
  537.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  538.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  539.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  540.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  541.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  542.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  543.     <variable name="Repeat" type="uint" start_bit="48" bit_length="8" unit="Count" description="Repeat info"/>
  544.       </variables>
  545.     </command>
  546.     <command id="156" name="IrProntoEnd6" type="specific" module="irTransceive" description="">
  547.       <variables>
  548.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  549.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  550.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  551.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  552.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  553.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  554.     <variable name="Repeat" type="uint" start_bit="48" bit_length="8" unit="Count" description="Repeat info"/>
  555.       </variables>
  556.     </command>
  557.     <command id="157" name="IrProntoEnd7" type="specific" module="irTransceive" description="">
  558.       <variables>
  559.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  560.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  561.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  562.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  563.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  564.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  565.     <variable name="Repeat" type="uint" start_bit="48" bit_length="8" unit="Count" description="Repeat info"/>
  566.       </variables>
  567.     </command>
  568.     <command id="158" name="IrProntoEnd8" type="specific" module="irTransceive" description="">
  569.       <variables>
  570.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  571.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  572.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  573.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  574.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  575.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  576.     <variable name="Repeat" type="uint" start_bit="48" bit_length="8" unit="Count" description="Repeat info"/>
  577.       </variables>
  578.     </command>
  579.     <command id="159" name="IrProntoEnd9" type="specific" module="irTransceive" description="">
  580.       <variables>
  581.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  582.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  583.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  584.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  585.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  586.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  587.     <variable name="Repeat" type="uint" start_bit="48" bit_length="8" unit="Count" description="Repeat info"/>
  588.       </variables>
  589.     </command>
  590.     <command id="160" name="IrProntoEnd10" type="specific" module="irTransceive" description="">
  591.       <variables>
  592.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  593.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  594.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  595.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  596.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  597.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  598.     <variable name="Repeat" type="uint" start_bit="48" bit_length="8" unit="Count" description="Repeat info"/>
  599.       </variables>
  600.     </command>
  601.     <command id="161" name="IrProntoEnd11" type="specific" module="irTransceive" description="">
  602.       <variables>
  603.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  604.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  605.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  606.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  607.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  608.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  609.     <variable name="Repeat" type="uint" start_bit="48" bit_length="8" unit="Count" description="Repeat info"/>
  610.       </variables>
  611.     </command>
  612.     <command id="162" name="IrProntoEnd12" type="specific" module="irTransceive" description="">
  613.       <variables>
  614.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  615.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  616.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  617.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  618.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  619.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  620.     <variable name="Repeat" type="uint" start_bit="48" bit_length="8" unit="Count" description="Repeat info"/>
  621.       </variables>
  622.     </command>
  623.     <command id="163" name="IrProntoEnd13" type="specific" module="irTransceive" description="">
  624.       <variables>
  625.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  626.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  627.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  628.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  629.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  630.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  631.     <variable name="Repeat" type="uint" start_bit="48" bit_length="8" unit="Count" description="Repeat info"/>
  632.       </variables>
  633.     </command>
  634.     <command id="164" name="IrProntoEnd14" type="specific" module="irTransceive" description="">
  635.       <variables>
  636.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  637.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  638.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  639.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  640.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  641.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  642.     <variable name="Repeat" type="uint" start_bit="48" bit_length="8" unit="Count" description="Repeat info"/>
  643.       </variables>
  644.     </command>
  645.     <command id="165" name="IrProntoEnd15" type="specific" module="irTransceive" description="">
  646.       <variables>
  647.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  648.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  649.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  650.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  651.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  652.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  653.     <variable name="Repeat" type="uint" start_bit="48" bit_length="8" unit="Count" description="Repeat info"/>
  654.       </variables>
  655.     </command>
  656.     <command id="166" name="IrProntoEnd16" type="specific" module="irTransceive" description="">
  657.       <variables>
  658.     <variable name="Act1" type="uint" start_bit="0" bit_length="8" unit="Pulses" description="First active time"/>
  659.     <variable name="Pas1" type="uint" start_bit="8" bit_length="8" unit="Pulses" description="First passive time"/>
  660.     <variable name="Act2" type="uint" start_bit="16" bit_length="8" unit="Pulses" description="Second active time"/>
  661.     <variable name="Pas2" type="uint" start_bit="24" bit_length="8" unit="Pulses" description="Second passive time"/>
  662.     <variable name="Act3" type="uint" start_bit="32" bit_length="8" unit="Pulses" description="Third active time"/>
  663.     <variable name="Pas3" type="uint" start_bit="40" bit_length="8" unit="Pulses" description="Third passive time"/>
  664.     <variable name="Repeat" type="uint" start_bit="48" bit_length="8" unit="Count" description="Repeat info"/>
  665.       </variables>
  666.     </command>
  667.    
  668.     <command id="128" name="Position" type="specific" module="nmea" description="WGS80 LAT/LONG Position">
  669.       <variables>
  670.     <variable name="Lat_deg" type="uint" start_bit="0" bit_length="8" unit="Degrees" description="Degrees Lat"/>
  671.     <variable name="Lat_min" type="uint" start_bit="8" bit_length="8" unit="'" description="Minutes lat"/>
  672.     <variable name="Lat_sec" type="uint" start_bit="16" bit_length="15" unit="''" description="Seconds Lat"/>
  673.     <variable name="Lat_CD" type="uint" start_bit="31" bit_length="1" unit="" description="N/S"/>
  674.     <variable name="Lon_deg" type="uint" start_bit="32" bit_length="8" unit="Degrees" description="Degrees Lat"/>
  675.     <variable name="Lon_min" type="uint" start_bit="40" bit_length="8" unit="'" description="Minutes lat"/>
  676.     <variable name="Lon_sec" type="uint" start_bit="48" bit_length="15" unit="''" description="Seconds Lat"/>
  677.     <variable name="Lon_CD" type="uint" start_bit="63" bit_length="1" unit="" description="E/W"/>      
  678.       </variables>
  679.     </command>
  680.     <command id="129" name="Heading" type="specific" module="nmea" description="Speed, heading, fix information">
  681.       <variables>
  682.     <variable name="Fixvalid" type="uint" start_bit="0" bit_length="8" unit="" description="0/1"/>
  683.     <variable name="Fixtype" type="uint" start_bit="8" bit_length="8" unit="" description="1=No, 2=2D, 3=3D"/>
  684.     <variable name="Numsat" type="uint" start_bit="16" bit_length="8" unit="" description="Number of sats in fix"/>
  685.     <variable name="Speed" type="uint" start_bit="24" bit_length="8" unit="Knots" description="Speed over ground"/>
  686.     <variable name="Course" type="uint" start_bit="32" bit_length="16" unit="Degrees" description="Course made good"/>
  687.       </variables>
  688.     </command>
  689.    
  690.     <command id="128" name="Printf" type="specific" module="Debug" description="Used for sending debug text with printf">
  691.       <variables>
  692.     <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/>
  693.       </variables>
  694.     </command>
  695.     <command id="129" name="Benchmark" type="specific" module="Debug" description="Used for sending debug data with benchmark module">
  696.       <variables>
  697.     <variable name="Byte0" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  698.     <variable name="Byte1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  699.     <variable name="Byte2" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  700.     <variable name="Byte3" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  701.     <variable name="Byte4" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  702.     <variable name="Byte5" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  703.     <variable name="Byte6" type="uint" start_bit="48" bit_length="8" unit="" description=""/>
  704.     <variable name="Byte7" type="uint" start_bit="56" bit_length="8" unit="" description=""/>
  705.       </variables>
  706.     </command>
  707.    
  708.     <command id="128" name="LCD_Clear" type="specific" module="HD44789" description="Clear LCD"/>
  709.     <command id="129" name="LCD_Cursor" type="specific" module="HD44789" description="Set LCD cursor position">
  710.       <variables>
  711.     <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  712.     <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  713.       </variables>
  714.     </command>
  715.     <command id="130" name="LCD_Text" type="specific" module="HD44789" description="Print text on LCD">
  716.       <variables>
  717.     <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/>
  718.       </variables>
  719.     </command>
  720.     <command id="131" name="LCD_Size" type="specific" module="HD44789" description="Size of LCD">
  721.       <variables>
  722.     <variable name="Width" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  723.     <variable name="Height" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  724.       </variables>
  725.     </command>
  726.     <command id="132" name="LCD_Backlight" type="specific" module="HD44789" description="Set LCD backlight brightness">
  727.       <variables>
  728.     <variable name="Strength" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  729.     <variable name="AutoLight" type="enum" start_bit="15" bit_length="1" unit="" description="">
  730.       <value id="0" name="OFF"/>
  731.       <value id="1" name="ON"/>
  732.     </variable>
  733.       </variables>
  734.     </command>
  735.     <command id="133" name="LCD_TextAt" type="specific" module="HD44789" description="Print text on LCD">
  736.       <variables>
  737.     <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  738.     <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  739.     <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/>
  740.       </variables>
  741.     </command>
  742.    
  743.     <command id="128" name="DEBUG" type="specific" module="RGBdriver" description="Debug data from RGB-driver">
  744.       <variables>
  745.     <variable name="ADC_W" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  746.     <variable name="ADC_R" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  747.     <variable name="ADC_G" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  748.     <variable name="ADC_B" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  749.     <variable name="PWM_W" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  750.     <variable name="PWM_R" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  751.     <variable name="PWM_G" type="uint" start_bit="48" bit_length="8" unit="" description=""/>
  752.     <variable name="PWM_B" type="uint" start_bit="56" bit_length="8" unit="" description=""/>
  753.       </variables>
  754.     </command>
  755.    
  756.     <command id="128" name="SerialData" type="specific" module="Serial" description="Serial data">
  757.       <variables>
  758.     <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/>
  759.       </variables>
  760.     </command>
  761.     <command id="129" name="SerialConfig" type="specific" module="Serial" description="Serial config">
  762.       <variables>
  763.     <variable name="BaudRate" type="uint" start_bit="0" bit_length="16" unit="" description="Baudrate/10"/>
  764.     <variable name="PhysicalFormat" type="enum" start_bit="16" bit_length="8" unit="" description="">
  765.       <value id="0" name="RS232"/>
  766.       <value id="1" name="RS485FullDuplex"/>
  767.       <value id="2" name="RS485HalfDuplex"/>
  768.       <value id="3" name="RS485HalfDuplexWithTermination"/>
  769.       <value id="255" name="Loopback"/>
  770.     </variable>
  771.     <variable name="DataBits" type="uint" start_bit="24" bit_length="8" unit="" description="Nr of data bits (5-9)"/>
  772.     <variable name="StopBits" type="uint" start_bit="32" bit_length="8" unit="" description="Nr of stop bits (1-2)"/>
  773.     <variable name="Parity" type="enum" start_bit="40" bit_length="8" unit="" description="Parity mode">
  774.       <value id="0" name="ParityNone"/>
  775.       <value id="1" name="ParityEven"/>
  776.       <value id="2" name="ParityOdd"/>
  777.     </variable>
  778.       </variables>
  779.     </command>
  780.     <command id="130" name="SerialFilter" type="specific" module="Serial" description="Serial Filter Config">
  781.       <variables>
  782.     <variable name="DataTimeout" type="uint" start_bit="0" bit_length="8" unit="" description="Timeout before RX data is sent via CAN"/>
  783.     <variable name="PrefixLength" type="uint" start_bit="8" bit_length="2" unit="" description="Length of prefix (in bytes)"/>
  784.     <variable name="SuffixLength" type="uint" start_bit="10" bit_length="2" unit="" description="Length of suffix (in bytes)"/>
  785.     <variable name="PacketLength" type="uint" start_bit="12" bit_length="4" unit="" description="Max nr of RX bytes to pack into CAN frame"/>
  786.     <variable name="PrefixByte2" type="uint" start_bit="16" bit_length="8" unit="" description="Prefix byte2"/>
  787.     <variable name="PrefixByte1" type="uint" start_bit="24" bit_length="8" unit="" description="Prefix byte1"/>
  788.     <variable name="PrefixByte0" type="uint" start_bit="32" bit_length="8" unit="" description="Prefix byte0"/>
  789.     <variable name="SuffixByte2" type="uint" start_bit="40" bit_length="8" unit="" description="Suffix byte2"/>
  790.     <variable name="SuffixByte1" type="uint" start_bit="48" bit_length="8" unit="" description="Suffix byte1"/>
  791.     <variable name="SuffixByte0" type="uint" start_bit="54" bit_length="8" unit="" description="Suffix byte0"/>
  792.       </variables>
  793.     </command>
  794.    
  795.     <command id="128" name="AnalogConfig" type="specific" module="inputAnalog" description="Configuration for analog input module">
  796.       <variables>
  797.     <variable name="SensorId" type="uint" start_bit="0" bit_length="4" unit="" description="Which input to configure"/>
  798.     <variable name="Setting" type="enum" start_bit="4" bit_length="2" unit="" description="">
  799.       <value id="0" name="PeriodicMeasure"/>
  800.       <value id="1" name="DigitalInput"/>
  801.     </variable>
  802.     <variable name="Pullup" type="enum" start_bit="6" bit_length="1" unit="" description="Enable pullup on sensor">
  803.       <value id="0" name="Disable"/>
  804.       <value id="1" name="Enable"/>
  805.     </variable>
  806.     <variable name="Reference" type="enum" start_bit="7" bit_length="1" unit="" description="Enable GND reference on sensor">
  807.       <value id="0" name="Disable"/>
  808.       <value id="1" name="Enable"/>
  809.     </variable>
  810.     <variable name="VoltageLowTh" type="float" start_bit="8" bit_length="16" unit="Volt" description="Low threshold for digital input"/>
  811.     <variable name="VoltageHighTh" type="float" start_bit="24" bit_length="16" unit="Volt" description="High threshold for digital input"/>
  812.     <variable name="Periodicity" type="uint" start_bit="40" bit_length="16" unit="Millisecond" description="The periodicity at which the sensorvalue is sent during periodic measure"/>
  813.       </variables>
  814.     </command>
  815.    
  816.     <command id="128" name="DEBUG" type="specific" module="PID" description="Debug data from PID regulator">
  817.       <variables>
  818.     <variable name="P_term" type="uint" start_bit="0" bit_length="16" unit="" description=""/>
  819.     <variable name="I_term" type="uint" start_bit="16" bit_length="16" unit="" description=""/>
  820.     <variable name="D_term" type="uint" start_bit="32" bit_length="16" unit="" description=""/>
  821.     <variable name="Sum" type="int" start_bit="48" bit_length="16" unit="" description=""/>
  822.       </variables>
  823.     </command>
  824.     <command id="129" name="CONFIG_SENSOR" type="specific" module="PID" description="Configure PID regulator, if message is sent with 0 data bytes, module will respond with current configuration">
  825.       <variables>
  826.     <variable name="sensorModuleType" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  827.     <variable name="sensorModuleId" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  828.     <variable name="sensorId" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  829.       </variables>
  830.     </command>
  831.     <command id="130" name="CONFIG_ACTUATOR" type="specific" module="PID" description="Configure PID regulator, if message is sent with 0 data bytes, module will respond with current configuration">
  832.       <variables>
  833.     <variable name="actuatorModuleType" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  834.     <variable name="actuatorModuleId" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  835.     <variable name="actuatorId" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  836.       </variables>
  837.     </command>
  838.     <command id="131" name="CONFIG_PARAMETER" type="specific" module="PID" description="Configure PID regulator constants, if message is sent with 0 data bytes, module will respond with current configuration">
  839.       <variables>
  840.     <variable name="K_P" type="uint" start_bit="0" bit_length="16" unit="" description=""/>
  841.     <variable name="K_I" type="uint" start_bit="16" bit_length="16" unit="" description=""/>
  842.     <variable name="K_D" type="uint" start_bit="32" bit_length="16" unit="" description=""/>
  843.     <variable name="TimeUnit" type="enum" start_bit="48" bit_length="1" unit="" description="">
  844.       <value id="0" name="s"/>
  845.       <value id="1" name="ms"/>
  846.     </variable>
  847.     <variable name="RegulatorTime" type="uint" start_bit="49" bit_length="15" unit="" description=""/>
  848.       </variables>
  849.     </command>
  850.     <command id="132" name="PID_STATUS" type="specific" module="PID" description="information about the pid controller">
  851.       <variables>
  852.     <variable name="Measurment" type="float" start_bit="0" bit_length="16" unit="" description=""/>
  853.     <variable name="Reference" type="float" start_bit="16" bit_length="16" unit="" description=""/>
  854.     <variable name="PWM" type="uint" start_bit="32" bit_length="16" unit="" description=""/>
  855.     <variable name="Sum" type="int" start_bit="48" bit_length="16" unit="" description=""/>
  856.       </variables>
  857.     </command>
  858.    
  859.     <command id="128" name="CONFIG" type="specific" module="SlowPWM" description="Configure PWM output, if message is sent with 0 data bytes, module will respond with current configuration">
  860.       <variables>
  861.     <variable name="pwmPeriod" type="uint" start_bit="0" bit_length="16" unit="" description=""/>
  862.     <variable name="pwmDefaultValue" type="uint" start_bit="16" bit_length="16" unit="" description=""/>
  863.     <variable name="DefaultState" type="enum" start_bit="32" bit_length="2" unit="" description="">
  864.       <value id="0" name="LOW"/>
  865.       <value id="1" name="HIGH"/>
  866.       <value id="2" name="TRISTATE"/>
  867.     </variable>
  868.     <variable name="StartUpState" type="enum" start_bit="34" bit_length="1" unit="" description="">
  869.       <value id="0" name="ON"/>
  870.       <value id="1" name="OFF"/>
  871.     </variable>
  872.       </variables>
  873.     </command>
  874.    
  875.     <command id="128" name="LCD_Clear" type="specific" module="KS0108" description="Clear LCD">
  876.       <variables>
  877.     <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
  878.       <value id="0" name="Standard"/>
  879.       <value id="1" name="Inverted"/>
  880.     </variable>
  881.       </variables>
  882.     </command>
  883.     <command id="129" name="LCD_Cursor" type="specific" module="KS0108" description="Set LCD cursor position">
  884.       <variables>
  885.     <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description="Char position in x direction"/>
  886.     <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description="Char position in y direction"/>
  887.     <variable name="Inverted" type="enum" start_bit="16" bit_length="1" unit="" description="Set to 1 of you want an inverted output">
  888.       <value id="0" name="Standard"/>
  889.       <value id="1" name="Inverted"/>
  890.     </variable>
  891.     <variable name="Transparent" type="enum" start_bit="17" bit_length="1" unit="" description="Set to 1 of you want to keep screen background">
  892.       <value id="0" name="Standard"/>
  893.       <value id="1" name="Transparent"/>
  894.     </variable>
  895.       </variables>
  896.     </command>
  897.     <command id="130" name="LCD_Text" type="specific" module="KS0108" description="Print text on LCD on current postion, according to the latest LCD_Cursor command">
  898.       <variables>
  899.     <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/>
  900.       </variables>
  901.     </command>
  902.     <command id="131" name="LCD_Invert" type="specific" module="KS0108" description="Invert LCD">
  903.       <variables>
  904.     <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
  905.       <value id="0" name="Standard"/>
  906.       <value id="1" name="Inverted"/>
  907.     </variable>
  908.       </variables>
  909.     </command>
  910.     <command id="132" name="LCD_Backlight" type="specific" module="KS0108" description="Set LCD backlight brightness">
  911.       <variables>
  912.     <variable name="Strength" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  913.     <variable name="AutoLight" type="enum" start_bit="15" bit_length="1" unit="" description="">
  914.       <value id="0" name="OFF"/>
  915.       <value id="1" name="ON"/>
  916.     </variable>
  917.       </variables>
  918.     </command>
  919.     <command id="133" name="LCD_TextAt" type="specific" module="KS0108" description="Print text on LCD">
  920.       <variables>
  921.     <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
  922.       <value id="0" name="Standard"/>
  923.       <value id="1" name="Inverted"/>
  924.     </variable>
  925.     <variable name="Transparent" type="enum" start_bit="1" bit_length="1" unit="" description="Set to 1 of you want to keep screen background">
  926.       <value id="0" name="Standard"/>
  927.       <value id="1" name="Transparent"/>
  928.     </variable>  
  929.     <variable name="X" type="uint" start_bit="2" bit_length="6" unit="" description=""/>
  930.     <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  931.     <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/>
  932.       </variables>
  933.     </command>
  934.     <command id="134" name="LCD_DrawRect" type="specific" module="KS0108" description="Draw a rectangle on LCD">
  935.       <variables>
  936.     <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
  937.       <value id="0" name="Standard"/>
  938.       <value id="1" name="Inverted"/>
  939.     </variable>
  940.     <variable name="Fill" type="enum" start_bit="1" bit_length="1" unit="" description="Set to 1 of you want the rectangle filled">
  941.       <value id="0" name="NoFill"/>
  942.       <value id="1" name="Fill"/>
  943.     </variable>  
  944.     <variable name="X" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  945.     <variable name="Y" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  946.     <variable name="Width" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  947.     <variable name="Height" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  948.     <variable name="Radius" type="uint" start_bit="40" bit_length="8" unit="" description="Only valid for non-fill rectangles"/>
  949.       </variables>
  950.     </command>
  951.     <command id="135" name="LCD_DrawLine" type="specific" module="KS0108" description="Draw a line on LCD">
  952.       <variables>
  953.     <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
  954.       <value id="0" name="Standard"/>
  955.       <value id="1" name="Inverted"/>
  956.     </variable>
  957.     <variable name="X1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  958.     <variable name="Y1" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  959.     <variable name="X2" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  960.     <variable name="Y2" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  961.       </variables>
  962.     </command>  
  963.     <command id="136" name="LCD_DrawCircle" type="specific" module="KS0108" description="Draw a circle on LCD">
  964.       <variables>
  965.     <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
  966.       <value id="0" name="Standard"/>
  967.       <value id="1" name="Inverted"/>
  968.     </variable>
  969.     <variable name="Xcentre" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  970.     <variable name="Ycentre" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  971.     <variable name="Radius" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  972.       </variables>
  973.     </command>    
  974.     <command id="137" name="LCD_InvertRect" type="specific" module="KS0108" description="Invert pixels in an rectangle on the LCD">
  975.       <variables>
  976.     <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  977.     <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  978.     <variable name="Width" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  979.     <variable name="Height" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  980.       </variables>
  981.     </command>    
  982.     <command id="138" name="LCD_New_Image" type="specific" module="KS0108" description="Store a new image in eeprom">
  983.       <variables>
  984.     <variable name="image_id" type="uint" start_bit="0" bit_length="8" unit="" description="the new image id"/>
  985.     <variable name="size_X" type="uint" start_bit="8" bit_length="8" unit="" description="Size in x direction"/>
  986.     <variable name="size_Y" type="uint" start_bit="16" bit_length="8" unit="" description="Size in y direction"/>
  987.       </variables>
  988.     </command>
  989.     <command id="139" name="LCD_Ack" type="specific" module="KS0108" description="Data correctly received">
  990.       <variables>
  991.     <variable name="packet_id" type="uint" start_bit="0" bit_length="8" unit="" description="Id of the packet that is acknoleged"/>
  992.       </variables>
  993.     </command>
  994.     <command id="140" name="LCD_Error" type="specific" module="KS0108" description="Data error"/>  
  995.     <command id="141" name="LCD_Image_Data" type="specific" module="KS0108" description="Data"/>
  996.     <command id="141" name="LCD_Image_Data_7" type="specific" module="KS0108" description="Data">
  997.       <variables>
  998.     <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  999.     <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1000.     <variable name="Data1" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1001.     <variable name="Data2" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  1002.     <variable name="Data3" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  1003.     <variable name="Data4" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  1004.     <variable name="Data5" type="uint" start_bit="48" bit_length="8" unit="" description=""/>
  1005.     <variable name="Data6" type="uint" start_bit="56" bit_length="8" unit="" description=""/>
  1006.       </variables>
  1007.     </command>
  1008.     <command id="141" name="LCD_Image_Data_6" type="specific" module="KS0108" description="Data">
  1009.       <variables>
  1010.     <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1011.     <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1012.     <variable name="Data1" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1013.     <variable name="Data2" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  1014.     <variable name="Data3" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  1015.     <variable name="Data4" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  1016.     <variable name="Data5" type="uint" start_bit="48" bit_length="8" unit="" description=""/>
  1017.       </variables>
  1018.     </command>
  1019.     <command id="141" name="LCD_Image_Data_5" type="specific" module="KS0108" description="Data">
  1020.       <variables>
  1021.     <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1022.     <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1023.     <variable name="Data1" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1024.     <variable name="Data2" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  1025.     <variable name="Data3" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  1026.     <variable name="Data4" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  1027.       </variables>
  1028.     </command>
  1029.     <command id="141" name="LCD_Image_Data_4" type="specific" module="KS0108" description="Data">
  1030.       <variables>
  1031.     <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1032.     <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1033.     <variable name="Data1" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1034.     <variable name="Data2" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  1035.     <variable name="Data3" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  1036.       </variables>
  1037.     </command>
  1038.     <command id="141" name="LCD_Image_Data_3" type="specific" module="KS0108" description="Data">
  1039.       <variables>
  1040.     <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1041.     <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1042.     <variable name="Data1" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1043.     <variable name="Data2" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  1044.       </variables>
  1045.     </command>
  1046.     <command id="141" name="LCD_Image_Data_2" type="specific" module="KS0108" description="Data">
  1047.       <variables>
  1048.     <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1049.     <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1050.     <variable name="Data1" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1051.       </variables>
  1052.     </command>
  1053.     <command id="141" name="LCD_Image_Data_1" type="specific" module="KS0108" description="Data">
  1054.       <variables>
  1055.     <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1056.     <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1057.       </variables>
  1058.     </command>
  1059.     <command id="142" name="LCD_Data_id_Error" type="specific" module="KS0108" description="Wrong data id received">
  1060.       <variables>
  1061.     <variable name="id" type="uint" start_bit="0" bit_length="8" unit="" description="The expected id"/>
  1062.       </variables>
  1063.     </command>
  1064.     <command id="143" name="LCD_Data_Done" type="specific" module="KS0108" description="All data sent">
  1065.       <variables>
  1066.       </variables>
  1067.     </command>
  1068.    
  1069.     <command id="128" name="Motion" type="specific" module="PIR" description="Motion and brightness from PIR-sensor">
  1070.       <variables>
  1071.     <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1072.     <variable name="Brightness" type="uint" start_bit="8" bit_length="16" unit="" description=""/>
  1073.     <variable name="MotionDetect" type="enum" start_bit="24" bit_length="8" unit="" description="">
  1074.       <value id="0" name="NoMotion"/>
  1075.       <value id="1" name="MotionDetected"/>
  1076.     </variable>
  1077.       </variables>
  1078.     </command>  
  1079.    
  1080.     <command id="128" name="Demo" type="specific" module="Dimmer230" description="Fade to x+steps, then to x-steps and then back to x. If x is close to, or at, top or bottom then fade more to the other direction">
  1081.       <variables>
  1082.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1083.     <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms"/>
  1084.     <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1085.       </variables>
  1086.     </command>  
  1087.     <command id="129" name="Start_Fade" type="specific" module="Dimmer230" description="Fade in a direction and don't stop until another command is received or top/bottom is reached">
  1088.       <variables>
  1089.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1090.     <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
  1091.     <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
  1092.       <value id="0" name="Decrease"/>
  1093.       <value id="1" name="Increase"/>
  1094.     </variable>
  1095.       </variables>
  1096.     </command>
  1097.     <command id="130" name="Stop_Fade" type="specific" module="Dimmer230" description="If a fade is in progress, then stop">
  1098.       <variables>
  1099.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1100.       </variables>
  1101.     </command>
  1102.     <command id="131" name="Abs_Fade" type="specific" module="Dimmer230" description="Fade to a defined value, stops when another command is received">
  1103.       <variables>
  1104.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1105.     <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
  1106.     <variable name="EndValue" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1107.       </variables>
  1108.     </command>
  1109.     <command id="132" name="Rel_Fade" type="specific" module="Dimmer230" description="Fade a number of steps in a defined direction, stops when another command is received or top/bottom is reached">
  1110.       <variables>
  1111.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1112.     <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
  1113.     <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
  1114.       <value id="0" name="Decrease"/>
  1115.       <value id="1" name="Increase"/>
  1116.     </variable>
  1117.     <variable name="Steps" type="uint" start_bit="24" bit_length="8" unit="" description="Number of steps to fade"/>
  1118.       </variables>
  1119.     </command>
  1120.     <command id="133" name="Netinfo" type="specific" module="Dimmer230" description="Information about the connected net power">
  1121.       <variables>
  1122.     <variable name="Connection" type="enum" start_bit="0" bit_length="1" unit="" description="If the dimmer is connected to net power">
  1123.       <value id="0" name="Disconnected"/>
  1124.       <value id="1" name="Connected"/>
  1125.     </variable>
  1126.     <variable name="Frequency" type="enum" start_bit="1" bit_length="2" unit="" description="Frequency of the net power">
  1127.       <value id="0" name="Error_Unknown"/>
  1128.       <value id="1" name="50Hz"/>
  1129.       <value id="2" name="60Hz"/>
  1130.     </variable>
  1131.     <variable name="DimmerValue" type="uint" start_bit="8" bit_length="8" unit="" description="Current dimmer value"/>
  1132.     <variable name="Channel" type="uint" start_bit="16" bit_length="8" unit="" description="Dimmer channel"/>
  1133.       </variables>
  1134.     </command>
  1135.    
  1136.     <command id="128" name="Demo" type="specific" module="hwPWM" description="Fade to x+steps, then to x-steps and then back to x. If x is close to, or at, top or bottom then fade more to the other direction">
  1137.       <variables>
  1138.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1139.     <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms"/>
  1140.     <variable name="Steps" type="uint" start_bit="16" bit_length="16" unit="" description="number of percent to step in %/100"/>
  1141.       </variables>
  1142.     </command>
  1143.     <command id="129" name="Start_Fade" type="specific" module="hwPWM" description="Fade in a direction and don't stop until another command is received or top/bottom is reached">
  1144.       <variables>
  1145.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1146.     <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
  1147.     <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
  1148.       <value id="0" name="Decrease"/>
  1149.       <value id="1" name="Increase"/>
  1150.     </variable>
  1151.       </variables>
  1152.     </command>
  1153.     <command id="130" name="Stop_Fade" type="specific" module="hwPWM" description="If a fade is in progress, then stop">
  1154.       <variables>
  1155.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1156.       </variables>
  1157.     </command>
  1158.     <command id="131" name="Abs_Fade" type="specific" module="hwPWM" description="Fade to a defined value, stops when another command is received">
  1159.       <variables>
  1160.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1161.     <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
  1162.     <variable name="EndValue" type="uint" start_bit="16" bit_length="16" unit="" description="end value in percent in %/100"/>
  1163.       </variables>
  1164.     </command>
  1165.     <command id="132" name="Rel_Fade" type="specific" module="hwPWM" description="Fade a number of steps in a defined direction, stops when another command is received or top/bottom is reached">
  1166.       <variables>
  1167.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1168.     <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
  1169.     <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
  1170.       <value id="0" name="Decrease"/>
  1171.       <value id="1" name="Increase"/>
  1172.     </variable>
  1173.     <variable name="Steps" type="uint" start_bit="24" bit_length="16" unit="" description="Number of percent to step in %/100"/>
  1174.       </variables>
  1175.     </command>
  1176.    
  1177.     <command id="128" name="Demo" type="specific" module="PCAPWM" description="Fade to x+steps, then to x-steps and then back to x. If x is close to, or at, top or bottom then fade more to the other direction">
  1178.       <variables>
  1179.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1180.     <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms"/>
  1181.     <variable name="Steps" type="uint" start_bit="16" bit_length="16" unit="" description="number of percent to step in %/100"/>
  1182.       </variables>
  1183.     </command>
  1184.     <command id="129" name="Start_Fade" type="specific" module="PCAPWM" description="Fade in a direction and don't stop until another command is received or top/bottom is reached">
  1185.       <variables>
  1186.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1187.     <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
  1188.     <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
  1189.       <value id="0" name="Decrease"/>
  1190.       <value id="1" name="Increase"/>
  1191.     </variable>
  1192.       </variables>
  1193.     </command>
  1194.     <command id="130" name="Stop_Fade" type="specific" module="PCAPWM" description="If a fade is in progress, then stop">
  1195.       <variables>
  1196.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1197.       </variables>
  1198.     </command>
  1199.     <command id="131" name="Abs_Fade" type="specific" module="PCAPWM" description="Fade to a defined value, stops when another command is received">
  1200.       <variables>
  1201.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1202.     <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
  1203.     <variable name="EndValue" type="uint" start_bit="16" bit_length="16" unit="" description="end value in percent in %/100"/>
  1204.       </variables>
  1205.     </command>
  1206.     <command id="132" name="Rel_Fade" type="specific" module="PCAPWM" description="Fade a number of steps in a defined direction, stops when another command is received or top/bottom is reached">
  1207.       <variables>
  1208.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1209.     <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
  1210.     <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
  1211.       <value id="0" name="Decrease"/>
  1212.       <value id="1" name="Increase"/>
  1213.     </variable>
  1214.     <variable name="Steps" type="uint" start_bit="24" bit_length="16" unit="" description="Number of percent to step in %/100"/>
  1215.       </variables>
  1216.     </command>
  1217.    
  1218.     <command id="128" name="Demo" type="specific" module="RGBW" description="Fade to x+steps, then to x-steps and then back to x. If x is close to, or at, top or bottom then fade more to the other direction">
  1219.       <variables>
  1220.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1221.     <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms"/>
  1222.     <variable name="Steps" type="uint" start_bit="16" bit_length="16" unit="" description="number of percent to step in %/100"/>
  1223.       </variables>
  1224.     </command>
  1225.     <command id="129" name="Start_Fade" type="specific" module="RGBW" description="Fade in a direction and don't stop until another command is received or top/bottom is reached">
  1226.       <variables>
  1227.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1228.     <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
  1229.     <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
  1230.       <value id="0" name="Decrease"/>
  1231.       <value id="1" name="Increase"/>
  1232.     </variable>
  1233.       </variables>
  1234.     </command>
  1235.     <command id="130" name="Stop_Fade" type="specific" module="RGBW" description="If a fade is in progress, then stop">
  1236.       <variables>
  1237.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1238.       </variables>
  1239.     </command>
  1240.     <command id="131" name="Abs_Fade" type="specific" module="RGBW" description="Fade to a defined value, stops when another command is received">
  1241.       <variables>
  1242.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1243.     <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
  1244.     <variable name="EndValue" type="uint" start_bit="16" bit_length="16" unit="" description="end value in percent in %/100"/>
  1245.       </variables>
  1246.     </command>
  1247.     <command id="132" name="Rel_Fade" type="specific" module="RGBW" description="Fade a number of steps in a defined direction, stops when another command is received or top/bottom is reached">
  1248.       <variables>
  1249.     <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
  1250.     <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
  1251.     <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
  1252.       <value id="0" name="Decrease"/>
  1253.       <value id="1" name="Increase"/>
  1254.     </variable>
  1255.     <variable name="Steps" type="uint" start_bit="24" bit_length="16" unit="" description="Number of percent to step in %/100"/>
  1256.       </variables>
  1257.     </command>
  1258.    
  1259.     <command id="128" name="Id" type="specific" module="identification" description="Broadcast this nodes ID">
  1260.       <variables>
  1261.     <variable name="HardwareId" type="uint" start_bit="0" bit_length="32" unit="" description=""/>
  1262.       </variables>
  1263.     </command>
  1264.    
  1265.     <command id="128" name="CONFIG" type="specific" module="softPWM" description="Configure the PWM">
  1266.       <variables>
  1267.     <variable name="Period" type="uint" start_bit="0" bit_length="16" unit="ms" description=""/>
  1268.     <variable name="Resolution" type="uint" start_bit="16" bit_length="8" unit="ms" description=""/>
  1269.       </variables>
  1270.     </command>
  1271.    
  1272.     <command id="128" name="Gesture" type="specific" module="Touch" description="Parsed touch data as a gesture">
  1273.       <variables>
  1274.     <variable name="f1" type="uint" start_bit="0" bit_length="8" unit="#" description="Indicates the number of intersection points between an input gesture g(x) and the straight line f(x) which connects the first and last point of the gesture"/>
  1275.     <variable name="f7" type="uint" start_bit="8" bit_length="8" unit="#" description="Indicates the number of intersection points between an input gesture g(x) and all horizontal lines yi, where i is between 0 and n, that constitute a gesture"/>
  1276.     <variable name="f3" type="enum" start_bit="16" bit_length="1" unit="" description="Indicates the sign value of area gap between g(x) and f(x)">
  1277.       <value id="0" name="M"/>
  1278.       <value id="1" name="P"/>
  1279.     </variable>
  1280.     <variable name="f4" type="enum" start_bit="17" bit_length="1" unit="" description="Represents the sign value of the sum of the x coordinates of all the points that constitute strokes minus the x coordinates of the last point">
  1281.       <value id="0" name="M"/>
  1282.       <value id="1" name="P"/>
  1283.     </variable>
  1284.     <variable name="f5" type="enum" start_bit="18" bit_length="1" unit="" description="Checks the sign value of the sum of the x coordinates of all the points that constitute strokes minus x coordinates of the first point">
  1285.       <value id="0" name="M"/>
  1286.       <value id="1" name="P"/>
  1287.     </variable>
  1288.     <variable name="f6" type="enum" start_bit="19" bit_length="1" unit="" description="Indicates the sign value of the y coordinates of the last point minus y coordinates of the first point">
  1289.       <value id="0" name="M"/>
  1290.       <value id="1" name="P"/>
  1291.     </variable>
  1292.     <variable name="f8" type="enum" start_bit="20" bit_length="1" unit="" description="Checks whether or not x coordinates of all the points except for the first point and the last point is between x0 and xn">
  1293.       <value id="0" name="M"/>
  1294.       <value id="1" name="P"/>
  1295.     </variable>
  1296.     <variable name="f9" type="enum" start_bit="21" bit_length="1" unit="" description="Represents the sign value of the multiplication of x coordinates of the first point and the last point minus the mediate value of x coordinates of all the points">
  1297.       <value id="0" name="M"/>
  1298.       <value id="1" name="P"/>
  1299.     </variable>
  1300.     <variable name="f2" type="enum" start_bit="22" bit_length="2" unit="" description="Checks if the y coordinates of the points which exist between the intersection point and the last point are greater than the y coordinates of the intersection point">
  1301.       <value id="0" name="M"/>
  1302.       <value id="1" name="P"/>
  1303.       <value id="2" name="U"/>
  1304.     </variable>
  1305.       </variables>
  1306.     </command>
  1307.     <command id="129" name="Raw" type="specific" module="Touch" description="Raw touch data">
  1308.       <variables>
  1309.     <variable name="Status" type="enum" start_bit="0" bit_length="8" unit="" description="Gives the current push status">
  1310.       <value id="1" name="Pressed"/>
  1311.       <value id="0" name="Released"/>
  1312.     </variable>
  1313.     <variable name="X" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1314.     <variable name="Y" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1315.       </variables>
  1316.     </command>
  1317.    
  1318.     <command id="128" name="Position" type="specific" module="linearAct" description="Set and get position">
  1319.       <variables>
  1320.     <variable name="Position" type="uint" start_bit="0" bit_length="16" unit="" description=""/>
  1321.     <variable name="Direction" type="uint" start_bit="16" bit_length="8" unit="" description="">
  1322.       <value id="0" name="NotMoving"/>
  1323.       <value id="1" name="MovingUp"/>
  1324.       <value id="2" name="MovingDown"/>
  1325.     </variable>
  1326.       </variables>
  1327.     </command>
  1328.     <command id="129" name="Limits" type="specific" module="linearAct" description="Set and get limits">
  1329.       <variables>
  1330.     <variable name="Min" type="uint" start_bit="0" bit_length="16" unit="" description=""/>
  1331.     <variable name="Low" type="uint" start_bit="16" bit_length="16" unit="" description=""/>  
  1332.     <variable name="High" type="uint" start_bit="32" bit_length="16" unit="" description=""/>
  1333.     <variable name="Max" type="uint" start_bit="48" bit_length="16" unit="" description=""/>
  1334.       </variables>
  1335.     </command>
  1336.     <command id="130" name="Calibration" type="specific" module="linearAct" description="Start calibration">
  1337.       <variables>
  1338.     <variable name="OptionalPosition" type="uint" start_bit="0" bit_length="16" unit="" description="Option to set current value for position"/>
  1339.       </variables>
  1340.     </command>
  1341.    
  1342.     <command id="128" name="setCounter" type="specific" module="counter" description="Set the counter value on the counter module">
  1343.       <variables>
  1344.     <variable name="PinId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1345.     <variable name="Count" type="uint" start_bit="8" bit_length="32" unit="" description=""/>
  1346.       </variables>
  1347.     </command>
  1348.    
  1349.     <command id="128" name="ImageDataModule1" type="specific" module="DotMatrix" description="">
  1350.       <variables>
  1351.     <variable name="Row1" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1352.     <variable name="Row2" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1353.     <variable name="Row3" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1354.     <variable name="Row4" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  1355.     <variable name="Row5" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  1356.     <variable name="Row6" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  1357.     <variable name="Row7" type="uint" start_bit="48" bit_length="8" unit="" description=""/>
  1358.     <variable name="Row8" type="uint" start_bit="56" bit_length="8" unit="" description=""/>
  1359.       </variables>
  1360.     </command>
  1361.     <command id="129" name="ImageDataModule2" type="specific" module="DotMatrix" description="">
  1362.       <variables>
  1363.     <variable name="Row1" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1364.     <variable name="Row2" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1365.     <variable name="Row3" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1366.     <variable name="Row4" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  1367.     <variable name="Row5" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  1368.     <variable name="Row6" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  1369.     <variable name="Row7" type="uint" start_bit="48" bit_length="8" unit="" description=""/>
  1370.     <variable name="Row8" type="uint" start_bit="56" bit_length="8" unit="" description=""/>
  1371.       </variables>
  1372.     </command>
  1373.     <command id="130" name="ImageDataModule3" type="specific" module="DotMatrix" description="">
  1374.       <variables>
  1375.     <variable name="Row1" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1376.     <variable name="Row2" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1377.     <variable name="Row3" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1378.     <variable name="Row4" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  1379.     <variable name="Row5" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  1380.     <variable name="Row6" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  1381.     <variable name="Row7" type="uint" start_bit="48" bit_length="8" unit="" description=""/>
  1382.     <variable name="Row8" type="uint" start_bit="56" bit_length="8" unit="" description=""/>
  1383.       </variables>
  1384.     </command>
  1385.     <command id="131" name="ImageDataModule4" type="specific" module="DotMatrix" description="">
  1386.       <variables>
  1387.     <variable name="Row1" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1388.     <variable name="Row2" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1389.     <variable name="Row3" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1390.     <variable name="Row4" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  1391.     <variable name="Row5" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  1392.     <variable name="Row6" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  1393.     <variable name="Row7" type="uint" start_bit="48" bit_length="8" unit="" description=""/>
  1394.     <variable name="Row8" type="uint" start_bit="56" bit_length="8" unit="" description=""/>
  1395.       </variables>
  1396.     </command>
  1397.    
  1398.     <command id="128" name="setVolume" type="specific" module="water" description="Set the volume value on the water meter module">
  1399.       <variables>
  1400.     <variable name="Volume" type="uint" start_bit="0" bit_length="32" unit="Liter" description=""/>
  1401.       </variables>
  1402.     </command>
  1403.    
  1404.     <command id="128" name="UltrasonicConfig" type="specific" module="ultrasonic" description="Configure an ultrasonic module to output 0 to 100%">
  1405.       <variables>
  1406.     <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1407.     <variable name="0Percent" type="uint" start_bit="8" bit_length="16" unit="mm" description=""/>
  1408.     <variable name="100Percent" type="uint" start_bit="24" bit_length="16" unit="mm" description=""/>
  1409.     <variable name="SensorMode" type="enum" start_bit="40" bit_length="8" unit="" description="">
  1410.       <value id="0" name="Length"/>
  1411.       <value id="1" name="Percent"/>
  1412.     </variable>
  1413.       </variables>
  1414.     </command>
  1415.    
  1416.   </commands>
  1417.  
  1418.  
  1419.   <modules>
  1420.     <module id="0" name="Debug" class="tst"/>
  1421.     <module id="1" name="Default" class="def"/>
  1422.     <module id="3" name="DS18x20" class="sns"/>
  1423.     <module id="4" name="heatPower" class="sns"/>
  1424.     <module id="5" name="FOST02" class="sns"/>
  1425.     <module id="6" name="BusVoltage" class="sns"/>
  1426.     <module id="7" name="SimpleDTMF" class="sns"/>
  1427.     <module id="8" name="Rotary" class="sns"/>
  1428.     <module id="9" name="HD44789" class="act"/>
  1429.     <module id="10" name="Dimmer230" class="act"/>
  1430.     <module id="11" name="KS0108" class="act"/>
  1431.     <module id="12" name="RGBdriver" class="act"/>
  1432.     <module id="13" name="hwPWM" class="act"/>
  1433.     <module id="14" name="irReceive" class="sns"/>
  1434.     <module id="15" name="nmea" class="sns"/>
  1435.     <module id="16" name="irTransmit" class="sns"/>
  1436.     <module id="17" name="TC1047A" class="sns"/>
  1437.     <module id="18" name="PID" class="act"/>
  1438.     <module id="19" name="SlowPWM" class="act"/>
  1439.     <module id="20" name="power" class="sns"/>
  1440.     <module id="21" name="softPWM" class="act"/>
  1441.     <module id="22" name="Touch" class="sns"/>
  1442.     <module id="23" name="RotaryHex" class="sns"/>
  1443.     <module id="24" name="output" class="act"/>
  1444.     <module id="25" name="input" class="sns"/>
  1445.     <module id="26" name="RGBW" class="act"/>
  1446.     <module id="27" name="irTransceive" class="sns"/>
  1447.     <module id="28" name="identification" class="sns"/>
  1448.     <module id="29" name="PCAPWM" class="act"/>
  1449.     <module id="30" name="ChnMaster" class="chn"/>
  1450.     <module id="31" name="ChnController" class="chn"/>
  1451.     <module id="32" name="rfid" class="sns"/>
  1452.     <module id="33" name="water" class="sns"/>
  1453.     <module id="34" name="flower" class="sns"/>
  1454.    
  1455.     <module id="45" name="PIR" class="sns"/>
  1456.     <module id="46" name="TCN75A" class="sns"/>
  1457.     <module id="47" name="VoltageCurrent" class="sns"/>
  1458.     <module id="48" name="Serial" class="sns"/>
  1459.     <module id="49" name="protectedOutput" class="sns"/>
  1460.     <module id="50" name="inputAnalog" class="sns"/>
  1461.     <module id="51" name="LM335" class="sns"/>
  1462.     <module id="52" name="SH11" class="sns"/>
  1463.    
  1464.    
  1465.     <module id="55" name="NTC" class="sns"/>
  1466.     <module id="56" name="sigmadelta_dimmer" class="act"/>
  1467.     <module id="57" name="counter" class="sns"/>
  1468.     <module id="58" name="multiSwitch" class="act"/>
  1469.     <module id="59" name="linearAct" class="act"/>
  1470.     <module id="60" name="DotMatrix" class="act"/>
  1471.     <module id="61" name="DHT11" class="sns"/>
  1472.     <module id="62" name="rfTransceive" class="sns"/>
  1473.     <module id="63" name="qtouch" class="sns"/>
  1474.     <module id="64" name="ultrasonic" class="sns"/>
  1475.   </modules>
  1476.  
  1477.  
  1478.   <defines>
  1479.     <define id="1" group="DirectionFlag" name="From_Owner"/>
  1480.     <define id="0" group="DirectionFlag" name="To_Owner"/>
  1481.   </defines>
  1482.  
  1483.  
  1484.   <nmt_messages>
  1485.     <nmt_message id="0" name="Time"/>
  1486.     <nmt_message id="4" name="Reset">
  1487.       <variables>
  1488.     <variable name="HardwareId" type="uint" start_bit="0" bit_length="32" unit="" description=""/>
  1489.       </variables>
  1490.     </nmt_message>
  1491.     <nmt_message id="8" name="Bios_Start">
  1492.       <variables>
  1493.     <variable name="BiosVersion" type="uint" start_bit="0" bit_length="16" unit="" description=""/>
  1494.     <variable name="HasApplication" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1495.     <variable name="DeviceType" type="enum" start_bit="24" bit_length="8" unit="" description="">
  1496.       <value id="0" name="unknown"/>
  1497.       <value id="1" name="atmega8"/>
  1498.       <value id="2" name="atmega48"/>
  1499.       <value id="3" name="atmega88"/>
  1500.       <value id="4" name="atmega168"/>
  1501.       <value id="5" name="atmega328p"/>
  1502.     </variable>
  1503.     <variable name="HardwareId" type="uint" start_bit="32" bit_length="32" unit="" description=""/>
  1504.       </variables>
  1505.     </nmt_message>
  1506.     <nmt_message id="12" name="Pgm_Start">
  1507.       <variables>
  1508.     <variable name="Address0" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1509.     <variable name="Address1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1510.     <variable name="Address2" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1511.     <variable name="Address3" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  1512.     <variable name="HardwareId" type="uint" start_bit="32" bit_length="32" unit="" description=""/>
  1513.       </variables>
  1514.     </nmt_message>
  1515.     <nmt_message id="16" name="Pgm_Data">
  1516.       <variables>
  1517.     <variable name="Offset" type="uint" start_bit="0" bit_length="16" unit="" description=""/>
  1518.     <variable name="Data" type="uint" start_bit="16" bit_length="48" unit="" description=""/>
  1519.       </variables>
  1520.     </nmt_message>
  1521.     <nmt_message id="16" name="Pgm_Data_48">
  1522.       <variables>
  1523.     <variable name="Offset0" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1524.     <variable name="Offset1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1525.     <variable name="Data0" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1526.     <variable name="Data1" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  1527.     <variable name="Data2" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  1528.     <variable name="Data3" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  1529.     <variable name="Data4" type="uint" start_bit="48" bit_length="8" unit="" description=""/>
  1530.     <variable name="Data5" type="uint" start_bit="56" bit_length="8" unit="" description=""/>
  1531.       </variables>
  1532.     </nmt_message>
  1533.     <nmt_message id="16" name="Pgm_Data_8">
  1534.       <variables>
  1535.     <variable name="Offset0" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1536.     <variable name="Offset1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1537.     <variable name="Data0" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1538.       </variables>
  1539.     </nmt_message>
  1540.     <nmt_message id="16" name="Pgm_Data_16">
  1541.       <variables>
  1542.     <variable name="Offset0" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1543.     <variable name="Offset1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1544.     <variable name="Data0" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1545.     <variable name="Data1" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  1546.       </variables>
  1547.     </nmt_message>
  1548.     <nmt_message id="16" name="Pgm_Data_24">
  1549.       <variables>
  1550.     <variable name="Offset0" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1551.     <variable name="Offset1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1552.     <variable name="Data0" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1553.     <variable name="Data1" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  1554.     <variable name="Data2" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  1555.       </variables>
  1556.     </nmt_message>
  1557.     <nmt_message id="16" name="Pgm_Data_32">
  1558.       <variables>
  1559.     <variable name="Offset0" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1560.     <variable name="Offset1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1561.     <variable name="Data0" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1562.     <variable name="Data1" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  1563.     <variable name="Data2" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  1564.     <variable name="Data3" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  1565.       </variables>
  1566.     </nmt_message>
  1567.     <nmt_message id="16" name="Pgm_Data_40">
  1568.       <variables>
  1569.     <variable name="Offset0" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1570.     <variable name="Offset1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1571.     <variable name="Data0" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1572.     <variable name="Data1" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  1573.     <variable name="Data2" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  1574.     <variable name="Data3" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  1575.     <variable name="Data4" type="uint" start_bit="48" bit_length="8" unit="" description=""/>
  1576.       </variables>
  1577.     </nmt_message>
  1578.     <nmt_message id="20" name="Pgm_End"/>
  1579.     <nmt_message id="24" name="Pgm_Copy">
  1580.       <variables>
  1581.     <variable name="Source0" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
  1582.     <variable name="Source1" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
  1583.     <variable name="Destination0" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
  1584.     <variable name="Destination1" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
  1585.     <variable name="Length0" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  1586.     <variable name="Length1" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
  1587.       </variables>
  1588.     </nmt_message>
  1589.     <nmt_message id="28" name="Pgm_Ack">
  1590.       <variables>
  1591.     <variable name="Data" type="uint" start_bit="0" bit_length="16" unit="" description=""/>
  1592.       </variables>
  1593.     </nmt_message>
  1594.     <nmt_message id="32" name="Pgm_Nack">
  1595.       <variables>
  1596.     <variable name="Offset" type="uint" start_bit="0" bit_length="16" unit="" description=""/>
  1597.       </variables>
  1598.     </nmt_message>
  1599.     <nmt_message id="36" name="Start_App" description="Send to node to start the application in the node">
  1600.       <variables>
  1601.     <variable name="HardwareId" type="uint" start_bit="0" bit_length="32" unit="" description=""/>
  1602.       </variables>
  1603.     </nmt_message>
  1604.     <nmt_message id="40" name="App_Start" description="Sent by the application in a node when it starts">
  1605.       <variables>
  1606.     <variable name="HardwareId" type="uint" start_bit="0" bit_length="32" unit="" description=""/>
  1607.       </variables>
  1608.     </nmt_message>
  1609.     <nmt_message id="44" name="Heartbeat">
  1610.       <variables>
  1611.     <variable name="HardwareId" type="uint" start_bit="0" bit_length="32" unit="" description=""/>
  1612.     <variable name="NumberOfModules" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
  1613.       </variables>
  1614.     </nmt_message>
  1615.   </nmt_messages>
  1616. </root>
  1617.