generated from dave/wails-template
Implement fetching brightness from api
This commit is contained in:
@@ -5,3 +5,11 @@
|
||||
export function Close() {
|
||||
return window['go']['main']['App']['Close']();
|
||||
}
|
||||
|
||||
export function GetLamps() {
|
||||
return window['go']['main']['App']['GetLamps']();
|
||||
}
|
||||
|
||||
export function SetLampBrightness(arg1, arg2) {
|
||||
return window['go']['main']['App']['SetLampBrightness'](arg1, arg2);
|
||||
}
|
||||
|
Reference in New Issue
Block a user