aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-06-02 14:35:58 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-06-02 14:35:58 +0000
commitf97a4e53dcd9321cfe4d026f8efac3a3fea1cb6a (patch)
tree87447df391296618793c1bd99761d9ec1d681a64 /lib/python/Components
parent7ee3f3b8aaf43c8c712ce1c4c1d8b8c52e692e12 (diff)
downloadenigma2-f97a4e53dcd9321cfe4d026f8efac3a3fea1cb6a.tar.gz
enigma2-f97a4e53dcd9321cfe4d026f8efac3a3fea1cb6a.zip
dont use and show input power measurement (for rotor running detection),
when the hardware doesn't support it
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/SystemInfo.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Components/SystemInfo.py b/lib/python/Components/SystemInfo.py
index 844c9544..c3c8ff36 100644
--- a/lib/python/Components/SystemInfo.py
+++ b/lib/python/Components/SystemInfo.py
@@ -1,3 +1,5 @@
+from enigma import eDVBResourceManager
+
SystemInfo = { }
#FIXMEE...
@@ -9,3 +11,4 @@ def getNumVideoDecoders():
return idx
SystemInfo["NumVideoDecoders"] = getNumVideoDecoders()
+SystemInfo["CanMeasureFrontendInputPower"] = eDVBResourceManager.getInstance().canMeasureFrontendInputPower()