disable tone before send diseqc command
[enigma2.git] / lib / python / Plugins / SystemPlugins / PositionerSetup / plugin.py
index 10fa02d3f09f3433a8aa0683f00319c6ddd0d0da..096395597550ef72e390dd2c8d946f1f0623b1b8 100644 (file)
@@ -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)