Subversion Repositories HomeAutomation

Rev

Rev 1177 | Rev 1193 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1177 Rev 1179
Line 54... Line 54...
54
      </variables>
54
      </variables>
55
    </command>
55
    </command>
56
    <command id="69" name="Rotary_Switch" type="physical" module="" description="Command to transmit a rotary encoder switch status">
56
    <command id="69" name="Rotary_Switch" type="physical" module="" description="Command to transmit a rotary encoder switch status">
57
      <variables>
57
      <variables>
58
        <variable name="SwitchId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
58
        <variable name="SwitchId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
59
        <variable name="Direction" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
59
        <variable name="Direction" type="enum" start_bit="8" bit_length="8" unit="" description="">
-
 
60
          <value id="0" name="Clockwise"/>
-
 
61
          <value id="1" name="Counterclockwise"/>
-
 
62
        </variable>
60
        <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
63
        <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
61
        <variable name="Position" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
64
        <variable name="Position" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
62
      </variables>
65
      </variables>
63
    </command>
66
    </command>
64
    <command id="70" name="Button" type="physical" module="" description="">
67
    <command id="70" name="Button" type="physical" module="" description="">