AurelienLoyer / Domoticz_Plugins_Manager

🤖 🕹 Web interface for manage all scripts and configs for Domoticz custom plugins
9 stars 5 forks source link

Turn On Off Tv over hdmi #1

Open AurelienLoyer opened 7 years ago

AurelienLoyer commented 7 years ago

Exemple code to call with php :) `` sh -- turn of tv --

$ /opt/vc/bin/tvservice -o

-- turn on tv --

$ /opt/vc/bin/tvservice -p

for more information:

$ tvservice -h ``