Skip to content

Commit

Permalink
added info about sending hex data to action port
Browse files Browse the repository at this point in the history
  • Loading branch information
klues authored and sabicalija committed May 28, 2023
1 parent 0f14a81 commit 9b7b50c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/docs/plugins/actuators/IRTrans.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ You can send an IR command by sending an _action string_ to the input port `acti

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

#### Send hex data
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.

**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).

### IR command by event

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.
Expand Down

0 comments on commit 9b7b50c

Please sign in to comment.