lf_cisco_power.py: LCS-45 Read AP for Power values, updates to AP login

This commit is contained in:
Chuck SmileyRekiere
2021-01-21 16:15:36 -07:00
parent 6916a7ce71
commit 74c23fb404

View File

@@ -178,8 +178,13 @@ def main():
egg.expect("#")
egg.sendline('show controllers dot11Radio 1 powercfg | g T1')
egg.expect("#", timeout=5)
egg.sendcontrol('c')
egg.expect("#",timeout=5)
egg.sendline("exit")
egg.excect(">",timeout=5)
egg.sendline("exit")
# ctlr.execute(cn_cmd)
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
if __name__ == '__main__':
main()