lf_cisco_power.py : Warning updated for Controller dBm and Calculated dBm Beacon

This commit is contained in:
Chuck SmileyRekiere
2021-01-11 17:29:53 -07:00
parent 527e359b84
commit 985e1d9d8a

View File

@@ -1378,7 +1378,7 @@ def main():
logg.info("diff_dbm_beacon {} calc_dbm_beacon {} - cc_dbmi {}".format(diff_dbm_beacon, calc_dbm_beacon, cc_dbmi))
if(int(abs(diff_dbm_beacon)) > int(args.beacon_dbm_diff)):
w_tot = "WARNING: Controller and beacon power different by greater than +/- {} dBm".format(args.beacon_dbm_diff)
w_tot = "WARNING: Controller dBm and Calculated dBm Beacon power different by greater than +/- {} dBm".format(args.beacon_dbm_diff)
pfs = "PASS"
pfrange = pf_dbm;