node-red-nodes/io/wol
crxporter 8604a783a4
Added to wol node: num_packets and interval options (#819)
2021-07-19 17:23:48 +01:00
..
icons Added icons for wake on lan and suncalc to this project 2013-10-31 09:44:32 +00:00
39-wol.html Added to wol node: num_packets and interval options (#819) 2021-07-19 17:23:48 +01:00
39-wol.js Added to wol node: num_packets and interval options (#819) 2021-07-19 17:23:48 +01:00
LICENSE Update licenses and packages for all nodes 2016-11-06 20:26:19 +00:00
README.md update io nodes info style 2016-03-02 13:27:52 +00:00
package.json Added to wol node: num_packets and interval options (#819) 2021-07-19 17:23:48 +01:00

README.md

node-red-node-wol

A Node-RED node to send Wake-On-LAN (WOL) magic packets.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm i node-red-node-wol

Usage

Sends a Wake-On-LAN magic packet to the mac address specified.

You may instead set msg.mac to dynamically set the target device mac to wake up.