![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
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 |
| def PowerTimer.parseEvent | ( | event | ) |
| bool PowerTimer.aeDSsave = False |
| PowerTimer.DEBUG = config.crash.debugTimers.value |
| bool PowerTimer.DSsave = False |
| bool PowerTimer.InfoBar = False |
| PowerTimer.MODULE_NAME = __name__.split(".")[-1] |
| bool PowerTimer.RBsave = False |
| bool PowerTimer.RSsave = False |
| string PowerTimer.TIMER_FLAG_FILE = "/tmp/was_powertimer_wakeup" |
| PowerTimer.TIMER_XML_FILE = resolveFilename(SCOPE_CONFIG, "pm_timers.xml") |
| bool PowerTimer.wasTimerWakeup = False |