disable tone before send diseqc command
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 26 Dec 2006 16:12:39 +0000 (16:12 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 26 Dec 2006 16:12:39 +0000 (16:12 +0000)
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)