From 452fdf6b7875f8185960f9b1649ba3d8fad4ab24 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 2 Jul 2007 20:59:26 +0000 Subject: set voltage before send diseqc command (like DiSEqC spec) --- lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/Plugins') 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), -- cgit v1.2.3