diff --git a/types.go b/types.go index cc61ec1..98946f7 100644 --- a/types.go +++ b/types.go @@ -19,7 +19,7 @@ type config struct { } `json:"unms"` Unifi struct { Enabled bool `json:"enabled"` - DisplayUsers bool `json:"enabled"` + DisplayUsers bool `json:"displayusers"` APIURL string `json:"APIUrl"` User string `json:"user"` Password string `json:"password"`