Difference between revisions of "Ir-receiver"
Jump to navigation
Jump to search
(Created page with "===Example of description in XML=== <syntaxhighlight lang="xml" line> <item type="ir-receiver" name="ir-recv" addr="145:21"/> </syntaxhighlight> ===Device status setting (1...") |
(Marked this version for translation) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | ===Example of description in XML=== | + | <languages/> |
+ | <translate> | ||
+ | ===Example of description in XML=== <!--T:1--> | ||
+ | <!--T:2--> | ||
<syntaxhighlight lang="xml" line> | <syntaxhighlight lang="xml" line> | ||
<item type="ir-receiver" name="ir-recv" addr="145:21"/> | <item type="ir-receiver" name="ir-recv" addr="145:21"/> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | ===Device status setting (1 byte)=== | + | ===Device status setting (1 byte)=== <!--T:3--> |
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
Line 13: | Line 16: | ||
|} | |} | ||
− | ===Status event=== | + | ===Status event=== <!--T:4--> |
+ | <!--T:5--> | ||
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
Line 21: | Line 25: | ||
|0||0 – capture is off;<br>1 – capture is on;<br>captured message in another way | |0||0 – capture is off;<br>1 – capture is on;<br>captured message in another way | ||
|} | |} | ||
+ | </translate> |
Latest revision as of 15:27, 25 January 2022
Example of description in XML
1<item type="ir-receiver" name="ir-recv" addr="145:21"/>
Device status setting (1 byte)
Byte number | Description |
---|---|
0 | 0 – cancel the IR-messages capture; 1 – 1 IR-message capture (it is required to set 1 every time for capturing each message); |
Status event
Byte number | Description |
---|---|
0 | 0 – capture is off; 1 – capture is on; captured message in another way |