This commit is contained in:
age 2006-09-14 18:21:55 +00:00
parent 35737da625
commit 665d18bdbd

View file

@ -28,7 +28,8 @@ def doAction(hdf, cbox, **args):
def getStatus(cbox):
return "%d.%d.%d.%d" % __getCurrentIP(cbox)
#return "%d.%d.%d.%d" % __getCurrentIP(cbox)
return "TODO"
def __isDeviceValid(device, cbox):