aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-01-27 19:31:36 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-01-27 19:31:36 +0000
commit37834a1d83f2586c5b4a5a49afd0146c73713037 (patch)
tree792a1c6065305c7895ec4ac3117f987c4467ba3d /lib/python/Components
parent9367972819cbb4afbedb465e32167cc7ef310c54 (diff)
downloadenigma2-37834a1d83f2586c5b4a5a49afd0146c73713037.tar.gz
enigma2-37834a1d83f2586c5b4a5a49afd0146c73713037.zip
set missing defaults.. (ugly bug)
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/NimManager.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index 0e983200..25dd0701 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -46,12 +46,14 @@ class SecConfigure:
sec.setLNBLOFL(9750000)
sec.setLNBLOFH(10600000)
sec.setLNBThreshold(11750000)
+ sec.setLNBIncreasedVoltage(lnbParam.OFF)
sec.setRepeats(0)
sec.setFastDiSEqC(0)
sec.setSeqRepeat(0)
sec.setVoltageMode(switchParam.HV)
sec.setToneMode(switchParam.HILO)
sec.setCommandOrder(0)
+
#user values
sec.setDiSEqCMode(diseqcmode)
sec.setToneburst(toneburstmode)
@@ -77,6 +79,7 @@ class SecConfigure:
sec.addSatellite(int(x[1]))
sec.setVoltageMode(0)
sec.setToneMode(0)
+ sec.setRotorPosNum(0) # USALS
self.satList.append(int(x[1]))
def setSatposDepends(self, sec, nim1, nim2):