anomalies

This commit is contained in:
Cody Lee 2023-07-18 14:20:51 -05:00
parent 0aa406a2dc
commit 2b186a9451
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ func (u *InfluxUnifi) batchClient(r report, s *unifi.Client) { // nolint: funlen
"vlan": s.Vlan.Txt,
}
fields := map[string]any{
"anomalies": s.Anomalies,
"anomalies": s.Anomalies.Int64(),
"ip": s.IP,
"essid": s.Essid,
"bssid": s.Bssid,