This commit is contained in:
Kai Wansart 2018-02-02 20:31:59 +01:00
parent d7875b9535
commit 542b65f0b2

View File

@ -36,6 +36,7 @@ class WOL(object):
def wakeDevice(self, device):
##-----------------------------------------------------------------------------------##
if(device in self.devices):
print("Waking up Device: " + device + " mac: " + self.devices[device]")
wol.send_magic_packet(self.devices[device])