node-red-nodes/io/wol
dceejay 76f55af264 Update Package.json file for all node-red-nodes to be Apache-2.0 2015-05-29 14:58:34 +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 Move ping and wol nodes to network category 2015-03-04 19:57:22 +00:00
39-wol.js WOL fix again - this time with correct number of braces... 2014-11-19 20:52:10 +00:00
LICENSE Add stomp, ping, wol, wemo nodes to npm 2014-07-27 18:05:23 +01:00
README.md Add stomp, ping, wol, wemo nodes to npm 2014-07-27 18:05:23 +01:00
package.json Update Package.json file for all node-red-nodes to be Apache-2.0 2015-05-29 14:58:34 +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 the root directory of your Node-RED install

npm install 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.