From 5e2b2e8ae59c932cd15254be21cffd1ed5ee71ac Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Sun, 14 Jun 2020 02:41:30 -0700 Subject: [PATCH] add type to port table --- integrations/influxunifi/usw.go | 1 + 1 file changed, 1 insertion(+) diff --git a/integrations/influxunifi/usw.go b/integrations/influxunifi/usw.go index 1b08f0c1..e6e626a3 100644 --- a/integrations/influxunifi/usw.go +++ b/integrations/influxunifi/usw.go @@ -73,6 +73,7 @@ func (u *InfluxUnifi) batchPortTable(r report, t map[string]string, pt []unifi.P "site_name": t["site_name"], "device_name": t["name"], "source": t["source"], + "type": t["type"], "name": p.Name, "poe_mode": p.PoeMode, "port_poe": p.PortPoe.Txt,