You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/docs/plugins/actuators/IRTrans.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,11 @@ You can send an IR command by sending an _action string_ to the input port `acti
17
17
18
18
`@IRTRANS: snd LG-TV,TvOn`.
19
19
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
+
20
25
### IR command by event
21
26
22
27
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