WOL

This is the cog guide for the wol cog. You will find detailed docs about usage and commands.

[p] is considered as your prefix.

Note

To use this cog, you will need to install and load it.

See the Getting my cogs page.

Usage

Send a magic packet (Wake on LAN) to a computer on the local network.

Get started by adding your computer with [p]wolset add <friendly_name> <mac>. Then you can wake it with [p]wol <friendly_name>.

For example, [p]wolset add main_pc 11:22:33:44:55:66 then you can use [p]wol main_pc

Commands

wol

Note

This command is locked to the bot owner.

Syntax

[p]wol <machine> [ip=255.255.255.255]

Description

Wake a local computer.

You can set up a short name with [p]wolset add so you don’t need to write out the MAC each time, or just send the MAC.

The IP is optional and only used if you don’t use the short name.

Examples: - [p]wol main_pc - [p]wol 11:22:33:44:55:66 192.168.1.15

wolset

Note

This command is locked to the bot owner.

Syntax

[p]wolset

Description

Manage your saved computer/MAC aliases for easy access.

wolset add

Syntax

[p]wolset add <friendly_name> <mac> [ip=None]

Description

Add a machine for easy use with [p]wol.

<friendly_name> cannot include spaces.

Examples: - wolset add main_pc 11:22:33:44:55:66 - wolset add main_pc 11-22-33-44-55-66 192.168.1.15

wolset list

Syntax

[p]wolset list

Description

See your added addresses.

This will send your MAC addresses to the current channel.

wolset remove

Syntax

[p]wolset remove <friendly_name>

Tip

Aliases: wolset del, wolset delete

Description

Remove a machine from my list of machines.

Examples: - wolset remove main_pc