aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-12-26 16:12:39 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-12-26 16:12:39 +0000
commitf716f502baa8cf240f4ecbc915ab18116e804c14 (patch)
tree96c80aa6c89ae0fb02bc330104d42f01f242c314 /lib/python/Plugins/SystemPlugins
parentfb583166e9735f6fcf9ee28136b86a940830784f (diff)
downloadenigma2-f716f502baa8cf240f4ecbc915ab18116e804c14.tar.gz
enigma2-f716f502baa8cf240f4ecbc915ab18116e804c14.zip
disable tone before send diseqc command
Diffstat (limited to 'lib/python/Plugins/SystemPlugins')
-rw-r--r--lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py
index 10fa02d3..09639559 100644
--- a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py
@@ -373,6 +373,7 @@ class Diseqc:
print "diseqc command:",
print string
cmd.setCommandString(string)
+ self.frontend.setTone(iDVBFrontend.toneOff)
self.frontend.sendDiseqc(cmd)
if string == 'e03160': #positioner stop
sleep(0.05)