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

Needed to look for --More-- before sending the <ctrl> c
This commit is contained in:
Chuck SmileyRekiere
2021-01-21 16:34:23 -07:00
parent 74c23fb404
commit e9a071eff8

View File

@@ -177,7 +177,7 @@ def main():
egg.sendline(args.passwd)
egg.expect("#")
egg.sendline('show controllers dot11Radio 1 powercfg | g T1')
egg.expect("#", timeout=5)
egg.expect("--More--")
egg.sendcontrol('c')
egg.expect("#",timeout=5)
egg.sendline("exit")