enigma2  2.6
Functions | Variables
Components.SystemInfo Namespace Reference

Functions

def getNumVideoDecoders ()
 
def countFrontpanelLEDs ()
 

Variables

dictionary SystemInfo = { }
 
 device_name = HardwareInfo().device_name
 
dictionary brightnessLut
 

Function Documentation

◆ countFrontpanelLEDs()

def Components.SystemInfo.countFrontpanelLEDs ( )

◆ getNumVideoDecoders()

def Components.SystemInfo.getNumVideoDecoders ( )

Variable Documentation

◆ brightnessLut

dictionary Components.SystemInfo.brightnessLut
Initial value:
1 = {
2  'dm900' : 8,
3  'dm920' : 8,
4  'two' : 6,
5 }

◆ device_name

Components.SystemInfo.device_name = HardwareInfo().device_name

◆ SystemInfo

dictionary Components.SystemInfo.SystemInfo = { }