generated from dave/wails-template
9 lines
282 B
TypeScript
9 lines
282 B
TypeScript
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function Close():Promise<void>;
|
|
|
|
export function GetLamps():Promise<Array<string>>;
|
|
|
|
export function SetLampBrightness(arg1:number,arg2:number):Promise<string>;
|