Files
Go-To-bed/wol/README.md
2022-09-11 17:13:25 +02:00

596 B

wol

Wake on up lan

Install

npm install wol
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>