test
This commit is contained in:
parent
d954f0c376
commit
9f50a5b903
@ -29,6 +29,8 @@ class WOL(object):
|
|||||||
def command(self, data):
|
def command(self, data):
|
||||||
##-----------------------------------------------------------------------------------##
|
##-----------------------------------------------------------------------------------##
|
||||||
for device in data:
|
for device in data:
|
||||||
|
print(device)
|
||||||
|
print(data)
|
||||||
if device in self.devices:
|
if device in self.devices:
|
||||||
self.wakeDevice(self.devices[device])
|
self.wakeDevice(self.devices[device])
|
||||||
print(device)
|
print(device)
|
||||||
|
Reference in New Issue
Block a user