update comment
This commit is contained in:
parent
254b2e5e56
commit
b0eba73ffa
|
|
@ -47,7 +47,8 @@ type Devices struct {
|
||||||
|
|
||||||
// Unifi is what you get in return for providing a password! Unifi represents
|
// Unifi is what you get in return for providing a password! Unifi represents
|
||||||
// a controller that you can make authenticated requests to. Use this to make
|
// a controller that you can make authenticated requests to. Use this to make
|
||||||
// additional requests for devices, clients or other custom data.
|
// additional requests for devices, clients or other custom data. Do not set
|
||||||
|
// the loggers to nil. Set them to DiscardLogs if you want no logs.
|
||||||
type Unifi struct {
|
type Unifi struct {
|
||||||
*http.Client
|
*http.Client
|
||||||
baseURL string
|
baseURL string
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue