Wade

Results 2 comments of Wade

You can use cURL to pull the data, the API endpoint links are in types.go, the device endpoint you're looking for is here: https://github.com/unpoller/unifi/blob/82e0d2cb4da1a28e0e057cc36dca38f5bd9ced56/types.go#L36 So if you wanted to pull...

Additionally, here is the patch I wrote which has been working well for me. ```diff --git a/handler.go b/handler.go index 6d40684..fde1810 100644 --- a/handler.go +++ b/handler.go @@ -1,6 +1,7 @@ package...