diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-06-02 14:35:58 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-06-02 14:35:58 +0000 |
| commit | f97a4e53dcd9321cfe4d026f8efac3a3fea1cb6a (patch) | |
| tree | 87447df391296618793c1bd99761d9ec1d681a64 /lib/python/Components/SystemInfo.py | |
| parent | 7ee3f3b8aaf43c8c712ce1c4c1d8b8c52e692e12 (diff) | |
| download | enigma2-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/SystemInfo.py')
| -rw-r--r-- | lib/python/Components/SystemInfo.py | 3 |
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() |
