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,
|
"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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue