aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/RFmod.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/RFmod.py b/lib/python/Components/RFmod.py
index 0ab4a815..be088a53 100644
--- a/lib/python/Components/RFmod.py
+++ b/lib/python/Components/RFmod.py
@@ -14,7 +14,7 @@ class RFmod:
def setTestmode(self, value):
eRFmod.getInstance().setTestmode(value)
def setSoundFunction(self, value):
- eRFmod.getInstance().setSoundFunction(value)
+ eRFmod.getInstance().setSoundFunction(not value)
def setSoundCarrier(self, value):
eRFmod.getInstance().setSoundCarrier(value)
def setChannel(self, value):