Lircrc
Aus VDR Wiki
(Unterschied zwischen Versionen)
| Zeile 5: | Zeile 5: | ||
button = Power | button = Power | ||
button = 1 | button = 1 | ||
| − | config = if [ -n "$(pidof vdr)" ] ; then | + | config = if [ -n "$(pidof vdr)" ] ; then runvdr stop ; else runvdr start ; fi |
end | end | ||
Version vom 24. März 2005, 14:10 Uhr
begin
prog = irexec
button = Power
button = Power
button = Power
button = 1
config = if [ -n "$(pidof vdr)" ] ; then runvdr stop ; else runvdr start ; fi
end
begin
prog = irexec
button = Power
button = Power
button = Power
button = 2
config = reboot
end