Subversion Repositories HomeAutomation

Rev

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

Rev 1454 Rev 1469
Line 74... Line 74...
74
        </variable>
74
        </variable>
75
      </variables>
75
      </variables>
76
    </command>
76
    </command>
77
    <command id="71" name="IR" type="physical" module="" description="IR data protocol encoding">
77
    <command id="71" name="IR" type="physical" module="" description="IR data protocol encoding">
78
      <variables>
78
      <variables>
-
 
79
        <variable name="Channel" type="uint" start_bit="0" bit_length="4" unit="" description="Channel of received or transmitted data"/>
79
        <variable name="Status" type="enum" start_bit="0" bit_length="8" unit="" description="State of remote button">
80
        <variable name="Status" type="enum" start_bit="4" bit_length="4" unit="" description="State of remote button">
80
          <value id="1" name="Pressed"/>
81
          <value id="1" name="Pressed"/>
81
          <value id="0" name="Released"/>
82
          <value id="0" name="Released"/>
82
        </variable>
83
        </variable>
83
        <variable name="Protocol" type="enum" start_bit="8" bit_length="8" unit="" description="Button protocol">
84
        <variable name="Protocol" type="enum" start_bit="8" bit_length="8" unit="" description="Button protocol">
84
          <value id="0" name="RC5"/>
85
          <value id="0" name="RC5"/>