From dfddf0645af1bc7935255f8d6d82114a2654878b Mon Sep 17 00:00:00 2001 From: SillaRizzoli Date: Mon, 25 Nov 2019 15:17:36 +0100 Subject: [PATCH] Added UDP port option to node-red-node-wol (#606) * Added udp port option * Added UDP port validation and msg.udpport support --- io/wol/39-wol.html | 9 ++++++++- io/wol/39-wol.js | 8 +++++++- io/wol/package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/io/wol/39-wol.html b/io/wol/39-wol.html index b53283b9..96b6235f 100644 --- a/io/wol/39-wol.html +++ b/io/wol/39-wol.html @@ -8,19 +8,25 @@ +
+ + +
-
Tip: leave blank if you want to use msg.mac or msg.host to dynamically set target mac address.
+
Tip: leave blank if you want to use msg.mac, msg.host or msg.udpport to dynamically set target information.