mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-07 01:28:42 +07:00
wol already prints which device get woken up
This commit is contained in:
parent
3f2a9c8c86
commit
1a1cc5e06f
@ -46,7 +46,6 @@ def poweroff(node):
|
||||
print(f"Node {node['name']} is already dead!")
|
||||
|
||||
def wake(node):
|
||||
print(f"Waking up {node['name']}")
|
||||
os.system(f"wol {node['mac']}")
|
||||
|
||||
def forget(node):
|
||||
|
Loading…
Reference in New Issue
Block a user