From 5c1edc641a24ce56478041344a34c8f9440adcc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20L=C3=A9caud=C3=A9?= Date: Sun, 13 Nov 2016 17:51:31 +0800 Subject: [PATCH] node-red-node-wol: add host field to set target IP address (#252) Thanks @nlecaude --- io/wol/39-wol.html | 8 +++++++- io/wol/39-wol.js | 4 +++- io/wol/package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/io/wol/39-wol.html b/io/wol/39-wol.html index ebb09e60..feb46d13 100644 --- a/io/wol/39-wol.html +++ b/io/wol/39-wol.html @@ -4,16 +4,21 @@ +
+ + +
-
Tip: leave blank if you want to use msg.mac to dynamically set target mac address.
+
Tip: leave blank if you want to use msg.mac or msg.host to dynamically set target mac address.