Created
October 29, 2024 03:30
-
-
Save innateessence/24239d48ef671f4da9227a883e831350 to your computer and use it in GitHub Desktop.
fix-ir-remote-on-apple-tv.sh
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/bash | |
| # Resource: https://pimylifeup.com/raspberrypi-hdmi-cec/ | |
| # This will list all commands | |
| # echo 'h' | cec-client -s -d 1 | |
| echo 'triggering a HDMI-CEC scan to force the TV to properly identify all devices...' | |
| echo 'scan' | cec-client -s -d 1 | |
| echo | |
| echo 'now, use vera-tools -> vera-link on your remote to select the proper device to fix the remote' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment