From f97a4e53dcd9321cfe4d026f8efac3a3fea1cb6a Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 2 Jun 2008 14:35:58 +0000 Subject: dont use and show input power measurement (for rotor running detection), when the hardware doesn't support it --- lib/python/Components/SystemInfo.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/python/Components') 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() -- cgit v1.2.3