Skip to content

Instantly share code, notes, and snippets.

@jlongman
Created April 1, 2017 20:08
Show Gist options
  • Save jlongman/4ed0e6d0e755b10df3afd674656021ec to your computer and use it in GitHub Desktop.
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
#!/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