Skip to content

Commit 9b7b50c

Browse files
kluessabicalija
authored andcommitted
added info about sending hex data to action port
1 parent 0f14a81 commit 9b7b50c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/docs/plugins/actuators/IRTrans.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ You can send an IR command by sending an _action string_ to the input port `acti
1717

1818
`@IRTRANS: snd LG-TV,TvOn`.
1919

20+
#### Send hex data
21+
HEX data of a stored command can be retrieved within the IrServer software at the menu entry `IR Hexcode abrufen`. This data then can be sent directly to the `action` port with the advantage that it works independently of the current IrServer database on the current device.
22+
23+
**Important:** if the HEX data is something like `4E0100000000222...` the correct command to send to the `action` port would be `@IRTRANS: sndhex H4E0100000000222...` (note the added `H` at the beginning of the code).
24+
2025
### IR command by event
2126

2227
You can send an IR command using the event listener port of the plugin. Use the property `prestring` to set the name of the remote control device containing the IR commands you need. Then you can use the properties `send<1-n>` to set the name of the IR command.

0 commit comments

Comments
 (0)