openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
PowerTimer Namespace Reference

Classes

class  AFTEREVENT
 
class  TIMERTYPE
 
class  PowerTimer
 
class  PowerTimerEntry
 

Functions

def parseEvent (event)
 

Variables

bool InfoBar = False
 
 MODULE_NAME = __name__.split(".")[-1]
 
 DEBUG = config.crash.debugTimers.value
 
 TIMER_XML_FILE = resolveFilename(SCOPE_CONFIG, "pm_timers.xml")
 
string TIMER_FLAG_FILE = "/tmp/was_powertimer_wakeup"
 
bool wasTimerWakeup = False
 
bool DSsave = False
 
bool RSsave = False
 
bool RBsave = False
 
bool aeDSsave = False
 

Function Documentation

◆ parseEvent()

def PowerTimer.parseEvent (   event)

Variable Documentation

◆ aeDSsave

bool PowerTimer.aeDSsave = False

◆ DEBUG

PowerTimer.DEBUG = config.crash.debugTimers.value

◆ DSsave

bool PowerTimer.DSsave = False

◆ InfoBar

bool PowerTimer.InfoBar = False

◆ MODULE_NAME

PowerTimer.MODULE_NAME = __name__.split(".")[-1]

◆ RBsave

bool PowerTimer.RBsave = False

◆ RSsave

bool PowerTimer.RSsave = False

◆ TIMER_FLAG_FILE

string PowerTimer.TIMER_FLAG_FILE = "/tmp/was_powertimer_wakeup"

◆ TIMER_XML_FILE

PowerTimer.TIMER_XML_FILE = resolveFilename(SCOPE_CONFIG, "pm_timers.xml")

◆ wasTimerWakeup

bool PowerTimer.wasTimerWakeup = False