Exemplo n.º 1
0
def setADHomeProtectionWebUI(config, enable):
    """
    Set Home Protection status for adapter from its WebUI
    """
    ad_obj = RuckusAD(config)
    ad_obj.set_home_protection(enable)
    time.sleep(2)