update readme
This commit is contained in:
parent
1ebc0e4804
commit
46a325c6d5
|
|
@ -5,9 +5,13 @@ an authenticated http Client you may use to query the device for data. Also
|
||||||
contains some built-in methods for de-serializing common client and device
|
contains some built-in methods for de-serializing common client and device
|
||||||
data. The data is provided in a large struct you can consume in your application.
|
data. The data is provided in a large struct you can consume in your application.
|
||||||
|
|
||||||
If more features are requested, I'll certainly consider them. Do you need to do
|
This library is designed to PULL data FROM the controller. It has no methods that
|
||||||
more than just collect data? [Let me know](https://github.com/golift/unifi/issues/new)!
|
update settings or change things on the controller.
|
||||||
Pull requests and feedback are welcomed!
|
[Someone expressed interest](https://github.com/golift/unifi/issues/31) in
|
||||||
|
adding methods to update data, and I'm okay with that. I'll even help add them.
|
||||||
|
[Tell me what you want to do](https://github.com/golift/unifi/issues/new), and we'll make it happen.
|
||||||
|
|
||||||
|
Pull requests, feature requests, code reviews and feedback are welcomed!
|
||||||
|
|
||||||
Here's a working example:
|
Here's a working example:
|
||||||
```golang
|
```golang
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue