Subversion Repositories HomeAutomation

Rev

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

Rev 1031 Rev 1046
Line 62... Line 62...
62
      </variables>
62
      </variables>
63
    </command>
63
    </command>
64
    <command id="70" name="Button" type="physical" module="" description="">
64
    <command id="70" name="Button" type="physical" module="" description="">
65
      <variables>
65
      <variables>
66
        <variable name="SwitchId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
66
        <variable name="SwitchId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
67
        <variable name="Status" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
67
        <variable name="Status" type="enum" start_bit="8" bit_length="8" unit="" description="">
-
 
68
          <value id="1" name="Pressed"/>
-
 
69
          <value id="0" name="Released"/>
-
 
70
        </variable>
68
      </variables>
71
      </variables>
69
    </command>
72
    </command>
70
    <command id="71" name="IR" type="physical" module="" description="IR data protocol encoding">
73
    <command id="71" name="IR" type="physical" module="" description="IR data protocol encoding">
71
      <variables>
74
      <variables>
72
        <variable name="Status" type="uint" start_bit="0" bit_length="8" unit="" description="State of remote button"/>
75
        <variable name="Status" type="enum" start_bit="0" bit_length="8" unit="" description="State of remote button">
-
 
76
          <value id="1" name="Pressed"/>
-
 
77
          <value id="0" name="Released"/>
-
 
78
        </variable>
73
        <variable name="Protocol" type="uint" start_bit="8" bit_length="8" unit="" description="Button protocol"/>
79
        <variable name="Protocol" type="uint" start_bit="8" bit_length="8" unit="" description="Button protocol"/>
74
        <variable name="IRdata" type="uint" start_bit="16" bit_length="32" unit="" description="Button protocol unique ID"/>
80
        <variable name="IRdata" type="uint" start_bit="16" bit_length="32" unit="" description="Button protocol unique ID"/>
75
      </variables>
81
      </variables>
76
    </command>
82
    </command>
77
   
83