aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2009-02-20 11:39:29 +0100
committerFraxinas <andreas.frisch@multimedia-labs.de>2009-02-20 11:39:29 +0100
commitfd7605d30bb6b1523282dfb0493826dfd2e26152 (patch)
tree2f1fd5309079389430a912bfc99738646ed74dcd /lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py
parentc7e6f96e31b2ffd4cdc9419d5f9ed4912b960745 (diff)
parent29d62cc699d7043a749e6f184925b7fd14b5daab (diff)
downloadenigma2-fd7605d30bb6b1523282dfb0493826dfd2e26152.tar.gz
enigma2-fd7605d30bb6b1523282dfb0493826dfd2e26152.zip
Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py')
-rw-r--r--lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py
index ec223d3e..ec472e72 100644
--- a/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py
@@ -25,7 +25,8 @@ class SecParameterSetup(Screen, ConfigListScreen):
list = [
("Delay after diseqc reset command", config.sec.delay_after_diseqc_reset_cmd),
("Delay after diseqc peripherial poweron command", config.sec.delay_after_diseqc_peripherial_poweron_cmd),
- ("Delay after continuous tone change", config.sec.delay_after_continuous_tone_change),
+ ("Delay after continuous tone disable before diseqc", config.sec.delay_after_continuous_tone_disable_before_diseqc),
+ ("Delay after final continuous tone change", config.sec.delay_after_final_continuous_tone_change),
("Delay after last voltage change", config.sec.delay_after_final_voltage_change),
("Delay between diseqc commands", config.sec.delay_between_diseqc_repeats),
("Delay after last diseqc command", config.sec.delay_after_last_diseqc_command),