Subversion Repositories HomeAutomation

Rev

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

Rev 1054 Rev 1059
Line 74... Line 74...
74
      <variables>
74
      <variables>
75
        <variable name="Status" type="enum" 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"/>
76
          <value id="1" name="Pressed"/>
77
          <value id="0" name="Released"/>
77
          <value id="0" name="Released"/>
78
        </variable>
78
        </variable>
79
        <variable name="Protocol" type="uint" start_bit="8" bit_length="8" unit="" description="Button protocol"/>
79
        <variable name="Protocol" type="enum" start_bit="8" bit_length="8" unit="" description="Button protocol">
-
 
80
          <value id="0" name="RC5"/>
-
 
81
          <value id="1" name="RC6"/>
-
 
82
          <value id="2" name="RCMM"/>
-
 
83
          <value id="3" name="SIRC"/>
-
 
84
          <value id="4" name="Sharp"/>
-
 
85
          <value id="5" name="NEC"/>
-
 
86
          <value id="6" name="Samsung"/>
-
 
87
          <value id="7" name="Marantz"/>
-
 
88
          <value id="255" name="Unknown"/>
-
 
89
        </variable>
80
        <variable name="IRdata" type="uint" start_bit="16" bit_length="32" unit="" description="Button protocol unique ID"/>
90
        <variable name="IRdata" type="uint" start_bit="16" bit_length="32" unit="" description="Button protocol unique ID"/>
81
      </variables>
91
      </variables>
82
    </command>
92
    </command>
83
   
93
   
84
    <command id="128" name="IRraw" type="specific" module="irReceive" description="If a protocol not could be found, then send raw data">
94
    <command id="128" name="IRraw" type="specific" module="irReceive" description="If a protocol not could be found, then send raw data">