Preparing search index...
The search index is not available
unifi-client - v0.11.0
unifi-client
IController
Interface IController
interface
IController
{
auth
:
UnifiAuth
;
controllerInstance
:
AxiosInstance
;
sites
:
Sites
;
unifiOs
:
boolean
;
version
?:
string
;
createInstance
(
siteName
?
)
:
AxiosInstance
;
getSites
(
)
:
Promise
<
Site
[]
>
;
login
(
)
:
Promise
<
IUser
>
;
logout
(
)
:
Promise
<
void
>
;
}
Implemented by
Controller
Index
Properties
auth
controller
Instance
sites
unifi
Os
version?
Methods
create
Instance
get
Sites
login
logout
Properties
auth
auth
:
UnifiAuth
controller
Instance
controller
Instance
:
AxiosInstance
sites
sites
:
Sites
unifi
Os
unifi
Os
:
boolean
Optional
version
version
?:
string
Methods
create
Instance
create
Instance
(
siteName
?
)
:
AxiosInstance
Parameters
Optional
siteName
:
string
Returns
AxiosInstance
get
Sites
get
Sites
(
)
:
Promise
<
Site
[]
>
Returns
Promise
<
Site
[]
>
login
login
(
)
:
Promise
<
IUser
>
Returns
Promise
<
IUser
>
logout
logout
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
auth
controller
Instance
sites
unifi
Os
version
create
Instance
get
Sites
login
logout
unifi-client - v0.11.0
Loading...
Generated using
TypeDoc