node-red-nodes/io/wol/README.md

19 lines
433 B
Markdown
Raw Permalink Normal View History

node-red-node-wol
=================
A <a href="http://nodered.org" target="_new">Node-RED</a> node to send Wake-On-LAN (WOL) magic packets.
Install
-------
2016-03-02 14:26:19 +01:00
Run the following command in your Node-RED user directory - typically `~/.node-red`
2016-03-02 14:26:19 +01:00
npm i node-red-node-wol
Usage
-----
Sends a Wake-On-LAN magic packet to the mac address specified.
2016-03-02 14:26:19 +01:00
You may instead set `msg.mac` to dynamically set the target device mac to wake up.