From 793a21597557994f9e57ce16df22437fa38bd45e Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 9 Oct 2008 22:18:08 +0000 Subject: add delay before send sequence repeat (diseqc/toneburst) --- lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py') diff --git a/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py index fa5ed24e..7b3d08f6 100644 --- a/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py +++ b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py @@ -35,6 +35,7 @@ class SecParameterSetup(Screen, ConfigListScreen): ("Delay after enable voltage before motor command", config.sec.delay_after_enable_voltage_before_motor_command), ("Delay after motor stop command", config.sec.delay_after_motor_stop_command), ("Delay after voltage change before motor command", config.sec.delay_after_voltage_change_before_motor_command), + ("Delay before sequence repeat", config.sec.delay_before_sequence_repeat), ("Motor running timeout", config.sec.motor_running_timeout), ("Motor command retries", config.sec.motor_command_retries) ] ConfigListScreen.__init__(self, list) -- cgit v1.2.3