projects
/
enigma2-plugins.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add basic webif hook to force scan -> http(s)://<ip or hostname>/autotimer?parse
[enigma2-plugins.git]
/
autotimer
/
src
/
webinterface
/
AutoTimer.py
1
from Plugins.Extensions.WebInterface.WebChilds.Toplevel import addExternalChild
2
from Plugins.Extensions.AutoTimer.AutoTimerResource import AutoTimerResource
3
4
addExternalChild( ("autotimer", AutoTimerResource()) )
5