unpoller / unifi

Go Library (w/ structures) to grab data from a Ubitquiti UniFi Controller
https://golift.io/discord
MIT License
114 stars 22 forks source link

catname on the IDS seems to sometimes be an array of strings #113

Closed platinummonkey closed 6 months ago

platinummonkey commented 6 months ago

A discord issue where on the IDS events the catname field is now sometimes an array of strings

Now:

"catname": [
  "emerging-scan"
],

Before:

"catname": "emerging-p2p",