Version 1.2.0

This commit is contained in:
Robert Richter 2023-08-03 12:03:37 +02:00
commit 2e8060c993
6 changed files with 14 additions and 2 deletions

3
home/cec-off.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
echo 'standby 0' | cec-client -s > /dev/null

3
home/cec-on.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
echo 'on 0' | cec-client -s > /dev/null

3
home/display-off.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
sudo vcgencmd display_power 0 > /dev/null

3
home/display-on.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
sudo vcgencmd display_power 1 > /dev/null