mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
lf_cisco_power.py(LCS-48): added cisco controller model to spread sheet
This commit is contained in:
@@ -1719,6 +1719,7 @@ def main():
|
||||
|
||||
col = 0
|
||||
worksheet.write(row, col, myrd, center_blue); col += 1
|
||||
worksheet.write(row, col, args.series, center_blue); col += 1
|
||||
worksheet.write(row, col, cc_ch, center_blue); col += 1
|
||||
worksheet.write(row, col, _ch, center_blue); col += 1
|
||||
worksheet.write(row, col, _nss, center_blue); col += 1
|
||||
|
||||
Reference in New Issue
Block a user