Created
April 1, 2017 20:08
-
-
Save jlongman/4ed0e6d0e755b10df3afd674656021ec to your computer and use it in GitHub Desktop.
Lirc control of Element ELUFT551, seiki 55" see: https://gist.github.com/jlongman/a7a56241506681083d9b939828716dd6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# see lircd.conf here: https://gist.github.com/jlongman/a7a56241506681083d9b939828716dd6 | |
irsend SEND_ONCE seiki KEY_TV | |
sleep 5 | |
irsend SEND_ONCE seiki KEY_INPUT_SOURCE | |
irsend SEND_ONCE seiki KEY_UP | |
irsend SEND_ONCE seiki KEY_UP | |
irsend SEND_ONCE seiki KEY_UP | |
irsend SEND_ONCE seiki KEY_UP | |
irsend SEND_ONCE seiki KEY_OK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment