Rev 1615 | Rev 1628 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1615 | Rev 1616 | ||
|---|---|---|---|
| Line 93... | Line 93... | ||
| 93 | </command> |
93 | </command> |
| 94 | <command id="71" name="IR" type="physical" module="" description="IR data protocol encoding"> |
94 | <command id="71" name="IR" type="physical" module="" description="IR data protocol encoding"> |
| 95 | <variables> |
95 | <variables> |
| 96 | <variable name="Channel" type="uint" start_bit="0" bit_length="4" unit="" description="Channel of received or transmitted data"/> |
96 | <variable name="Channel" type="uint" start_bit="0" bit_length="4" unit="" description="Channel of received or transmitted data"/> |
| 97 | <variable name="Status" type="enum" start_bit="4" bit_length="4" unit="" description="State of remote button"> |
97 | <variable name="Status" type="enum" start_bit="4" bit_length="4" unit="" description="State of remote button"> |
| 98 | <value id="1" name="Pressed"/> |
- | |
| 99 | <value id="0" name="Released"/> |
98 | <value id="0" name="Released"/> |
| - | 99 | <value id="1" name="Pressed"/> |
|
| - | 100 | <value id="2" name="Burst"/> |
|
| 100 | </variable> |
101 | </variable> |
| 101 | <variable name="Protocol" type="enum" start_bit="8" bit_length="8" unit="" description="Button protocol"> |
102 | <variable name="Protocol" type="enum" start_bit="8" bit_length="8" unit="" description="Button protocol"> |
| 102 | <value id="0" name="RC5"/> |
103 | <value id="0" name="RC5"/> |
| 103 | <value id="1" name="RC6"/> |
104 | <value id="1" name="RC6"/> |
| 104 | <value id="2" name="RCMM"/> |
105 | <value id="2" name="RCMM"/> |