Sleep Timer button added

After this update, you need to change the remote control to another. And after the restart, change the remote control back to the right one.
This commit is contained in:
Pecusx
2017-03-05 13:15:52 +01:00
committed by GitHub
parent f65a277d0d
commit f62ba47e57
3 changed files with 10 additions and 1 deletions
+1
View File
@@ -161,6 +161,7 @@ def listener():
listener.register('KEY_RADIO',handleIRevent) # (Pecus)
listener.register('KEY_MEDIA',handleIRevent) # (Pecus)
listener.register('KEY_PANDORA',handleIRevent) # (Pecus)
listener.register('KEY_TIME',handleIRevent) # (Pecus)
log.message("Activating IR Remote Control listener", log.DEBUG)
listener.activate()