This commit is contained in:
parent
35737da625
commit
665d18bdbd
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ def doAction(hdf, cbox, **args):
|
||||||
|
|
||||||
|
|
||||||
def getStatus(cbox):
|
def getStatus(cbox):
|
||||||
return "%d.%d.%d.%d" % __getCurrentIP(cbox)
|
#return "%d.%d.%d.%d" % __getCurrentIP(cbox)
|
||||||
|
return "TODO"
|
||||||
|
|
||||||
|
|
||||||
def __isDeviceValid(device, cbox):
|
def __isDeviceValid(device, cbox):
|
||||||
|
|
Loading…
Reference in a new issue