Skip to main content

1E 8.1 (on-premises)

Network.Wakeup

Method

Wakeup

Module

Network

Library

Core

Action

Send a Wake-on-LAN (WOL) request to a dormant device.

Parameters

MacAddress (string) The MAC Address to attempt to wake up

Return values

SentTo (string) The IP addresses that the wakeup request was sent to.

Example

Network.Wakeup(MacAddress:"00:11:22:33:44:55");

Platforms

  • Windows

Notes

Warnings:

  • The destination MAC address device might wake up when requested, but there is no guarantee.

  • The device must have WOL enabled (in BIOS, Network driver, and OS)

  • This method is not yet supported, so it is not documented

Considerations:

  • Performs network activity