diff --git a/interfaces/CommandsType.html b/interfaces/CommandsType.html
index 6301534..f8072f8 100644
--- a/interfaces/CommandsType.html
+++ b/interfaces/CommandsType.html
@@ -1 +1 @@
-
CommandsType | edilkamin Legend Settings Theme OS Light Dark
\ No newline at end of file
+CommandsType | edilkamin Legend Settings Theme OS Light Dark
\ No newline at end of file
diff --git a/interfaces/DeviceInfoType.html b/interfaces/DeviceInfoType.html
index d99d08d..20224ae 100644
--- a/interfaces/DeviceInfoType.html
+++ b/interfaces/DeviceInfoType.html
@@ -1 +1 @@
-DeviceInfoType | edilkamin Legend Settings Theme OS Light Dark
\ No newline at end of file
+DeviceInfoType | edilkamin Legend Settings Theme OS Light Dark
\ No newline at end of file
diff --git a/interfaces/StatusType.html b/interfaces/StatusType.html
index 4d5475f..a18b9cf 100644
--- a/interfaces/StatusType.html
+++ b/interfaces/StatusType.html
@@ -1 +1 @@
-StatusType | edilkamin Legend Settings Theme OS Light Dark
\ No newline at end of file
+StatusType | edilkamin Legend Settings Theme OS Light Dark
\ No newline at end of file
diff --git a/interfaces/TemperaturesType.html b/interfaces/TemperaturesType.html
index f9bd01a..afa9afe 100644
--- a/interfaces/TemperaturesType.html
+++ b/interfaces/TemperaturesType.html
@@ -1 +1 @@
-TemperaturesType | edilkamin Interface TemperaturesType Properties enviroment enviroment: number
Legend Settings Theme OS Light Dark
\ No newline at end of file
+TemperaturesType | edilkamin Interface TemperaturesType Properties enviroment enviroment: number
Legend Settings Theme OS Light Dark
\ No newline at end of file
diff --git a/interfaces/UserParametersType.html b/interfaces/UserParametersType.html
index 42f2e3b..174b5b7 100644
--- a/interfaces/UserParametersType.html
+++ b/interfaces/UserParametersType.html
@@ -1 +1 @@
-UserParametersType | edilkamin Interface UserParametersType Properties enviroment_ 1_ temperature enviroment_ 1_ temperature: number
enviroment_ 2_ temperature enviroment_ 2_ temperature: number
enviroment_ 3_ temperature enviroment_ 3_ temperature: number
is_ sound_ active is_ sound_ active: boolean
Legend Settings Theme OS Light Dark
\ No newline at end of file
+UserParametersType | edilkamin Interface UserParametersType Properties enviroment_ 1_ temperature enviroment_ 1_ temperature: number
enviroment_ 2_ temperature enviroment_ 2_ temperature: number
enviroment_ 3_ temperature enviroment_ 3_ temperature: number
is_ sound_ active is_ sound_ active: boolean
Legend Settings Theme OS Light Dark
\ No newline at end of file
diff --git a/modules.html b/modules.html
index 9134a85..605cfaa 100644
--- a/modules.html
+++ b/modules.html
@@ -1,3 +1,3 @@
-edilkamin Variables Const API_ URLAPI_ URL: "https://fxtj7xkgc6.execute-api.eu-central-1.amazonaws.com/prod/" = "https://fxtj7xkgc6.execute-api.eu-central-1.amazonaws.com/prod/"
Functions configure configure( baseURL?: string ) : { deviceInfo: ( ( jwtToken: string , macAddress: string ) => Promise < AxiosResponse < DeviceInfoType , any > > ) ; setPower: ( ( jwtToken: string , macAddress: string , value: number ) => Promise < AxiosResponse < any , any > > ) ; setPowerOff: ( ( jwtToken: string , macAddress: string ) => Promise < AxiosResponse < any , any > > ) ; setPowerOn: ( ( jwtToken: string , macAddress: string ) => Promise < AxiosResponse < any , any > > ) } Parameters baseURL: string = API_URL Returns { deviceInfo: ( ( jwtToken: string , macAddress: string ) => Promise < AxiosResponse < DeviceInfoType , any > > ) ; setPower: ( ( jwtToken: string , macAddress: string , value: number ) => Promise < AxiosResponse < any , any > > ) ; setPowerOff: ( ( jwtToken: string , macAddress: string ) => Promise < AxiosResponse < any , any > > ) ; setPowerOn: ( ( jwtToken: string , macAddress: string ) => Promise < AxiosResponse < any , any > > ) } device Info: ( ( jwtToken: string , macAddress: string ) => Promise < AxiosResponse < DeviceInfoType , any > > ) ( jwtToken: string , macAddress: string ) : Promise < AxiosResponse < DeviceInfoType , any > > Parameters jwtToken: string macAddress: string Returns Promise < AxiosResponse < DeviceInfoType , any > > set Power: ( ( jwtToken: string , macAddress: string , value: number ) => Promise < AxiosResponse < any , any > > ) ( jwtToken: string , macAddress: string , value: number ) : Promise < AxiosResponse < any , any > > Parameters jwtToken: string macAddress: string value: number Returns Promise < AxiosResponse < any , any > > set Power Off: ( ( jwtToken: string , macAddress: string ) => Promise < AxiosResponse < any , any > > ) ( jwtToken: string , macAddress: string ) : Promise < AxiosResponse < any , any > > Parameters jwtToken: string macAddress: string Returns Promise < AxiosResponse < any , any > > set Power On: ( ( jwtToken: string , macAddress: string ) => Promise < AxiosResponse < any , any > > ) ( jwtToken: string , macAddress: string ) : Promise < AxiosResponse < any , any > > Parameters jwtToken: string macAddress: string Returns Promise < AxiosResponse < any , any > > device Info device Info( jwtToken: string , macAddress: string ) : Promise < AxiosResponse < DeviceInfoType , any > > Parameters jwtToken: string macAddress: string Returns Promise < AxiosResponse < DeviceInfoType , any > > set Power set Power( jwtToken: string , macAddress: string , value: number ) : Promise < AxiosResponse < any , any > > Parameters jwtToken: string macAddress: string value: number Returns Promise < AxiosResponse < any , any > > set Power Off set Power Off( jwtToken: string , macAddress: string ) : Promise < AxiosResponse < any , any > > Parameters jwtToken: string macAddress: string Returns Promise < AxiosResponse < any , any > > set Power On set Power On( jwtToken: string , macAddress: string ) : Promise < AxiosResponse < any , any > > Parameters jwtToken: string macAddress: string Returns Promise < AxiosResponse < any , any > > sign In sign In( username: string , password: string ) : Promise < string >
- Preparing search index...
- The search index is not available
edilkaminedilkamin
Index
Interfaces
Variables
Functions
Variables
Const API_ URL
Functions
configure
Parameters
baseURL: string = API_URL
Returns { deviceInfo: ((jwtToken: string, macAddress: string) => Promise<AxiosResponse<DeviceInfoType, any>>); setPower: ((jwtToken: string, macAddress: string, value: number) => Promise<AxiosResponse<any, any>>); setPowerOff: ((jwtToken: string, macAddress: string) => Promise<AxiosResponse<any, any>>); setPowerOn: ((jwtToken: string, macAddress: string) => Promise<AxiosResponse<any, any>>) }
device Info: ((jwtToken: string, macAddress: string) => Promise<AxiosResponse<DeviceInfoType, any>>)
Parameters
jwtToken: string
macAddress: string
Returns Promise<AxiosResponse<DeviceInfoType, any>>
set Power: ((jwtToken: string, macAddress: string, value: number) => Promise<AxiosResponse<any, any>>)
Parameters
jwtToken: string
macAddress: string
value: number
Returns Promise<AxiosResponse<any, any>>
set Power Off: ((jwtToken: string, macAddress: string) => Promise<AxiosResponse<any, any>>)
Parameters
jwtToken: string
macAddress: string
Returns Promise<AxiosResponse<any, any>>
set Power On: ((jwtToken: string, macAddress: string) => Promise<AxiosResponse<any, any>>)
Parameters
jwtToken: string
macAddress: string
Returns Promise<AxiosResponse<any, any>>
device Info
Parameters
jwtToken: string
macAddress: string
Returns Promise<AxiosResponse<DeviceInfoType, any>>
set Power
Parameters
jwtToken: string
macAddress: string
value: number
Returns Promise<AxiosResponse<any, any>>
set Power Off
Parameters
jwtToken: string
macAddress: string
Returns Promise<AxiosResponse<any, any>>
set Power On
Parameters
jwtToken: string
macAddress: string
Returns Promise<AxiosResponse<any, any>>
sign In
Sign in to return the JWT token.
Parameters
username: string
password: string
Returns Promise<string>
Generated using TypeDoc