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

38 lines
596 B
Markdown

# wol
Wake on up lan
## Install
```bash
npm install wol
npx cap sync
```
## API
<docgen-index>
* [`echo(...)`](#echo)
</docgen-index>
<docgen-api>
<!--Update the source file JSDoc comments and rerun docgen to update the docs below-->
### echo(...)
```typescript
echo(options: { value: string; }) => Promise<{ value: string; }>
```
| Param | Type |
| ------------- | ------------------------------- |
| **`options`** | <code>{ value: string; }</code> |
**Returns:** <code>Promise&lt;{ value: string; }&gt;</code>
--------------------
</docgen-api>