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

Device tags #92

Open Deniskaponchik opened 1 year ago

Deniskaponchik commented 1 year ago

Hi!

Can it to get "device tags"? image

image

I tried to review all methods and structures, but found nothing, unfortunately...

Thanks!

platinummonkey commented 7 months ago

This looks to be a query string for supported tags (ex type=Wired and type=Wireless, but arbitrary search strings seems to be handled entirely on their frontend for example foo does not query the API.

This would be a feature request to add this query string data to https://github.com/unpoller/unifi/blob/master/devices.go#L10