diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-09-11 14:09:03 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-09-11 14:09:03 +0200 |
commit | 413a0e6373f272f687db611185bc268c0d44f3b3 (patch) | |
tree | 046714f5e79e8ec57b4e7c64684dfe231d0109da /diseqc.conf | |
parent | 78e89efee8a54d4343183fc98a34d13f9e0ef478 (diff) | |
download | vdr-413a0e6373f272f687db611185bc268c0d44f3b3.tar.gz vdr-413a0e6373f272f687db611185bc268c0d44f3b3.tar.bz2 |
VDR now supports "Satellite Channel Routing" (SCR)
Diffstat (limited to 'diseqc.conf')
-rw-r--r-- | diseqc.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/diseqc.conf b/diseqc.conf index c9ab3ad3..2895c43e 100644 --- a/diseqc.conf +++ b/diseqc.conf @@ -18,6 +18,7 @@ # V voltage high (18V) # A mini A # B mini B +# Sn Satellite channel routing code sequence for bank n follows # Wnn wait nn milliseconds (nn may be any positive integer number) # [xx ...] hex code sequence (max. 6) # @@ -75,3 +76,15 @@ S13.0E 99999 H 10600 t V W15 [E0 10 38 F7] W15 B W15 T # S19.2E 99999 H 10560 t v # S19.2E 12110 V 11080 t v # S19.2E 99999 V 10720 t v +# +# SCR (Satellite Channel Routing): +# +# S19.2E 11700 V 9750 t V W10 S0 [E0 10 5A 00 00] W10 v +# S19.2E 99999 V 10600 t V W10 S1 [E0 10 5A 00 00] W10 v +# S19.2E 11700 H 9750 t V W10 S2 [E0 10 5A 00 00] W10 v +# S19.2E 99999 H 10600 t V W10 S3 [E0 10 5A 00 00] W10 v +# +# S13.0E 11700 V 9750 t V W10 S4 [E0 10 5A 00 00] W10 v +# S13.0E 99999 V 10600 t V W10 S5 [E0 10 5A 00 00] W10 v +# S13.0E 11700 H 9750 t V W10 S6 [E0 10 5A 00 00] W10 v +# S13.0E 99999 H 10600 t V W10 S7 [E0 10 5A 00 00] W10 v |