Exemplo n.º 1
0
def getADDeviceStatusWebUI(config):
    """
    Get status of adapter from WebUI
    @return a dictionary of device information
    """
    ad_obj = RuckusAD(config)
    res = ad_obj.getDeviceStatusWebUI()
    time.sleep(2)
    return res