wol fix
This commit is contained in:
parent
d7875b9535
commit
542b65f0b2
@ -36,6 +36,7 @@ class WOL(object):
|
|||||||
def wakeDevice(self, device):
|
def wakeDevice(self, device):
|
||||||
##-----------------------------------------------------------------------------------##
|
##-----------------------------------------------------------------------------------##
|
||||||
if(device in self.devices):
|
if(device in self.devices):
|
||||||
|
print("Waking up Device: " + device + " mac: " + self.devices[device]")
|
||||||
wol.send_magic_packet(self.devices[device])
|
wol.send_magic_packet(self.devices[device])
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user