aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-02 20:59:26 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-02 20:59:26 +0000
commit452fdf6b7875f8185960f9b1649ba3d8fad4ab24 (patch)
tree65b287466e3d836abefd6f529a25131eee18cd86 /lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py
parent95660a5ccae9effbbf10a9b5ca4c85d636f8923b (diff)
downloadenigma2-452fdf6b7875f8185960f9b1649ba3d8fad4ab24.tar.gz
enigma2-452fdf6b7875f8185960f9b1649ba3d8fad4ab24.zip
set voltage before send diseqc command (like DiSEqC spec)
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py')
-rw-r--r--lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py
index bb745920..b9d3e444 100644
--- a/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py
@@ -28,6 +28,7 @@ class SecParameterSetup(Screen, ConfigListScreen):
("Delay between diseqc commands", config.sec.delay_between_diseqc_repeats),
("Delay after last diseqc command", config.sec.delay_after_last_diseqc_command),
("Delay after toneburst", config.sec.delay_after_toneburst),
+ ("Delay after change voltage before switch command", config.sec.delay_after_change_voltage_before_switch_command),
("Delay after enable voltage before switch command", config.sec.delay_after_enable_voltage_before_switch_command),
("Delay between switch and motor command", config.sec.delay_between_switch_and_motor_command),
("Delay after set voltage before measure motor power", config.sec.delay_after_voltage_change_before_measure_idle_inputpower),