WakeOnLan
This is a simple extension to perform WoL (Wake on Lan) by sending magic packets to a device.
Inspired by Simple Java Implementation of Wake-on-LAN
Block Description
Blocks | Details | Parameters |
---|---|---|
Raised when magic packet is sent with WakeOnLanAsync method. |
|
|
Raised when error occurred during WakeOnLanAsync. |
|
|
Raised when online state is found. |
|
|
Raised when error occurred during GetOnlineState. |
|
|
Wake On Lan asynchronously. |
String macAddress : mac address of the host. The format could either be XX:XX:XX:XX:XX:XX or XX-XX-XX-XX-XX-XX
String hostname : hostname or the ip address of the hostint port : the target port (NOTE: commonly 9)String secureOnPassword (optional): the SecureOn password. The format could either be XX:XX:XX:XX:XX:XX or XX-XX-XX-XX-XX-XX . No SecureOn password will be sent to the host if an empty string is passed. |
|
Check if device is online (or awake). Note that this method no guarantee. |
|
Change log
-
v1
(24/05/2022
): First release
Testing
WOL.aia (11.8 KB)
Download
You can download the extension file from Github :
Source
Below is the GitHub repo.