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

View File

@ -27,4 +27,4 @@ report_url=https://wachalarm.leitstelle-lausitz.de/client_statusmessage
# #
# #
# Neustarteinstellungen, "0" == inaktiv, "w" == Mo 3:00, "z" == Di & Fr 3:00, "t" == immer 3:00 # Neustarteinstellungen, "0" == inaktiv, "w" == Mo 3:00, "z" == Di & Fr 3:00, "t" == immer 3:00
restart_type=0 restart_type=0

View File

@ -53,4 +53,4 @@ rm -f /boot/firstrun.sh
sed -i 's| systemd.run.*||g' /boot/cmdline.txt sed -i 's| systemd.run.*||g' /boot/cmdline.txt
# Passwort des Benutzers pi aendern # Passwort des Benutzers pi aendern
echo "pi:ganz_geheim" | sudo chpasswd echo "pi:ganz_geheim" | sudo chpasswd
exit 0 exit 0