7eXx / raspi-home-mqtt

easy mqtt publisher-subscriber using paho
0 stars 0 forks source link

Wake on Lan Ryzen #21

Closed 7eXx closed 1 week ago

7eXx commented 3 months ago

Add telegram command to wake on lan ryzen pc

7eXx commented 3 months ago

use Subprocess.call() to perform external command in shell

subprocess.call("sudo apt-get update", shell=True)
7eXx commented 2 months ago

22