Add client WMM power save status to field list
This commit is contained in:
parent
cbadf04f6d
commit
c287c1066b
|
|
@ -46,6 +46,7 @@ func (u *InfluxUnifi) batchClient(r report, s *unifi.Client) { // nolint: funlen
|
|||
"ccq": s.Ccq,
|
||||
"noise": s.Noise,
|
||||
"note": s.Note,
|
||||
"powersave_enabled": s.PowersaveEnabled,
|
||||
"roam_count": s.RoamCount,
|
||||
"rssi": s.Rssi,
|
||||
"rx_bytes": s.RxBytes,
|
||||
|
|
|
|||
Loading…
Reference in New Issue