Add client WMM power save status to field list

This commit is contained in:
James Stephenson 2020-11-16 12:36:18 +00:00
parent cbadf04f6d
commit c287c1066b
1 changed files with 34 additions and 33 deletions

View File

@ -46,6 +46,7 @@ func (u *InfluxUnifi) batchClient(r report, s *unifi.Client) { // nolint: funlen
"ccq": s.Ccq, "ccq": s.Ccq,
"noise": s.Noise, "noise": s.Noise,
"note": s.Note, "note": s.Note,
"powersave_enabled": s.PowersaveEnabled,
"roam_count": s.RoamCount, "roam_count": s.RoamCount,
"rssi": s.Rssi, "rssi": s.Rssi,
"rx_bytes": s.RxBytes, "rx_bytes": s.RxBytes,