Version 1.2.0
This commit is contained in:
commit
2e8060c993
3
home/cec-off.sh
Executable file
3
home/cec-off.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo 'standby 0' | cec-client -s > /dev/null
|
||||||
3
home/cec-on.sh
Executable file
3
home/cec-on.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo 'on 0' | cec-client -s > /dev/null
|
||||||
3
home/display-off.sh
Executable file
3
home/display-off.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
sudo vcgencmd display_power 0 > /dev/null
|
||||||
3
home/display-on.sh
Executable file
3
home/display-on.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
sudo vcgencmd display_power 1 > /dev/null
|
||||||
Loading…
Reference in New Issue
Block a user