enigma2  2.6
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
Components.FrontPanelLed.FrontPanelLed Class Reference
Inheritance diagram for Components.FrontPanelLed.FrontPanelLed:

Public Member Functions

def __init__ (self)
 
def init (self, session)
 
def checkRecordings (self, service=None, event=iRecordableService.evEnd)
 

Static Public Member Functions

def setBrightness (value=BRIGHTNESS_DEFAULT)
 
def setColor (value=COLOR_DEFAULT)
 
def setBlink (value=BLINK_DEFAULT)
 
def setFade (value=FADE_DEFAULT)
 
def default (checkRec=True)
 
def recording ()
 
def stopRecording ()
 
def standby (checkRec=True)
 
def shutdown ()
 

Static Public Attributes

string BLINK_PATH = "/proc/stb/fp/led_blink"
 
int BLINK_DEFAULT = 0x0710ff
 
string BRIGHTNESS_PATH = "/proc/stb/fp/led_brightness"
 
int BRIGHTNESS_DEFAULT = 0xFF
 
string COLOR_PATH = "/proc/stb/fp/led_color"
 
int COLOR_DEFAULT = 0xFFFFFF
 
string FADE_PATH = "/proc/stb/fp/led_fade"
 
int FADE_DEFAULT = 0x7
 
 instance = None
 

Constructor & Destructor Documentation

◆ __init__()

def Components.FrontPanelLed.FrontPanelLed.__init__ (   self)

Member Function Documentation

◆ checkRecordings()

def Components.FrontPanelLed.FrontPanelLed.checkRecordings (   self,
  service = None,
  event = iRecordableService.evEnd 
)

◆ default()

def Components.FrontPanelLed.FrontPanelLed.default (   checkRec = True)
static

◆ init()

def Components.FrontPanelLed.FrontPanelLed.init (   self,
  session 
)

◆ recording()

def Components.FrontPanelLed.FrontPanelLed.recording ( )
static

◆ setBlink()

def Components.FrontPanelLed.FrontPanelLed.setBlink (   value = BLINK_DEFAULT)
static

◆ setBrightness()

def Components.FrontPanelLed.FrontPanelLed.setBrightness (   value = BRIGHTNESS_DEFAULT)
static

◆ setColor()

def Components.FrontPanelLed.FrontPanelLed.setColor (   value = COLOR_DEFAULT)
static

◆ setFade()

def Components.FrontPanelLed.FrontPanelLed.setFade (   value = FADE_DEFAULT)
static

◆ shutdown()

def Components.FrontPanelLed.FrontPanelLed.shutdown ( )
static

◆ standby()

def Components.FrontPanelLed.FrontPanelLed.standby (   checkRec = True)
static

◆ stopRecording()

def Components.FrontPanelLed.FrontPanelLed.stopRecording ( )
static

Member Data Documentation

◆ BLINK_DEFAULT

int Components.FrontPanelLed.FrontPanelLed.BLINK_DEFAULT = 0x0710ff
static

◆ BLINK_PATH

string Components.FrontPanelLed.FrontPanelLed.BLINK_PATH = "/proc/stb/fp/led_blink"
static

◆ BRIGHTNESS_DEFAULT

int Components.FrontPanelLed.FrontPanelLed.BRIGHTNESS_DEFAULT = 0xFF
static

◆ BRIGHTNESS_PATH

string Components.FrontPanelLed.FrontPanelLed.BRIGHTNESS_PATH = "/proc/stb/fp/led_brightness"
static

◆ COLOR_DEFAULT

int Components.FrontPanelLed.FrontPanelLed.COLOR_DEFAULT = 0xFFFFFF
static

◆ COLOR_PATH

string Components.FrontPanelLed.FrontPanelLed.COLOR_PATH = "/proc/stb/fp/led_color"
static

◆ FADE_DEFAULT

int Components.FrontPanelLed.FrontPanelLed.FADE_DEFAULT = 0x7
static

◆ FADE_PATH

string Components.FrontPanelLed.FrontPanelLed.FADE_PATH = "/proc/stb/fp/led_fade"
static

◆ instance

Components.FrontPanelLed.FrontPanelLed.instance = None
static

The documentation for this class was generated from the following file: