1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/io/wol
Dave C-J fe44018250 Merge branch 'migrate-to-fa-icons' of https://github.com/hindessm/node-red-nodes into hindessm-migrate-to-fa-icons
Conflicts:
	io/ping/88-ping.html
	io/wol/39-wol.html
	social/nma/57-nma.html
	social/prowl/57-prowl.html
	social/pushover/57-pushover.html
	social/twilio/56-twilio.html
	storage/sqlite/sqlite.html
2014-09-03 22:16:02 +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 Merge branch 'migrate-to-fa-icons' of https://github.com/hindessm/node-red-nodes into hindessm-migrate-to-fa-icons 2014-09-03 22:16:02 +01:00
39-wol.js Update node-red-nodes io nodes to use strict and pass jshint scan 2014-06-28 23:35:33 +01:00
LICENSE Add stomp, ping, wol, wemo nodes to npm 2014-07-27 18:05:23 +01:00
package.json Tweak WOL node to display name correctly if set. Closes PR #63 2014-08-19 11:41:40 +01:00
README.md Add stomp, ping, wol, wemo nodes to npm 2014-07-27 18:05:23 +01:00

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.