From 360d8fe6b1faeea134f7a18d45ebbe69fd685be6 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 10 Jun 2017 11:53:39 +0200 Subject: Implemented CAM auto responses --- camresponses.conf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 camresponses.conf (limited to 'camresponses.conf') diff --git a/camresponses.conf b/camresponses.conf new file mode 100644 index 00000000..f3cc56df --- /dev/null +++ b/camresponses.conf @@ -0,0 +1,29 @@ +# CAM responses for VDR +# +# Format: +# +# nr text action +# +# nr: the number of the CAM this action applies to (0 = all CAMs) +# text: the text in the CAM menu to react on (must be quoted with '"' if it contains +# blanks, escape '"' with '\') +# action: the action to take if the given text is encountered +# +# Possible actions are: +# +# - DISCARD: simply discard the menu (equivalent to pressing 'Back' on the RC) +# - CONFIRM: confirm the menu (equivalent to pressing 'OK' without selecting a +# particular item) +# - SELECT: select the menu item containing the text (equivalent to positioning +# the cursor on the item and pressing 'OK') +# - : the given number is sent to the CAM as if it were typed in by the user +# (provided this is an input field). +# +# Note that the text given in a rule must match exactly, including any leading or +# trailing blanks. If in doubt, you can get the exact text from the log file. +# Action keywords are case insensitive. +# +# Examples: + +# * "Hello! This is your annoying \"nag\" message!" DISCARD +# 3 "Please enter your PIN" 1234 -- cgit v1.2.3